azure-monitor-datasource icon indicating copy to clipboard operation
azure-monitor-datasource copied to clipboard

Formatting options/variables support

Open Botship opened this issue 7 years ago • 0 comments

The examples in docs (http://docs.grafana.org/reference/templating/) are like: $ Example: apps.frontend.$server.requests.count [[varname]] Example: apps.frontend.[[server]].requests.count

Application Insights based data source exposes metrics like requests/count requests/duration

How can "/" be incorporated in the variables? I tried doing client/$model However it does not work, and shows up no dimensions in dropdown.

Also, special variable ** All ** has no effect.

Any pointers, tutorial for this querying/variables would be great.

Botship avatar May 02 '18 05:05 Botship