Skip to content

Commit 04effcc

Browse files
author
Tristan Sloughter
authored
Merge branch 'main' into fix-histo-buckets
2 parents 57b6748 + 3581046 commit 04effcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/opentelemetry/src/otel_sampler_trace_id_ratio_based.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
-include("otel_sampler.hrl").
3131

3232
-type probability() :: float().
33-
-opaque config() :: #{probability := probability(), id_upper_bound := integer()}.
33+
-type config() :: #{probability := probability(), id_upper_bound := integer()}.
3434

3535
%% 2^63 - 1
3636
-define(MAX_VALUE, 9223372036854775807).

0 commit comments

Comments
 (0)