opentelemetry-java-examples icon indicating copy to clipboard operation
opentelemetry-java-examples copied to clipboard

Results 36 opentelemetry-java-examples issues
Sort by recently updated
recently updated
newest added

Same configuration as other otel java repos

Users should use gRPC library instrumentation and definitely not do manual instrumentation of gRPC. We do get confusion because of the example though. https://github.com/open-telemetry/opentelemetry-java/issues/3610#issuecomment-918701670 IIRC, this isn't the first time...

As per here https://github.com/open-telemetry/opentelemetry-java-docs/pull/4#discussion_r766225263 this is something that new users can struggle with. There is a little prior art here: * https://github.com/signalfx/splunk-otel-java/blob/main/docs/server-instructions.md * https://docs.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-arguments This kind of configuration ought to...

Closes #42 This PR adds an example of telemetry testing with MockServer

I would like to propose a contribution of a java code example that shows telemetry integration testing with [MockServer](https://www.mock-server.com/) library. This example could help users with testing their mission critical...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.opentelemetry:opentelemetry-bom-alpha](https://togithub.com/open-telemetry/opentelemetry-java) | `1.34.1-alpha` -> `1.35.0-alpha` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.opentelemetry:opentelemetry-bom-alpha/1.35.0-alpha?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

The default logs exporter is otlp which is not configured in this example. This PR sets the default logs exporter to `logging` the same way it is being set for...