tomkerkhove / promitor

Bringing Azure Monitor metrics where you need them.
https://promitor.io
MIT License
249 stars 91 forks source link

Add support for custom metrics from Azure Application Insights #645

Open tomkerkhove opened 5 years ago

tomkerkhove commented 5 years ago

Add support for custom metrics from Azure Monitor.

Here is how you can add one.

Specification

Relates to #80

tomkerkhove commented 2 years ago

Relates to #1794 which is required for this, I don't think this should be specific for the Application Insights scraper.

clarenceb commented 1 year ago

I was working on a PoC and this feature might have been useful. The context is that I use emit-metric policy from Azure API Management to publish custom API-level metrics to App Insights. Then, using Promitor I could scrape those custom metrics for exporting to OTEL Collector for integration with other monitoring solutions. I have an alternative approach for now but thought I'd share this use case.