Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Allow users to use custom metric name prefix for Stackdriver #125

Closed
mayurkale22 opened this issue Sep 13, 2018 · 2 comments
Closed

Allow users to use custom metric name prefix for Stackdriver #125

mayurkale22 opened this issue Sep 13, 2018 · 2 comments

Comments

@mayurkale22
Copy link
Member

mayurkale22 commented Sep 13, 2018

Add a way to override metric name prefix. Today, OpenCensus only supports "custom.googleapis.com" (

), but Stackdriver supports more prefixes (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricDescriptor).

Counterpart in Java: https://github.com/census-instrumentation/opencensus-java/blob/master/exporters/stats/stackdriver/src/main/java/io/opencensus/exporter/stats/stackdriver/StackdriverExporterWorker.java#L250

Equivalent to census-instrumentation/opencensus-java#1057..

@songy23
Copy link
Contributor

songy23 commented Sep 13, 2018

Same comment to census-instrumentation/opencensus-python#310 (comment).

@isaikevych
Copy link
Contributor

Done by #151

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants