GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 41 forks source link

Make setResourceAttributesFilter public #319

Closed psx95 closed 5 months ago

psx95 commented 5 months ago

The recently added setResourceAttributesFilter in #314 was not publicly exposed on MetricConfiguration.

This PR makes the setting the resource attribute filter public and adds missing tests.

Testing