David Ashpole

Results 566 comments of David Ashpole
trafficstars

Just curious: which receiver are you using? The GMP exporter relies primarily on [service.name, service.namespace, and service.instance.id](https://github.com/open-telemetry/opentelemetry-specification/tree/main/specification/resource/semantic_conventions#service) (mapped to `job` and `instance` in the [`prometheus_target`](https://cloud.google.com/monitoring/api/resources#tag_prometheus_target)). The service resource attributes are...

Can you paste your resources from the file exporter?

If you set `service.instance.id` to something unique per-application, that would set the `instance` in the outgoing metrics, and prevent duplicate timeseries errors. Otherwise, if you only have 1 instance of...

/assign @dgrisonnet for instrumentation review

/sig instrumentation /sig apimachinery cc @logicalhan @lilic