Resource based on the value of resource
in the opentelemetry application's environment.
Behaviours: otel_resource_detector.
Adds attributes to the Resource based on the value of resource
in the opentelemetry application's environment.
[{service, #{name => "service-name", namespace => "service-namespace"}]
Results in theResource attributes service.name and service.namespace.
| get_resource/1 | |
| parse/1 |
get_resource(Config) -> any()
parse(Attributes) -> any()
Generated by EDoc