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 0a55d41 commit ac858f5Copy full SHA for ac858f5
javaagent/build.gradle.kts
@@ -72,9 +72,8 @@ tasks {
72
attributes.put("Implementation-Title", "javaagent")
73
attributes.put("Implementation-Version", project.version)
74
// TODO set version from a property
75
- attributes.put("OpenTelemetry-Instrumentation-Version", "0.10.0")
+ attributes.put("OpenTelemetry-Instrumentation-Version", "0.11.0")
76
attributes.put("Implementation-Vendor", "Hypertrace.org")
77
- // TODO set to Github repository URL
78
attributes.put("Implementation-Url", "https://github.com/hypertrace/javaagent")
79
attributes.put("Main-Class", "io.opentelemetry.javaagent.OpenTelemetryAgent")
80
attributes.put("Agent-Class", "org.hypertrace.agent.instrument.HypertraceAgent")
0 commit comments