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

[AzureMonitor] include LiveMetrics in Exporter project #48633

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

TimothyMothra
Copy link
Contributor

@TimothyMothra TimothyMothra commented Mar 7, 2025

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.

@github-actions github-actions bot added Monitor - Distro Monitor OpenTelemetry Distro Monitor - Exporter Monitor OpenTelemetry Exporter Monitor - LiveMetrics labels Mar 7, 2025
@TimothyMothra TimothyMothra enabled auto-merge (squash) March 7, 2025 19:31
@azure-sdk
Copy link
Collaborator

azure-sdk commented Mar 7, 2025

API change check

APIView has identified API level changes in this PR and created following API reviews.

Azure.Monitor.OpenTelemetry.AspNetCore
Azure.Monitor.OpenTelemetry.Exporter

@TimothyMothra TimothyMothra disabled auto-merge March 7, 2025 20:02
@TimothyMothra TimothyMothra enabled auto-merge (squash) March 8, 2025 00:30
@TimothyMothra TimothyMothra disabled auto-merge March 8, 2025 00:40
ServiceCallFailedWithServiceError(name: "Post", statusCode, serviceError.Code, serviceError.Exception, serviceError.Message);
}
}
//[NonEvent]
Copy link
Member

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?

Copy link
Member

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!

Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Monitor - Distro Monitor OpenTelemetry Distro Monitor - Exporter Monitor OpenTelemetry Exporter Monitor - LiveMetrics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants