Skip to content

Commit 1f17758

Browse files
authored
Add links to quickstart and observability overview PyPI README.rst and sphinx docs (#359)
1 parent f63a109 commit 1f17758

File tree

5 files changed

+35
-0
lines changed

5 files changed

+35
-0
lines changed

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ resource detectors for Google Cloud Platform. Development for these packages
2323
takes 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+
2633
Installation
2734
------------
2835

opentelemetry-exporter-gcp-monitoring/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ OpenTelemetry Google Cloud Monitoring Exporter
1111
This library provides support for exporting metrics to Google Cloud
1212
Monitoring.
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+
1421
For resource detection and GCP trace context propagation, see
1522
`opentelemetry-tools-google-cloud
1623
<https://pypi.org/project/opentelemetry-tools-google-cloud/>`_. For the

opentelemetry-exporter-gcp-trace/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ OpenTelemetry Google Cloud Integration
1010

1111
This 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+
1320
For resource detection and GCP trace context propagation, see
1421
`opentelemetry-tools-google-cloud
1522
<https://pypi.org/project/opentelemetry-tools-google-cloud/>`_. For the

opentelemetry-propagator-gcp/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ OpenTelemetry Google Cloud Propagator
1111
This library provides support for propagating trace context in the Google
1212
Cloud ``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+
1421
Installation
1522
------------
1623

opentelemetry-resourcedetector-gcp/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ OpenTelemetry Google Cloud Resource Detector
1010

1111
This 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+
1320
Installation
1421
------------
1522

0 commit comments

Comments
 (0)