Skip to content

Commit

Permalink
Add links to quickstart and observability overview PyPI README.rst an…
Browse files Browse the repository at this point in the history
…d sphinx docs (#359)
  • Loading branch information
aabmass authored Oct 3, 2024
1 parent f63a109 commit 1f17758
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ resource detectors for Google Cloud Platform. Development for these packages
takes place on `Github
<https://github.com/GoogleCloudPlatform/opentelemetry-operations-python>`_.

To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python>`_.

To learn more about instrumentation and observability, including opinionated recommendations
for Google Cloud Observability, visit `Instrumentation and observability
<https://cloud.google.com/stackdriver/docs/instrumentation/overview>`_.

Installation
------------

Expand Down
7 changes: 7 additions & 0 deletions opentelemetry-exporter-gcp-monitoring/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ OpenTelemetry Google Cloud Monitoring Exporter
This library provides support for exporting metrics to Google Cloud
Monitoring.

To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python>`_.

To learn more about instrumentation and observability, including opinionated recommendations
for Google Cloud Observability, visit `Instrumentation and observability
<https://cloud.google.com/stackdriver/docs/instrumentation/overview>`_.

For resource detection and GCP trace context propagation, see
`opentelemetry-tools-google-cloud
<https://pypi.org/project/opentelemetry-tools-google-cloud/>`_. For the
Expand Down
7 changes: 7 additions & 0 deletions opentelemetry-exporter-gcp-trace/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ OpenTelemetry Google Cloud Integration

This library provides support for exporting traces to Google Cloud Trace.

To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python>`_.

To learn more about instrumentation and observability, including opinionated recommendations
for Google Cloud Observability, visit `Instrumentation and observability
<https://cloud.google.com/stackdriver/docs/instrumentation/overview>`_.

For resource detection and GCP trace context propagation, see
`opentelemetry-tools-google-cloud
<https://pypi.org/project/opentelemetry-tools-google-cloud/>`_. For the
Expand Down
7 changes: 7 additions & 0 deletions opentelemetry-propagator-gcp/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ OpenTelemetry Google Cloud Propagator
This library provides support for propagating trace context in the Google
Cloud ``X-Cloud-Trace-Context`` format.

To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python>`_.

To learn more about instrumentation and observability, including opinionated recommendations
for Google Cloud Observability, visit `Instrumentation and observability
<https://cloud.google.com/stackdriver/docs/instrumentation/overview>`_.

Installation
------------

Expand Down
7 changes: 7 additions & 0 deletions opentelemetry-resourcedetector-gcp/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ OpenTelemetry Google Cloud Resource Detector

This library provides support for detecting GCP resources like GCE, GKE, etc.

To get started with instrumentation in Google Cloud, see `Generate traces and metrics with
Python <https://cloud.google.com/stackdriver/docs/instrumentation/setup/python>`_.

To learn more about instrumentation and observability, including opinionated recommendations
for Google Cloud Observability, visit `Instrumentation and observability
<https://cloud.google.com/stackdriver/docs/instrumentation/overview>`_.

Installation
------------

Expand Down

0 comments on commit 1f17758

Please sign in to comment.