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 f1256b1 commit 17e1843Copy full SHA for 17e1843
apps/opentelemetry/src/otel_resource_detector.erl
@@ -40,8 +40,8 @@
40
handle_event/4]).
41
42
-callback get_resource(term()) -> otel_resource:t().
43
-%% Should return a resource identified by the given term. For example,
44
-%% the term could be the name of an environment variable.
+%% Function that takes the configuration of a resource detector
+%% and returns a resource.
45
46
-type detector() :: module() | {module(), term()}.
47
0 commit comments