#resources #detector #open-telemetry

opentelemetry-resource-detectors

A collection of community supported resource detectors for OpenTelemetry

1 unstable release

0.1.0 Mar 19, 2024

#458 in Data structures

Download history 142/week @ 2024-03-15 20/week @ 2024-03-22 17/week @ 2024-03-29 5/week @ 2024-04-05

184 downloads per month

Apache-2.0

8KB
75 lines

OpenTelemetry — An observability framework for cloud-native software.

OpenTelemetry Resource Detectors

Community supported Resource detectors implementations for applications instrumented with OpenTelemetry.

Overview

[The opentelemetry-resource-detectors] crate provides a collection of tools to detect resources from the runtime. This crate provides additional detectors for OS and process-related resources. Despite not being included in the SDK due to their lack of stability, these detectors can facilitate gathering additional telemetry information.

Features

Detector Implemented Resources Semantic Conventions
ProcessResourceDetector PROCESS_COMMAND_ARGS, PROCESS_PID https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.x/specification/resource/semantic_conventions/process.md
OsResourceDetector OS_TYPE https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.x/specification/resource/semantic_conventions/os.md

Dependencies

~2.1–3MB
~58K SLoC