Skip to content

Commit b8b3bf8

Browse files
committed
fix typing
1 parent 56ee315 commit b8b3bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/opentelemetry_experimental/include/otel_metrics.hrl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
{
119119
name :: otel_view:name(),
120120
scope :: opentelemetry:instrumentation_scope(),
121-
description :: otel_instrument:description(),
122-
unit :: otel_instrument:unit(),
121+
description :: otel_instrument:description() | undefined,
122+
unit :: otel_instrument:unit() | undefined,
123123
data :: #sum{} | #gauge{} | #histogram{}
124124
}).

0 commit comments

Comments
 (0)