套件:python3-opentelemetry-api(1.39.1-2)
python3-opentelemetry-api 的相關連結
Debian 的資源:
下載原始碼套件 python-opentelemetry:
- [python-opentelemetry_1.39.1-2.dsc]
- [python-opentelemetry_1.39.1.orig.tar.gz]
- [python-opentelemetry_1.39.1-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
- python3-opentelemetry-exporter-zipkin-json
- python3-opentelemetry-exporter-zipkin-proto-http
- opentelemetry-cpp
- libopentelemetry-proto-dev
- python3-opentelemetry-exporter-prometheus
- python3-opentelemetry-opentracing-shim
- python-opentelemetry-doc
- opentelemetry-proto
- python3-opentelemetry-exporter-otlp-proto-grpc
- python3-opentelemetry-exporter-otlp-proto-http
- python3-opentelemetry-propagator-b3
OpenTelemetry Python API
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.
其他與 python3-opentelemetry-api 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
-
- sug: python-opentelemetry-doc
- OpenTelemetry-Python API Reference
