We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182b62c commit aa2f513Copy full SHA for aa2f513
agent/instrumentation/micrometer-1.0/build.gradle.kts
@@ -42,6 +42,6 @@ dependencies {
42
43
tasks {
44
withType<Test>().configureEach {
45
- jvmArgs("-Dapplicationinsights.internal.micrometer.step.millis=100")
+ jvmArgs("-Dapplicationinsights.internal.micrometer.step.millis=1000")
46
}
47
0 commit comments