-
Notifications
You must be signed in to change notification settings - Fork 2k
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-Monitor-Opentelemetry-Exporter] Use the Live Metrics Swagger Definition & Fix request backoff behavior #42769
Conversation
API change check API changes are not detected in this pull request. |
...xporter/implementation/quickpulse/model/swagger/LiveMetricsRestAPIsForClientSDKsBuilder.java
Outdated
Show resolved
Hide resolved
...xporter/implementation/quickpulse/model/swagger/LiveMetricsRestAPIsForClientSDKsBuilder.java
Outdated
Show resolved
Hide resolved
sdk/monitor/azure-monitor-opentelemetry-exporter/swagger/README.md
Outdated
Show resolved
Hide resolved
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.
LGTM, pl. merge when someone from Java team has reviewed and approved.
Merged in the OpenTelemetry autoconfigure module: #42864 |
Hey @jeanbisutti - just to clarify, pr #42864 moved swagger changes from exporter library to the autoconfigure library within this PR branch. However, the overall swagger changes are not merged to main. Please review the swagger changes when you have the chance, 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.
It would be great to test with the Application Insights smoke tests.
...nitor/opentelemetry/autoconfigure/implementation/quickpulse/QuickPulseNetworkHelperTest.java
Show resolved
Hide resolved
...ure/monitor/opentelemetry/autoconfigure/implementation/quickpulse/QuickPulseCoordinator.java
Outdated
Show resolved
Hide resolved
...ure/monitor/opentelemetry/autoconfigure/implementation/quickpulse/QuickPulseCoordinator.java
Show resolved
Hide resolved
...ure/monitor/opentelemetry/autoconfigure/implementation/quickpulse/QuickPulseCoordinator.java
Outdated
Show resolved
Hide resolved
...ure/monitor/opentelemetry/autoconfigure/implementation/quickpulse/QuickPulseCoordinator.java
Show resolved
Hide resolved
...e/monitor/opentelemetry/autoconfigure/implementation/quickpulse/QuickPulseDataCollector.java
Show resolved
Hide resolved
...ure/monitor/opentelemetry/autoconfigure/implementation/quickpulse/QuickPulseDataFetcher.java
Show resolved
Hide resolved
...onitor/opentelemetry/autoconfigure/implementation/quickpulse/QuickPulseDataFetcherTests.java
Show resolved
Hide resolved
I have not seen this notif, and I thought that the other PR was merged on main. Next time, don't hesitate to ping me with a Github link at MS if I don't reply the next day. |
are you suggesting to test this PR with the existing java agent smoke tests (sadly we don't have any for live metrics), or are you suggesting that we write java agent smoke tests (@harsimar and I have been discussing we want to do that, but will come later on in this project, not part of this PR) |
I have forgotten that there are not live metric tests for the Java agent. I would suggest:
|
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.
LGTM
More testing after would be great (#42769 (comment))
...ure/monitor/opentelemetry/autoconfigure/implementation/quickpulse/QuickPulseCoordinator.java
Outdated
Show resolved
Hide resolved
/check-enforcer override |
Description
This PR includes the following changes:
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines