Skip to content

Commit fa4197d

Browse files
committed
remove bool
1 parent f734842 commit fa4197d

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
required: false
99

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

1313
jobs:
1414
spotless:

agent/agent-tooling/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
implementation(project(":agent:agent-profiler:agent-diagnostics"))
2222
implementation(project(":etw:java"))
2323

24-
implementation("com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.28")
24+
implementation("com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.29")
2525
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap")
2626
compileOnly("io.opentelemetry.javaagent:opentelemetry-javaagent-tooling")
2727
compileOnly("io.opentelemetry.javaagent.instrumentation:opentelemetry-javaagent-servlet-common-bootstrap")

agent/agent-tooling/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ com.azure:azure-core-http-netty:1.15.3=runtimeClasspath
99
com.azure:azure-core:1.51.0=runtimeClasspath
1010
com.azure:azure-identity:1.13.2=runtimeClasspath
1111
com.azure:azure-json:1.3.0=runtimeClasspath
12-
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.28=runtimeClasspath
12+
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.29=runtimeClasspath
1313
com.azure:azure-sdk-bom:1.2.27=runtimeClasspath
1414
com.azure:azure-storage-blob:12.27.1=runtimeClasspath
1515
com.azure:azure-storage-common:12.26.1=runtimeClasspath

agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init/SecondEntryPoint.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ public void customize(AutoConfigurationCustomizer autoConfiguration) {
230230
telemetryClient::getInstrumentationKey,
231231
telemetryClient.getRoleName(),
232232
telemetryClient.getRoleInstance(),
233-
configuration.preview.useNormalizedValueForNonNormalizedCpuPercentage,
234233
FirstEntryPoint.getAgentVersion());
235234
} else {
236235
quickPulse = null;

0 commit comments

Comments
 (0)