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

Rename artifacts for Azure Monitor Exporter #18501

Merged
merged 4 commits into from
Jan 7, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix JDK 11 tests
  • Loading branch information
srnagar committed Jan 7, 2021
commit 08d76f9eab9df715797a53695607a6d70b8979e7
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<version>3.0.0-M3</version> <!-- {x-version-update;org.apache.maven.plugins:maven-surefire-plugin;external_dependency} -->
<configuration>
<argLine>
--add-opens com.microsoft.opentelemetry.exporter.azuremonitor/com.microsoft.opentelemetry.exporter.azuremonitor=ALL-UNNAMED
--add-opens com.azure.opentelemetry.exporter.azuremonitor/com.azure.opentelemetry.exporter.azuremonitor=ALL-UNNAMED
</argLine>
</configuration>
</plugin>
Expand Down