screenshots.debian.net

Description

OpenTelemetry is an observability framework – an API, SDK, and tools that are designed to aid in the generation and collection of application telemetry data such as metrics, logs, and traces.

The OpenTelemetry API is a collection of language-specific APIs (designed to be language-agnostic) that standardize the way telemetry data is captured and processed. Consider it a contract between your application code and the actual implementation (SDK). The API enables developers to consistently instrument their code, while the SDK handles the actual collection and export of telemetry data.

Key components of the API are:

* Tracers: It builds and manages spans for distributed tracing.

* Meters: It is used to track application metrics (such as latency and

failures).

* Loggers: It is for creating structured log entries.


Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/open-telemetry/opentelemetry-python


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-opentelemetry-api

Read the original on screenshots.debian.net ↗