パッケージ: 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
