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 56ee315 commit b8b3bf8Copy full SHA for b8b3bf8
apps/opentelemetry_experimental/include/otel_metrics.hrl
@@ -118,7 +118,7 @@
118
{
119
name :: otel_view:name(),
120
scope :: opentelemetry:instrumentation_scope(),
121
- description :: otel_instrument:description(),
122
- unit :: otel_instrument:unit(),
+ description :: otel_instrument:description() | undefined,
+ unit :: otel_instrument:unit() | undefined,
123
data :: #sum{} | #gauge{} | #histogram{}
124
}).
0 commit comments