Skip to content

Commit 228f059

Browse files
committed
prometheus plain text exporter
based on work done by Alberto Sartori <[email protected]> in open-telemetry#619.
1 parent 0a969d1 commit 228f059

File tree

5 files changed

+907
-51
lines changed

5 files changed

+907
-51
lines changed

apps/opentelemetry_experimental/include/otel_metrics.hrl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
{
116116
name :: otel_view:name(),
117117
scope :: opentelemetry:instrumentation_scope() | undefined,
118-
description :: otel_instrument:description(),
119-
unit :: otel_instrument:unit(),
118+
description :: otel_instrument:description() | undefined,
119+
unit :: otel_instrument:unit() | undefined,
120120
data :: #sum{} | #gauge{} | #histogram{}
121121
}).

0 commit comments

Comments
 (0)