This repository was archived by the owner on Dec 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
exporters/stats/stackdriver Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ By default, the Stackdriver Stats Exporter uses [a global Stackdriver monitored
7373labels] ( https://cloud.google.com/monitoring/api/resources#tag_global ) , and this works fine when you
7474have only one exporter running. If you want to have multiple processes exporting stats for the same
7575metric concurrently, please associate a unique monitored resource with each exporter if possible.
76- Please note that there is also an "opencensus-task " metric label that uniquely identifies the
76+ Please note that there is also an "opencensus_task " metric label that uniquely identifies the
7777uploaded stats.
7878
7979To set a custom MonitoredResource:
@@ -140,7 +140,7 @@ requires a [Premium tier Stackdriver account](https://cloud.google.com/monitorin
140140Please note that by default all new Stackdriver accounts are Basic tier. To upgrade to a Premium
141141tier Stackdriver account, follow the instructions [ here] ( https://cloud.google.com/monitoring/accounts/tiers#start-premium ) .
142142
143- ### What is "opencensus-task " metric label ?
143+ ### What is "opencensus_task " metric label ?
144144Stackdriver requires that each Timeseries to be updated only by one task at a time. A
145145` Timeseries ` is uniquely identified by the ` MonitoredResource ` and the ` Metric ` 's labels.
146146Stackdriver exporter adds a new ` Metric ` label for each custom ` Metric ` to ensure the uniqueness
You can’t perform that action at this time.
0 commit comments