-
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
Rework OTel exporter API and documentation #41705
Conversation
cc @lmolkova |
API change check API changes are not detected in this pull request. |
...rter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterBuilder.java
Show resolved
Hide resolved
d4d3bb7
to
4fc4fc9
Compare
...telemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/ExportOptions.java
Outdated
Show resolved
Hide resolved
...r/src/test/java/com/azure/monitor/opentelemetry/exporter/implementation/utils/TestUtils.java
Outdated
Show resolved
Hide resolved
...telemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/ExportOptions.java
Outdated
Show resolved
Hide resolved
810782d
to
c3bb22d
Compare
AutoConfiguredOpenTelemetrySdkBuilder sdkBuilder = AutoConfiguredOpenTelemetrySdk.builder();
OpenTelemetry openTelemetry = new AzureMonitor().connectionString("{connection-string}")
.configure(sdkBuilder).build().getOpenTelemetrySdk(); We expect that most users will use the OpenTelemetry autoconfiguration.
There is a CI compilation issue with TelemetryHelper. It seems that the CI compiles this class for the OpenTelemetry exporter 1.0.0-beta.28, but also with the exporter version of the main branch. The exporter API of the main branch has changed, leading to a compilation failure. Any help to be able to fix this CI issue would be appreciated. |
...nitor-opentelemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/AzureMonitor.java
Show resolved
Hide resolved
2aaf035
to
43d215b
Compare
...telemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/ExportOptions.java
Outdated
Show resolved
Hide resolved
...telemetry-exporter/src/main/java/com/azure/monitor/opentelemetry/exporter/ExportOptions.java
Outdated
Show resolved
Hide resolved
...rter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterBuilder.java
Outdated
Show resolved
Hide resolved
...rter/src/main/java/com/azure/monitor/opentelemetry/exporter/AzureMonitorExporterBuilder.java
Outdated
Show resolved
Hide resolved
a590ee5
to
db7b4f0
Compare
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
…yle-suppressions.xml Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
35ee2d2
to
f335fa0
Compare
/check-enforcer override |
Rework OTel exporter API and documentation
No description provided.