File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opentelemetry-sdk/src/opentelemetry/sdk/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 these attributes can be included in the Resource.*
2424
2525Resource objects are created with `Resource.create`, which accepts attributes
26- (key-values). Resources should NOT be created via constructor yet ResourceDetector
27- instance can't use `Resource.create` to avoid infinite loops. Working with
26+ (key-values). Resources should NOT be created via constructor except by ` ResourceDetector`
27+ instances which can't use `Resource.create` to avoid infinite loops. Working with
2828`Resource` objects should only be done via the Resource API methods. Resource
2929attributes can also be passed at process invocation in the
3030:envvar:`OTEL_RESOURCE_ATTRIBUTES` environment variable. You should register
You can’t perform that action at this time.
0 commit comments