Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: false

env:
EXPORTER_VERSION: 1.0.0-beta.28 # to be updated with the latest version
EXPORTER_VERSION: 1.0.0-beta.29 # to be updated with the latest version

jobs:
spotless:
Expand Down
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
2 changes: 1 addition & 1 deletion 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.3=runtimeClasspath
com.azure:azure-core:1.51.0=runtimeClasspath
com.azure:azure-identity:1.13.2=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.27=runtimeClasspath
com.azure:azure-storage-blob:12.27.1=runtimeClasspath
com.azure:azure-storage-common:12.26.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
Loading