GoogleCloudPlatform / opentelemetry-operations-java

Apache License 2.0
71 stars 41 forks source link

Expose option to provide MetricServiceSettings in MetricConfiguration #356

Closed psx95 closed 1 month ago

psx95 commented 2 months ago

Description

This PR adds a configuration option to the MetricConfiguration that allows the user to configure the underlying instance of MetricServiceClient which is used by the exporter to interact with the Cloud Monitoring API.

This feature is intended for advanced use-cases only.

Testing

fixes. #149