-
-
Notifications
You must be signed in to change notification settings - Fork 207
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
Add default metrics #3020
Comments
https://devblogs.microsoft.com/dotnet/building-resilient-cloud-services-with-dotnet-8/ maybe something interesting to tap into |
See Built in Metrics I think we can tap into these using the MeterListner API. |
Added |
Yeah I remember discussing it. Were we just thinking of a counter for that one (# of first chance exceptions)? |
I wanted to double check that sampling of Observable instruments (eg ObservableCounter) is on the radar for this? Just had a play with the experimental feature and noticed it wasn't reporting any of the observable instruments yet (MeterListener.RecordObservableInstruments is never invoked) We are otherwise looking forward to trying out Metrics with Sentry |
It is now! |
Sorry, we won't address this. |
There are various metrics that have already been instrumented in .NET which users might be interested in sending to Sentry:
We'll likely resolve this issue in multiple Pull Requests:
The text was updated successfully, but these errors were encountered: