Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).