aboutsummaryrefslogtreecommitdiff
path: root/exporters
diff options
context:
space:
mode:
authorYang Song <songy23@users.noreply.github.com>2018-04-03 11:14:46 -0700
committerGitHub <noreply@github.com>2018-04-03 11:14:46 -0700
commit11918ecc0e0110e93579cc5477a7f4d907e2df6d (patch)
treec9ad5c7c901b246d81fcc14427f2db8970233444 /exporters
parentefa417a224f1493e24207a92957d8e081f73e1d2 (diff)
downloadopencensus-java-11918ecc0e0110e93579cc5477a7f4d907e2df6d.tar.gz
Fix a few typos in exporter README (#1110)
Diffstat (limited to 'exporters')
-rw-r--r--exporters/stats/stackdriver/README.md2
-rw-r--r--exporters/trace/instana/README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/exporters/stats/stackdriver/README.md b/exporters/stats/stackdriver/README.md
index e90dc105..ef0e85f3 100644
--- a/exporters/stats/stackdriver/README.md
+++ b/exporters/stats/stackdriver/README.md
@@ -76,7 +76,7 @@ can correctly identify your pod, cluster and container. Follow the Kubernetes in
[here](https://cloud.google.com/kubernetes-engine/docs/tutorials/custom-metrics-autoscaling#exporting_metrics_from_the_application)
and [here](https://kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/).
-Otherwise, Exporter will use [a global Stackdriver monitored resource with no labels](https://cloud.google.com/monitoring/api/resources#tag_global),
+Otherwise, Exporter will use [a global Stackdriver monitored resource with a project_id label](https://cloud.google.com/monitoring/api/resources#tag_global),
and it works fine when you have only one exporter running.
If you want to have multiple processes exporting stats for the same metric concurrently, and your
diff --git a/exporters/trace/instana/README.md b/exporters/trace/instana/README.md
index 077f2033..aea6de64 100644
--- a/exporters/trace/instana/README.md
+++ b/exporters/trace/instana/README.md
@@ -4,7 +4,7 @@
[![Maven Central][maven-image]][maven-url]
The *OpenCensus Instana Trace Exporter* is a trace exporter that exports
-data to Instana. [Instana](http://www.instana.com/) Instana is a distributed
+data to Instana. [Instana](http://www.instana.com/) is a distributed
tracing system.
## Quickstart