Prometheus
prometheus.io โบ docs โบ concepts โบ metric_types
Metric types | Prometheus
The Prometheus instrumentation libraries offer four core metric types. With the exception of native histograms, these are currently only differentiated in the API of instrumentation libraries and in the exposition protocols. The Prometheus server does not yet make use of the type information and flattens all types except native histograms into untyped time series of floating point values.
Prometheus
prometheus.io โบ docs โบ tutorials โบ understanding_metric_types
Understanding metric types | Prometheus
They are used when the buckets of a metric are not known beforehand, but it is highly recommended to use histograms over summaries whenever possible. In this tutorial, we covered the types of metrics in detail and a few PromQL operations like rate, histogram_quantile, etc.
00:34
4 Essential Metric Types in Data Monitoring Explained Simply - YouTube
14:22
Understanding Prometheus Metrics Types-Counter, Gauge, Histogram, ...
Understanding Prometheus Metric Types | Meaning and ...
14:47
Prometheus Metrics Types with Real Life Examples | Counter, Gauge, ...
30:27
How Prometheus Works - How to Collect Metrics - YouTube
14:02
Prometheus Custom Metrics - YouTube
What are the types of metrics in Prometheus?
Prometheus supports four metric types: Counter, Gauge, Histogram, and Summary. Each type offers distinct capabilities for tracking different system behaviors.
last9.io
last9.io โบ blog โบ prometheus-metrics-types-a-deep-dive
Prometheus Metrics Types - A Deep Dive | Last9
How does the Prometheus counter metric type work?
A counter increases monotonically. It tracks events like API hits, background job runs, or errors. When the process restarts, the counter resets, but functions like rate() account for the reset.
last9.io
last9.io โบ blog โบ prometheus-metrics-types-a-deep-dive
Prometheus Metrics Types - A Deep Dive | Last9
How do you define a new metric type in Prometheus?
You cannot define new metric types beyond the standard four. You can define custom metrics using the existing types through client libraries, setting up counters, gauges, histograms (with configurable buckets), or summaries for your needs.
last9.io
last9.io โบ blog โบ prometheus-metrics-types-a-deep-dive
Prometheus Metrics Types - A Deep Dive | Last9
Promlabs
promlabs.com โบ blog โบ 2020 โบ 09 โบ 25 โบ metric-types-in-prometheus-and-promql
PromLabs | Blog - Metric Types in Prometheus and PromQL
September 25, 2020 - See also the best practices documentation about histogram and summary metrics to learn more about the tradeoffs of histograms and summaries, and how to choose histogram bucket boundaries correctly.
client_java
prometheus.github.io โบ client_java โบ getting-started โบ metric-types
Metric Types | client_java
The Prometheus Java metrics library implements the metric types defined in the OpenMetrics standard: Counter Gauge Histogram Custom Bucket Boundaries Native Histograms with Custom Buckets (NHCB) Summary Info StateSet GaugeHistogram and Unknown Counter Counter is the most common and useful metric ...
Atatus
atatus.com โบ blog โบ prometheus-metrics-understanding-gauges-and-counters
Prometheus Metrics Types: Understanding Gauges and Counters
March 20, 2025 - By choosing the right metric type, you ensure that your system monitoring delivers accurate and insightful data. Counters capture the totality of an event, continuously incrementing over time. Gauges reflect the instantaneous state, tracking values that fluctuate. Together, they offer a complete view of your application's performance, health, and system behaviour. Atatus supports Prometheus metrics ingestion through Prometheus Remote Write, allowing you to seamlessly forward metrics for advanced visualization and alerting.
Google Groups
groups.google.com โบ g โบ prometheus-users โบ c โบ IdsbA-t57mE
Is there any plan for prometheus to support string type metrics
November 1, 2022 - On 2022-11-01 12:09, Prashant Singh wrote: > Currently prometheus metrics types include counter, gauge, histogram, > and summary. They are all numeric types.
Better Stack
betterstack.com โบ community โบ guides โบ monitoring โบ prometheus-metrics-explained
A Practical Guide to Prometheus Metric Types | Better Stack Community
The table below summarizes the differences between the two metric types: ... You need to aggregate quantiles across multiple instances. You want the flexibility to calculate different quantiles or use different time windows later on. You are monitoring system-wide Service Level Objectives (SLOs). ... You are monitoring a single instance or service. You need high precision for specific quantiles with low server-side overhead. Aggregation is not required or practical. ... Prometheus is a powerful monitoring tool, but it can struggle to keep up as your systems grow.
Tom Gregory
tomgregory.com โบ the-four-types-of-prometheus-metrics
The 4 Types Of Prometheus Metrics | Tom Gregory
December 2, 2019 - The histogram metric type measures the frequency of value observations that fall into specific predefined buckets. For example, you could measure request duration for a specific HTTP request call using histograms. Rather than storing every duration for every request, Prometheus will make an approximation by storing the frequency of requests that fall into particular buckets.
AWS
docs.aws.amazon.com โบ amazon cloudwatch โบ user guide โบ infrastructure monitoring โบ container insights โบ metrics collected by container insights โบ container insights prometheus metrics monitoring โบ prometheus metric type conversion by the cloudwatch agent
Prometheus metric type conversion by the CloudWatch Agent - Amazon CloudWatch
Information about the Prometheus metric types supported by CloudWatch.