GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 38 forks source link

Add missing otlp exporter dependency #221

Closed psx95 closed 1 year ago

psx95 commented 1 year ago

Autoconfigure SDK extension is used but has not been configured. In this case, the default otlp exporter must be present on the classpath.

Testing

punya commented 1 year ago

Why are we adding the OTLP exporter to the classpath rather than changing the default exporter to the Google Cloud ones?

psx95 commented 1 year ago

Why are we adding the OTLP exporter to the classpath rather than changing the default exporter to the Google Cloud ones?

No strong reason, for this example it could go either way. My thoughts were: