https://github.com/ymotongpoo/shakesapp-python
Codelab material for OpenTelemetry + Google Cloud Trace for Python
https://github.com/ymotongpoo/shakesapp-python
cloud-trace google-cloud observability trace
Last synced: about 1 year ago
JSON representation
Codelab material for OpenTelemetry + Google Cloud Trace for Python
- Host: GitHub
- URL: https://github.com/ymotongpoo/shakesapp-python
- Owner: ymotongpoo
- License: apache-2.0
- Created: 2021-03-08T02:23:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-18T23:19:51.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T09:10:00.843Z (about 1 year ago)
- Topics: cloud-trace, google-cloud, observability, trace
- Language: Python
- Homepage: https://codelabs.developers.google.com/codelabs/otel-cloudtrace
- Size: 236 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- 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/).