3 个版本 (重大变更)
0.3.0 | 2024 年 7 月 16 日 |
---|---|
0.2.0 | 2024 年 6 月 21 日 |
0.1.0 | 2024 年 3 月 19 日 |
#372 在 开发工具
每月下载量 5,161
用于 2 crate
13KB
216 行
OpenTelemetry 资源检测器
为使用 OpenTelemetry
仪表化的应用程序提供的社区支持的资源检测器实现。
概述
[The opentelemetry-resource-detectors
] crate 提供了一组用于从运行时检测资源的工具。这个 crate 提供了额外的操作系统和进程相关资源的检测器。尽管由于它们缺乏稳定性而没有包含在 SDK 中,但这些检测器可以促进收集额外的遥测信息。
功能
检测器 | 实现资源 | 支持操作系统 | 语义约定 |
---|---|---|---|
ProcessResourceDetector | PROCESS_COMMAND_ARGS, PROCESS_PID | 所有 | https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/process.md |
OsResourceDetector | OS_TYPE | 所有 | https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/os.md |
HostResourceDetector | HOST_ID | linux | https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/host.md |
HostResourceDetector | HOST_ARCH | 所有 | https://github.com/open-telemetry/semantic-conventions/blob/main/docs/resource/host.md |
依赖
~2.1–3MB
~54K SLoC