软件包: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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python
-
- sug: python-opentelemetry-doc
- OpenTelemetry-Python API Reference
