GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
73 stars 39 forks source link

README code throws compiler error #372

Closed bhshkh closed 2 months ago

bhshkh commented 2 months ago

https://github.com/GoogleCloudPlatform/opentelemetry-operations-java/blob/f04d7e9588db98f227806b954bab726dae2981c9/exporters/trace/README.md?plain=1#L44

Tried using the above lines but it shows error:

Required type:
TraceExporter
Provided:
SpanExporter
psx95 commented 2 months ago

Thank you for reporting this, the readme needs to be updated. The method indeed returns a SpanExporter as it should.

I will update the README.