Best of OpenTelemetry โ€” February 2024

  1. 1
    Article
    Avatar of grafanaGrafana Labsยท2y

    How to instrument your Python application using OpenTelemetry

    Learn how to instrument your Python application using OpenTelemetry and visualize the data in Grafana Cloud's Application Observability. Follow the steps to create a Python application and configure it for OpenTelemetry.

  2. 2
    Article
    Avatar of unzipUnzipยท2y

    ๐Ÿ“ก OpenTelemetry

    OpenTelemetry is a standardized framework for generating and processing telemetry data. It supports distributed tracing, observability, and offers a variety of SDKs for continuous profiling, instrumentation, and exporting. It allows for standardized data collection without vendor lock-in. However, there may be potential overhead, limited support for packages without auto-instrumentation, a learning curve, and it is still an early-stage project.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCampยท2y

    How to Use OpenTelementry to Trace Node.js Applications

    Learn how to use OpenTelementry to trace Node.js applications effortlessly. Understand the importance of observability, the benefits of using OpenTelementry, and how to set it up for your Node.js application.