Skip to content

Commit

Permalink
clean conclussion and references
Browse files Browse the repository at this point in the history
  • Loading branch information
IvannKurchenko committed Feb 25, 2024
1 parent 25ac4c2 commit b76916a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blog/BLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,17 @@ Along with this you can check logs in to see that there is a new `environment` l

And pick any trace to see same new `environment` tag:
![6-process-telemetry-tempo.png](images%2F6-process-telemetry-tempo.png)

## Conclusion
OpenTelemetry is a great framework to build a complete observability system.
Although it has a pretty wide number of tools, bear in mind that some of them are in "alpha" or "beta" stage and subject to change.

## References
- [GitHub repository with all the code](https://github.com/IvannKurchenko/blog-opentelemetry-building-decoupled-monitoring);
- [OTEL collector documentation](https://opentelemetry.io/docs/collector/);
- [OTEL recommended Processors](https://github.com/open-telemetry/opentelemetry-collector/tree/main/processor#recommended-processors);
- [OTEL Registry](https://opentelemetry.io/ecosystem/registry/) - find instrumentation for your language or framework and any other components;
- [Spring Boot instrumentation](https://opentelemetry.io/docs/languages/java/automatic/spring-boot/);
- [Introducing native support for OpenTelemetry in Jaeger](https://medium.com/jaegertracing/introducing-native-support-for-opentelemetry-in-jaeger-eb661be8183c);
- [Sending Traces with the Grafana Agent for Grafana Tempo](https://medium.com/@gleydsoncavalcanti/sending-traces-with-the-grafana-agent-for-grafana-tempo-4092b25c35d0);
- [Introduction to Metrics, Logs, Traces and Profiles in Grafana](https://github.com/grafana/intro-to-mltp);

0 comments on commit b76916a

Please sign in to comment.