We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e1843 commit 0b055caCopy full SHA for 0b055ca
apps/opentelemetry/src/otel_resource_app_env.erl
@@ -20,12 +20,12 @@
20
%% configuration under the `resource' key:
21
%%
22
%% ```
23
-%% [{service, #{name => "service-name",
24
-%% namespace => "service-namespace"}]
+%% [{service, #{name => "myservice",
+%% namespace => "mynamespace"}}]
25
%% '''
26
27
%% then it results in the `Resource' attributes `service.name' and `service.namespace'
28
-%% set to `service-name' and `service-namespace' respectively.
+%% set to `myservice' and `mynamespace"}}]' respectively.
29
30
%% This detector is on by default (see the default configuration for `resource_detectors' in the
31
%% `opentelemetry' application environment).
0 commit comments