Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jtl-novatec authored Apr 17, 2024
1 parent cb3acde commit 7bd88e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Each metric consists of two main parts.
First, there is information to identify the instrument (e.g. name, kind, unit, and description).
Second, the `data` second contains a list of `data_points`, which are measurements recorded by the instrument.
Each measurement typically consists of a `value`, `attributes`, and a `timestamp`.
The `aggregation_temporality` indicates whether the metric is cumulative, and is_monotonic specifies whether the metric only increases (or decreases, in the case of a gauge). This model is designed to be flexible and extensible, ensuring compatibility with existing monitoring systems and standards like Prometheus and StatsD, facilitating interoperability with various monitoring tools.
The `aggregation_temporality` indicates whether the metric is cumulative, and `is_monotonic` specifies whether the metric only increases (or decreases, in the case of a gauge). This model is designed to be flexible and extensible, ensuring compatibility with existing monitoring systems and standards like Prometheus and StatsD, facilitating interoperability with various monitoring tools.

### metric dimensions

Expand Down

0 comments on commit 7bd88e3

Please sign in to comment.