Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Application Insights reporter #97

Open
DeLoachAero opened this issue Mar 25, 2018 · 0 comments
Open

Azure Application Insights reporter #97

DeLoachAero opened this issue Mar 25, 2018 · 0 comments

Comments

@DeLoachAero
Copy link

NOT an issue, just an FYI...

If anyone is interested, I've thrown together a Metrics.NET reporter to Azure AI here:

https://github.com/DeLoachAero/Metrics.NET.AzureApplicationInsights

It's more of an experiment for me, as I wanted to learn a bit more about Azure AI and the quickest way I knew to get some metrics in it was to take an already Metrics.NET-instrumented app and send the data to AI. The biggest challenge turned out to be how to reduce the rich metrics of Metrics.NET down to the sparse types available in Azure AI; in the end I had to write each of the histogram and meter values as separate metrics, for example, since I definitely wanted to allow for alerting on, say, the 1 minute aggregates.

Probably most useful to those who already have Metrics.NET in their code and want to extend their options to Azure AI with negligible code changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant