Skip to content

Commit

Permalink
Fix broken link in metrics data model doc. (open-telemetry#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
kovrus authored Aug 22, 2022
1 parent 2f6ea31 commit 2ce0831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/metrics/data-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ An [OpenTelemetry Gauge](#gauge) MUST be converted to a Prometheus Gauge.
- If the aggregation temporality is cumulative and the sum is non-monotonic, it MUST be converted to a Prometheus Gauge.
- If the aggregation temporality is delta and the sum is monotonic, it SHOULD be converted to a cumulative temporality and become a Prometheus Sum. The following behaviors are expected:
- The new data point type must be the same as the accumulated data point type.
- The new data point's start time must match the time of the accumulated data point. If not, see [detecting alignment issues].(#sums-detecting-alignment-issues).
- The new data point's start time must match the time of the accumulated data point. If not, see [detecting alignment issues](#sums-detecting-alignment-issues).
- Otherwise, it MUST be dropped.

Monotonic Sum metric points MUST have `_total` added as a suffix to the metric name.
Expand Down

0 comments on commit 2ce0831

Please sign in to comment.