ComplianceCow / CAML

Continuous Audit Metrics Catalog
Other
4 stars 6 forks source link

proposed ADR: use the prometheus metric types #51

Open pritikin opened 2 years ago

pritikin commented 2 years ago

3/18 meeting notes

consistent with openMetrics as well: ref: https://prometheus.io/docs/concepts/metric_types/

exposing the measures allows for trending on the measures. for simplicity thats a bit of a stretch goal. these are mostly "count"

the type field goes on the metric as well (in the future. not necessary for now). these are mostly a "gauge"

if everything is a gauge do we need to say anything about it?

Are there other, perhaps ratified ISO etc, standards that we should reach to instead?

apannetrat commented 2 years ago

I looked at the ISO 19086 standard and it qualifies metrics in terms of scale:

I don't know if this is useful.