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

Metric - case sensitive

Open plebowski opened this issue 5 years ago • 0 comments

Hi,

I encountered an issue for which I can't seem to find any obvious solution. So I'm using AppInsights to connected to an IIS server webservice application and gather all the metrics. After that I'm displaying it in Grafana dashboard through this plugin. However when i try to display for example average reponse time for each used method I get the problem of URL's being recognized multiple times based on how user writes the URL (case sensitive). I don't have much control of how users reach it so is there any way to either lowercase or uppercase before they are being grouped by names?

Heres how I have it set up : image

plebowski avatar Jan 07 '20 12:01 plebowski