Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit bff3c2f

Browse files
authored
Change "opencensus-task" to "opencensus_task" in documentation to match the implementation. (#933)
1 parent 26232c4 commit bff3c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exporters/stats/stackdriver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ By default, the Stackdriver Stats Exporter uses [a global Stackdriver monitored
7373
labels](https://cloud.google.com/monitoring/api/resources#tag_global), and this works fine when you
7474
have only one exporter running. If you want to have multiple processes exporting stats for the same
7575
metric 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
7777
uploaded stats.
7878

7979
To set a custom MonitoredResource:
@@ -140,7 +140,7 @@ requires a [Premium tier Stackdriver account](https://cloud.google.com/monitorin
140140
Please note that by default all new Stackdriver accounts are Basic tier. To upgrade to a Premium
141141
tier 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 ?
144144
Stackdriver 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.
146146
Stackdriver exporter adds a new `Metric` label for each custom `Metric` to ensure the uniqueness

0 commit comments

Comments
 (0)