File tree Expand file tree Collapse file tree 5 files changed +35
-0
lines changed
opentelemetry-exporter-gcp-monitoring
opentelemetry-exporter-gcp-trace
opentelemetry-propagator-gcp
opentelemetry-resourcedetector-gcp Expand file tree Collapse file tree 5 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ resource detectors for Google Cloud Platform. Development for these packages
2323takes place on `Github
2424<https://github.com/GoogleCloudPlatform/opentelemetry-operations-python> `_.
2525
26+ To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
27+ Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python> `_.
28+
29+ To learn more about instrumentation and observability, including opinionated recommendations
30+ for Google Cloud Observability, visit `Instrumentation and observability
31+ <https://cloud.google.com/stackdriver/docs/instrumentation/overview> `_.
32+
2633Installation
2734------------
2835
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ OpenTelemetry Google Cloud Monitoring Exporter
1111This library provides support for exporting metrics to Google Cloud
1212Monitoring.
1313
14+ To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
15+ Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python> `_.
16+
17+ To learn more about instrumentation and observability, including opinionated recommendations
18+ for Google Cloud Observability, visit `Instrumentation and observability
19+ <https://cloud.google.com/stackdriver/docs/instrumentation/overview> `_.
20+
1421For resource detection and GCP trace context propagation, see
1522`opentelemetry-tools-google-cloud
1623<https://pypi.org/project/opentelemetry-tools-google-cloud/> `_. For the
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ OpenTelemetry Google Cloud Integration
1010
1111This library provides support for exporting traces to Google Cloud Trace.
1212
13+ To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
14+ Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python> `_.
15+
16+ To learn more about instrumentation and observability, including opinionated recommendations
17+ for Google Cloud Observability, visit `Instrumentation and observability
18+ <https://cloud.google.com/stackdriver/docs/instrumentation/overview> `_.
19+
1320For resource detection and GCP trace context propagation, see
1421`opentelemetry-tools-google-cloud
1522<https://pypi.org/project/opentelemetry-tools-google-cloud/> `_. For the
Original file line number Diff line number Diff line change @@ -11,6 +11,13 @@ OpenTelemetry Google Cloud Propagator
1111This library provides support for propagating trace context in the Google
1212Cloud ``X-Cloud-Trace-Context `` format.
1313
14+ To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
15+ Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python> `_.
16+
17+ To learn more about instrumentation and observability, including opinionated recommendations
18+ for Google Cloud Observability, visit `Instrumentation and observability
19+ <https://cloud.google.com/stackdriver/docs/instrumentation/overview> `_.
20+
1421Installation
1522------------
1623
Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ OpenTelemetry Google Cloud Resource Detector
1010
1111This library provides support for detecting GCP resources like GCE, GKE, etc.
1212
13+ To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
14+ Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python> `_.
15+
16+ To learn more about instrumentation and observability, including opinionated recommendations
17+ for Google Cloud Observability, visit `Instrumentation and observability
18+ <https://cloud.google.com/stackdriver/docs/instrumentation/overview> `_.
19+
1320Installation
1421------------
1522
You can’t perform that action at this time.
0 commit comments