GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 41 forks source link

Add otlp with spring boot sample #327

Closed psx95 closed 4 months ago

psx95 commented 4 months ago

The sample demonstrates exporting OTLP traces from a Spring Boot application along with use of Google Authentication with auto-refreshing credentials.

Testing

dashpole commented 4 months ago

(non-blocking) Did you have any thoughts/ideas for how to make auth easier for users? Any changes we could propose upstream, or helper libraries we could offer from this repo? It would be good to open any tracking issues for potential improvements so we don't forget

psx95 commented 4 months ago

(non-blocking) Did you have any thoughts/ideas for how to make auth easier for users? Any changes we could propose upstream, or helper libraries we could offer from this repo? It would be good to open any tracking issues for potential improvements so we don't forget

I will think it over and document any potential improvements I can come up with.