GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 38 forks source link

Add tests to verify OTel integration using in-memory exporter #306

Closed psx95 closed 6 months ago

psx95 commented 6 months ago

Adding a unit test demonstrating the use of InMemorySpanExporter to verify spans generated by the application.

Testing

Re: #277