Skip to content

Commit

Permalink
Bump com.azure:azure-monitor-opentelemetry-exporter from 1.0.0-beta.2…
Browse files Browse the repository at this point in the history
…8 to 1.0.0-beta.29 (#3894)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 93b9a13 commit 418ce01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion agent/agent-tooling/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation(project(":agent:agent-profiler:agent-diagnostics"))
implementation(project(":etw:java"))

implementation("com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.28")
implementation("com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.29")
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap")
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling")
compileOnly("io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-servlet-common-bootstrap")
Expand Down
4 changes: 2 additions & 2 deletions agent/agent-tooling/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ com.azure:azure-core-http-netty:1.15.4=runtimeClasspath
com.azure:azure-core:1.52.0=runtimeClasspath
com.azure:azure-identity:1.13.3=runtimeClasspath
com.azure:azure-json:1.3.0=runtimeClasspath
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.28=runtimeClasspath
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.29=runtimeClasspath
com.azure:azure-sdk-bom:1.2.28=runtimeClasspath
com.azure:azure-storage-blob:12.28.0=runtimeClasspath
com.azure:azure-storage-common:12.27.0=runtimeClasspath
Expand Down Expand Up @@ -55,7 +55,7 @@ io.netty:netty-transport:4.1.114.Final=runtimeClasspath
io.opentelemetry.contrib:opentelemetry-jfr-connection:1.39.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.8.0-alpha=runtimeClasspath
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom:2.8.0=runtimeClasspath
io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.25.0-alpha=runtimeClasspath
io.opentelemetry.semconv:opentelemetry-semconv-incubating:1.26.0-alpha=runtimeClasspath
io.opentelemetry.semconv:opentelemetry-semconv:1.25.0-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-api-incubator:1.42.1-alpha=runtimeClasspath
io.opentelemetry:opentelemetry-api:1.42.1=runtimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ public void customize(AutoConfigurationCustomizer autoConfiguration) {
telemetryClient::getInstrumentationKey,
telemetryClient.getRoleName(),
telemetryClient.getRoleInstance(),
configuration.preview.useNormalizedValueForNonNormalizedCpuPercentage,
FirstEntryPoint.getAgentVersion());
} else {
quickPulse = null;
Expand Down
6 changes: 3 additions & 3 deletions licenses/more-licenses.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# agent
## Dependency License Report
_2024-10-02 03:57:56 UTC_
_2024-10-03 17:11:31 UTC_
## Apache License, Version 2.0

**1** **Group:** `com.fasterxml.jackson.core` **Name:** `jackson-annotations` **Version:** `2.17.2`
Expand Down Expand Up @@ -225,7 +225,7 @@ _2024-10-02 03:57:56 UTC_
> - **POM Project URL**: [https://github.com/open-telemetry/semantic-conventions-java](https://github.com/open-telemetry/semantic-conventions-java)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
**45** **Group:** `io.opentelemetry.semconv` **Name:** `opentelemetry-semconv-incubating` **Version:** `1.25.0-alpha`
**45** **Group:** `io.opentelemetry.semconv` **Name:** `opentelemetry-semconv-incubating` **Version:** `1.26.0-alpha`
> - **POM Project URL**: [https://github.com/open-telemetry/semantic-conventions-java](https://github.com/open-telemetry/semantic-conventions-java)
> - **POM License**: Apache License, Version 2.0 - [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Expand Down Expand Up @@ -362,7 +362,7 @@ _2024-10-02 03:57:56 UTC_
> - **POM Project URL**: [https://github.com/Azure/azure-sdk-for-java](https://github.com/Azure/azure-sdk-for-java)
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
**70** **Group:** `com.azure` **Name:** `azure-monitor-opentelemetry-exporter` **Version:** `1.0.0-beta.28`
**70** **Group:** `com.azure` **Name:** `azure-monitor-opentelemetry-exporter` **Version:** `1.0.0-beta.29`
> - **POM License**: MIT License - [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT)
**71** **Group:** `com.azure` **Name:** `azure-storage-blob` **Version:** `12.28.0`
Expand Down

0 comments on commit 418ce01

Please sign in to comment.