Skip to content

Commit 0b055ca

Browse files
committed
FIXUP
1 parent 17e1843 commit 0b055ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/opentelemetry/src/otel_resource_app_env.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
%% configuration under the `resource' key:
2121
%%
2222
%% ```
23-
%% [{service, #{name => "service-name",
24-
%% namespace => "service-namespace"}]
23+
%% [{service, #{name => "myservice",
24+
%% namespace => "mynamespace"}}]
2525
%% '''
2626
%%
2727
%% then it results in the `Resource' attributes `service.name' and `service.namespace'
28-
%% set to `service-name' and `service-namespace' respectively.
28+
%% set to `myservice' and `mynamespace"}}]' respectively.
2929
%%
3030
%% This detector is on by default (see the default configuration for `resource_detectors' in the
3131
%% `opentelemetry' application environment).

0 commit comments

Comments
 (0)