Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/opentelemetry-operations-python
OpenTelemetry Python exporters for Google Cloud Monitoring and Trace
https://github.com/googlecloudplatform/opentelemetry-operations-python
opentelemetry opentelemetry-python python
Last synced: 3 days ago
JSON representation
OpenTelemetry Python exporters for Google Cloud Monitoring and Trace
- Host: GitHub
- URL: https://github.com/googlecloudplatform/opentelemetry-operations-python
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2020-03-02T22:00:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-08T19:26:47.000Z (13 days ago)
- Last Synced: 2025-01-18T11:05:10.792Z (3 days ago)
- Topics: opentelemetry, opentelemetry-python, python
- Language: Python
- Homepage: https://google-cloud-opentelemetry.readthedocs.io/en/stable/
- Size: 1.83 MB
- Stars: 65
- Watchers: 30
- Forks: 45
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE
- Code of conduct: docs/code-of-conduct.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Open-Telemetry Operations Exporters for Python
[![Documentation Status](https://readthedocs.org/projects/google-cloud-opentelemetry/badge/?version=latest)](https://google-cloud-opentelemetry.readthedocs.io/en/latest/?badge=latest)
This repo provides OpenTelemetry Python exporters, propagators, and resource detectors
for Google Cloud Platform.To get started with instrumentation in Google Cloud, see [Generate traces and metrics with
Python](https://cloud.google.com/stackdriver/docs/instrumentation/setup/python).## Documentation
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).API docs and additional examples are available at
## Installation
All packages are [available on PyPI](https://pypi.org/user/google_opentelemetry/) for installation with `pip`.
## Contributing
See the [contributing guide](docs/contributing.md).