Skip to content

Commit

Permalink
fix reader configuration type spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Sloughter committed Aug 9, 2022
1 parent c922c01 commit 4cf7e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opentelemetry_experimental/src/otel_metric_reader.erl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
metrics_tab :: ets:tid()
}).

-spec start_monitor(module(), otel_configuration:t()) -> {ok, {pid(), reference()}} | ignore | {error, term()}.
-spec start_monitor(module(), map()) -> {ok, {pid(), reference()}} | ignore | {error, term()}.
start_monitor(ReaderModule, Config) ->
gen_server:start_monitor(ReaderModule, Config, []).

Expand Down

0 comments on commit 4cf7e03

Please sign in to comment.