diff --git a/.github/scripts/markdown-link-check-config.json b/.github/scripts/markdown-link-check-config.json index a8f85dfa9d..5c541a7ff4 100644 --- a/.github/scripts/markdown-link-check-config.json +++ b/.github/scripts/markdown-link-check-config.json @@ -19,6 +19,9 @@ }, { "pattern": "^https://micrometer\\.io" + }, + { + "pattern": "^https://central\\.sonatype\\.com" } ] } diff --git a/instrumentation/jsp-2.3/javaagent/build.gradle.kts b/instrumentation/jsp-2.3/javaagent/build.gradle.kts index 915e510e50..497c7630f3 100644 --- a/instrumentation/jsp-2.3/javaagent/build.gradle.kts +++ b/instrumentation/jsp-2.3/javaagent/build.gradle.kts @@ -51,4 +51,6 @@ tasks.withType().configureEach { // TODO run tests both with and without experimental span attributes jvmArgs("-Dotel.instrumentation.jsp.experimental-span-attributes=true") + + jvmArgs("-Dotel.instrumentation.common.experimental.view-telemetry.enabled=true") }