Lauri Tulmin

Results 218 comments of Lauri Tulmin

Have a look at https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.0.0 For 2.x many metrics that were under `process.runtime.jvm` were moved to `jvm`. I'm not sure where the `system` and `tomcat` metrics came form, perhaps they...

To reiterate most likely the metrics you see with the 1.x version of the agent come from spring-boot-actuator/micrometer. 1.x version of the agent picks these metrics up and emits them...

[We'd welcome a contribution for this](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/ISSUES.md#contribution-welcome)

Have a look at https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/logback/logback-appender-1.0/javaagent/README.md There is an option to capture key value pairs as attributes. > Log entries streamed from the app should contain a body consisting of a...

> I see the configuration you linked uses system properties. Are environment variables also supported for passing in that configuration? I'm using auto-instrumentation with the Otel operator, so I don't...

> Testing things with random chance is always a challenge, but maybe a simple retry could help. I'd prefer deleting the dest over adding a retry. In my opinion the...

> java.lang.UnsupportedClassVersionError: com/google/protobuf/MessageLiteOrBuilder has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions...

> [#13027](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13027) has been merged into the main branch. Next, I want to implement `ExtendedTextMapGetter` in all http server related instrumentations. Hope you didn't start with it as I also...

[We'd welcome a contribution for this](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/ISSUES.md#contribution-welcome)

https://github.com/open-telemetry/opentelemetry.io/blob/807fd51093c8ee6b156010ae0c9a70d06cf4d150/content/en/docs/languages/java/instrumentation.md seems to have a similar sample. That sample uses `ResourceAttributes.SERVICE_NAME` instead of `SERVICE_NAME` also the import for `ResourceAttributes` is different.