Skip to content

Commit

Permalink
prometheus plain text exporter
Browse files Browse the repository at this point in the history
based on work done by Alberto Sartori <[email protected]>
in open-telemetry#619.
  • Loading branch information
RoadRunnr committed Dec 2, 2024
1 parent 0a969d1 commit 872a23c
Show file tree
Hide file tree
Showing 5 changed files with 928 additions and 51 deletions.
4 changes: 2 additions & 2 deletions apps/opentelemetry_experimental/include/otel_metrics.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
{
name :: otel_view:name(),
scope :: opentelemetry:instrumentation_scope() | undefined,
description :: otel_instrument:description(),
unit :: otel_instrument:unit(),
description :: otel_instrument:description() | undefined,
unit :: otel_instrument:unit() | undefined,
data :: #sum{} | #gauge{} | #histogram{}
}).
Loading

0 comments on commit 872a23c

Please sign in to comment.