Metrics in software observability
observability metrics prometheusMetrics are used in a variety of domains, not just software. However I am a software developer: so in this article we’ll focus on some considerations worth keeping in mind when metrics are used for software observability, specifically timeseries metrics, with a deep dive in the Prometheus modelling for different types of metrics.
Let’s jump to a definition, how can we define a metric?
A metric is an aggregated measurement taken at a given point in time, sampled at regular interval.
Read more...