27 Nov 2023 07:59 PM
Is it possible to use the Calculated Service Metrics in Grail just like we do in data explorer?
When testing we are receiving the error "There isn't a parameter calc."
Example: timeseries usage=avg(calc:name_metric), by:{dt.entity.service,Dimension}, interval:1h, from:$dt_timeframe_from, to:now()
What is the expected availability of trace data for consultation in DQL?
Solved! Go to Solution.
27 Nov 2023 08:08 PM
It is not possible yet. Same for the extension metrics.
So far, the only "custom" metric available in Grail are the business event metrics.
https://docs.dynatrace.com/docs/observe-and-explore/metrics/built-in-metrics-on-grail
27 Nov 2023 08:20 PM
Thanks for the feedback @dannemca
This is not good, I understand that it is still not the best option to use the new Dashboards for simple indicators such as HTTP status code distribution per application.
27 Nov 2023 08:35 PM - edited 27 Nov 2023 08:41 PM
Hi @MarcioKaue
Instead of use DQL for new Dashboards (as @dannemca mentioned is not possible yet for calculated service metrics), you can use Code level to get the data points of a calculated service metric using the Dynatrace API and then modify the code for the aggregation you are needing.
There's the GitHub Repo: GitHub - TechShady/Dynatrace-Dashboards-Gen3: This repo provides Business Grade Dashboards for Dynat...
Best Regards,
27 Nov 2023 08:41 PM
Hello @cesarsaravia , thanks for the interaction.
If the data is present in the captured traces there is no point in this effort, we can still use Dashboards Classics with Calculated Metrics.
It is also an unnecessary cost to use DDUs to capture this information in the logs, I believe there is a roadmap to insert this data into Grail.
I would just like to know an estimated forecast...
27 Nov 2023 08:47 PM
Unfortunately, we can't provide an estimate of time because the roadmap is not public. Hope some Product Manager can help with this.
I recommend viewing the web page that @dannemca shared before, in there you will find the migrated metrics on every update of the platform.
https://docs.dynatrace.com/docs/observe-and-explore/metrics/built-in-metrics-on-grail
28 Nov 2023 12:43 PM
Waiting for a position from the product team on when we will be able to use trace data in Grail.
13 Feb 2024 03:23 PM
I would also like to see a status update to this. I would like to use a calculated service metric in a notebook to create a forecast based on it.
02 Jul 2024 08:16 PM
Is there any news on this feature? I also would like to use calculated service metrics in a notebook.