Metrics Fundamentals
Metrics are numeric observations about a system collected over time. They show rates, current levels, and distributions so you can understand behavior and decide where to investigate.
itObservability and performance | OpenSkills.info
Course pathWalk it in order
Look it upDip in anytime
Go furtherLeaves this page
Intro
Metrics Fundamentals
Metrics turn repeated observations into time series. Each observation answers a narrow question: how many requests completed, how much memory is in use, or how long a request took. A metrics system stores observations with timestamps so you can compare the present with the recent past.
A metric is evidence, not a verdict on system health. A low CPU reading does not prove that users can complete a request. Start with the behavior you need to understand, then choose the measurement that can expose it.
The metric model
Continue the course
This section is part of the paid course.
See pricing to subscribe, or log in if you already have access.
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
Sources
- https://prometheus.io/docs/concepts/metric_types/
Supports
- Counter, gauge, histogram, and summary definitions
- Counter and gauge examples and constraints
- https://prometheus.io/docs/practices/naming/
Supports
- Metric names, units, total suffixes, labels, and cardinality cautions
- Base-unit guidance and meaningful aggregation rule of thumb
- https://prometheus.io/docs/practices/histograms/
Supports
- Histogram and summary tradeoffs
- Aggregation limits for summary quantiles and bucketed distributions
- https://opentelemetry.io/docs/specs/otel/metrics/
Supports
- Metrics API and SDK responsibilities
- Instrumentation, aggregation, processors, and exporters
- https://opentelemetry.io/docs/specs/otel/metrics/data-model/
Supports
- Metric streams, point kinds, resource, scope, attributes, and temporality
- Metric transformation and aggregation concepts
- https://github.com/roaldnefs/awesome-prometheus
Supports
- Curated discovery of Grafana, node exporter, and Blackbox Exporter
