View Source otel_resource_app_env (opentelemetry v1.3.0)
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
.