-
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
API change of the Azure Monitor exporter #42134
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
...rter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterOptions.java
Show resolved
Hide resolved
3645c94
to
cac5605
Compare
...rter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterOptions.java
Show resolved
Hide resolved
...venthubs-stress/src/main/java/com/azure/messaging/eventhubs/stress/util/TelemetryHelper.java
Show resolved
Hide resolved
...ry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporter.java
Show resolved
Hide resolved
...ry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporter.java
Show resolved
Hide resolved
...rter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterOptions.java
Show resolved
Hide resolved
...rter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterOptions.java
Show resolved
Hide resolved
...ry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporter.java
Show resolved
Hide resolved
.../azure/monitor/opentelemetry/exporter/implementation/AzureMonitorMetricExporterProvider.java
Outdated
Show resolved
Hide resolved
...om/azure/monitor/opentelemetry/exporter/implementation/AzureMonitorSpanExporterProvider.java
Outdated
Show resolved
Hide resolved
...rter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterOptions.java
Outdated
Show resolved
Hide resolved
...nitor-opentelemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/package-info.java
Show resolved
Hide resolved
…/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterOptions.java Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
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.
I'd be nice to address https://github.com/Azure/azure-sdk-for-java/pull/42134/files#r1781690171 in this PR, looks great otherwise!
...rter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterOptions.java
Show resolved
Hide resolved
/check-enforcer override |
LogsIngestionAsyncClientTest.testUploadLogsInBatches seems flaky on macOS |
* API change of the Azure Monitor exporter
AzureMonitor
=>AzureMonitorExporter
AzureMonitorExporterBuilder
=>AzureMonitorExporterOptions
(build exporter methods not public, implementation of the HTTP traits removed bur methods not renamed)AzureMonitorExporter
(previouslyAzureMonitorExporterBuilder
) moved to thecom.azure.monitor.opentelemetry.exporter
package)