-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[AzureMonitor] include LiveMetrics in Exporter project #48633
base: main
Are you sure you want to change the base?
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. Azure.Monitor.OpenTelemetry.AspNetCore |
ServiceCallFailedWithServiceError(name: "Post", statusCode, serviceError.Code, serviceError.Exception, serviceError.Message); | ||
} | ||
} | ||
//[NonEvent] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are public APIs commented out? Is this a breaking change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lmolkova could you review the PR please - thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0 public apis are affected here. We're moving the LiveMetrics feature from one package to the other. While juggling references, it's been easier to comment out blocks and address in a follow up PR.
The line you commented on is the EventSource class, used for internal logging inside our package. I have another PR already created to refactor and resolve misc issues with these classes.
Follow up to #48498.
This PR makes the LiveMetrics implementation available to the Exporter project.
To avoid conflicts, this also temporarily removes LiveMetrics from the Distro project.
This will be re-enabled in following PRs.