You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like all UQL queries are fired against query_timeseries endpoint. I would like to query also dependency_map endpoint and result use with node graph panel. It looks like a dependency_map endpoint provides data structure similar to structure required by node graph panel (nodes, edges), so only minimal transformation will be required and then also dependency map can be visualised in the Grafana.
I would recommend to mimic Dynatrace query editor UI:
For example:
Query builder (nice clickable UI to build UQL query) is nice to have, but that can be another feature request. I'm happy to write my queries manually.
The text was updated successfully, but these errors were encountered:
It looks like all UQL queries are fired against
query_timeseries
endpoint. I would like to query alsodependency_map
endpoint and result use with node graph panel. It looks like adependency_map
endpoint provides data structure similar to structure required by node graph panel (nodes, edges), so only minimal transformation will be required and then also dependency map can be visualised in the Grafana.I would recommend to mimic Dynatrace query editor UI:
For example:
Query builder (nice clickable UI to build UQL query) is nice to have, but that can be another feature request. I'm happy to write my queries manually.
The text was updated successfully, but these errors were encountered: