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

https://github.com/emdneto/opentelemetry-by-example

OpenTelemetry By Example
https://github.com/emdneto/opentelemetry-by-example

cpp dotnet elixir go java javascript observability opentelemetry opentelemetry-collector opentelemetry-operator php python ruby

Last synced: about 13 hours ago
JSON representation

OpenTelemetry By Example

Awesome Lists containing this project

README

          

# OpenTelemetry By Example

[![docs]][docs-ci]

Your definitive state-of-the-art reference for learning OpenTelemetry with hands-on examples.

OpenTelemetry By Example is a curated collection of reproducible code snippets that demonstrate how to instrument applications using [OpenTelemetry][opentelemetry]. Say goodbye to outdated examples—each snippet is designed to be clear, step-by-step, and guaranteed to work every time you run it. From basic setups to advanced use cases with popular frameworks and libraries, these snippets ensure you're always running with up-to-date versions and reliable best practices.

## Supported Snippets

| Snippet | CI |
| -------- | ------- |
| Python | [![python]][python-ci] |
| Go | [![go]][go-ci] |
| Java | [![Java]][java-ci] |

[docs]: https://github.com/emdneto/opentelemetry-by-example/actions/workflows/ci.yaml/badge.svg?branch=main
[docs-ci]: https://github.com/emdneto/opentelemetry-by-example/actions/workflows/ci.yaml
[python]: https://github.com/emdneto/opentelemetry-by-example/actions/workflows/python.yml/badge.svg?branch=main
[python-ci]: https://github.com/emdneto/opentelemetry-by-example/actions/workflows/python.yml
[go]: https://github.com/emdneto/opentelemetry-by-example/actions/workflows/go.yml/badge.svg?branch=main
[go-ci]: https://github.com/emdneto/opentelemetry-by-example/actions/workflows/go.yml
[java]: https://github.com/emdneto/opentelemetry-by-example/actions/workflows/java.yml/badge.svg?branch=main
[java-ci]: https://github.com/emdneto/opentelemetry-by-example/actions/workflows/java.yml

[opentelemetry]: https://opentelemetry.io
[collector]: https://opentelemetry.io/docs/collector/