-
Notifications
You must be signed in to change notification settings - Fork 292
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
EventCounter -> Metric API instrumentation #215
Comments
@hananiel Assigning this to you since you mentioned interest in contributing this! |
Is the current plan to have this in the GA version or only coming later (which is fine)? |
This is not part of the API/SDK. This will likely be hosted in the -contrib repo, but no timelines yet. (One good thing is, we are not likely blocked by semantic conventions for the stable release of this, once code is ready) |
Sounds good, thanks for sharing! |
Looking forward! |
I am working on making this instrumentation more stable. I will be
|
An EventCounter listener which can get metrics emitted using EventCounter, and in-turn invoke the new Metric API.
https://docs.microsoft.com/dotnet/core/diagnostics/event-counters
The text was updated successfully, but these errors were encountered: