Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googlecloudplatform/opentelemetry-trace-codelab-python
A sample code for Cloud Trace + OpenTelemetry Trace codelab.
https://github.com/googlecloudplatform/opentelemetry-trace-codelab-python
cloud-trace google-cloud google-cloud-platform grpc-python observability opentelemetry opentelemetry-python python3 stackdriver-trace trace
Last synced: 4 months ago
JSON representation
A sample code for Cloud Trace + OpenTelemetry Trace codelab.
- Host: GitHub
- URL: https://github.com/googlecloudplatform/opentelemetry-trace-codelab-python
- Owner: GoogleCloudPlatform
- License: apache-2.0
- Created: 2021-06-24T23:04:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T16:55:17.000Z (9 months ago)
- Last Synced: 2024-05-06T18:11:37.787Z (9 months ago)
- Topics: cloud-trace, google-cloud, google-cloud-platform, grpc-python, observability, opentelemetry, opentelemetry-python, python3, stackdriver-trace, trace
- Language: Python
- Homepage:
- Size: 376 KB
- Stars: 4
- Watchers: 18
- Forks: 6
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# OpenTelemetry Trace and Google Cloud Trace: Codelab
These samples are the completed source code of [OpenTelemetry and Google Cloud Trace codelab](https://codelabs.developers.google.com/codelabs/otel-cloudtrace).
The `step1` directory should be used as the starting point of the codelab. The `step2` directory should be the result of section 4 in the codelab. The `step3` directory should be the final result of the codelab.## References
* [OpenTelemetry project repository](https://opentelemetry.io/)
* [OpenTelemetry for Python documentation](https://opentelemetry-python.readthedocs.io/en/stable/)
* [Google Cloud Trace: Python and OpenTelemetry](https://cloud.google.com/trace/docs/setup/python-ot)## License
See [LICENSE](LICENSE).
## Terms
Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the [Google APIs Terms of Service](https://developers.google.com/terms/).