GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 38 forks source link

Add OTLP trace with ADC example #297

Closed damemi closed 6 months ago

damemi commented 7 months ago

Cobbled this together following docs from:

Same idea as https://github.com/GoogleCloudPlatform/opentelemetry-operations-go/pull/800, https://github.com/GoogleCloudPlatform/opentelemetry-operations-python/pull/307, and https://github.com/GoogleCloudPlatform/opentelemetry-operations-js/pull/676

psx95 commented 7 months ago

Is this different from this example which is already present ?

It seems similar.

psx95 commented 7 months ago

Is this different from this example which is already present ?

It seems similar.

Ah, nvm it uses OTLP Span exporter instead of Google Cloud Exporter.

damemi commented 6 months ago

Thanks for all your help @psx95! I added the changes we talked about and tested this and it's working now 🎉