File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
agent/instrumentation/micrometer-1.0 Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ dependencies {
3131 exclude(" io.micrometer" , " micrometer-core" )
3232 }
3333
34- // there's a bug in earlier micrometer versions that
35- testImplementation(" io.micrometer:micrometer-core:1.13.6" )
34+ testImplementation(" io.micrometer:micrometer-core:1.1.0" )
3635
3736 // TODO remove when start using io.opentelemetry.instrumentation.javaagent-instrumentation plugin
3837 add(" codegen" , " io.opentelemetry.javaagent:opentelemetry-javaagent-tooling:$otelInstrumentationAlphaVersion " )
@@ -43,6 +42,6 @@ dependencies {
4342
4443tasks {
4544 withType<Test >().configureEach {
46- jvmArgs(" -Dapplicationinsights.internal.micrometer.step.millis=100 " )
45+ jvmArgs(" -Dapplicationinsights.internal.micrometer.step.millis=1000 " )
4746 }
4847}
You can’t perform that action at this time.
0 commit comments