opentelemetry-resourcedetector-process 0.3.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

opentelemetryresourcedetectorprocess 0.3.0

opentelemetry-resourcedetector-process
An OpenTelemetry package to populates Resource attributes from the running process.
Usage
from opentelemetry.sdk.resources import get_aggregated_resources
from opentelemetry_resourcedetector_process import ProcessResourceDetector

...

resource = get_aggregated_resources([
ProcessResourceDetector(),
SomeOtherResourceDetector()
])

... pass the returned `resource` to a TracerProvder, for example ...

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.