Prometheus - Exporter

Scale Counter Graph

About

An exporter is an endpoint that:

By default, the URL is:

http://hostname:exporterport/metrics

Filtering

Exporters may add filter capabilities via the URL.

Example with a name[] URL parameter for querying only specific metric names. Examples:

/metrics?name[]=jvm_threads_current
/metrics?name[]=jvm_threads_current&name[]=jvm_threads_daemon

A Prometheus scrap job (collector) may be filtered via relableing action

Example





Discover More
Scale Counter Graph
Counter - Collector

Metrics collector query and collects metrics in order to be able to send them to a metrics server Log Collector In a instrumented application, reporter are a client piece of code which: process...
Scale Counter Graph
Prometheus - Collector

A collector is a metrics collector and is embedded in the prometheus server. The scrape_configs block of the prometheus.yml file controls what resources Prometheus monitors. The below example shows...
Scale Counter Graph
Prometheus - Node Exporter (Linux/Mac)

node exporter is a prometheus exporter for Linux OS Metrics: CPU, System Memory Utilization, and Disk Usage The Prometheus node exporter exports lots of system metrics via HTTP Metrics specific...
Scale Counter Graph
Prometheus - Server

The Prometheus server is the server of the monitoring prometheus system The server is: a time series database that can be queried with promql a collector that scrap the metrics from exporter. ...
Scale Counter Graph
Promotheus

Prometheus is a metrics monitoring system developed in Go. The architecture of a Prometheus System is: a server and one or more metrics exporter. Prometheus is an open source monitoring system developed...
Regexp
What is Grok? and example

Grok is an extension of regular expressions that supports expressions as variables (so they can be reused) In this example, we will construct an expression that matches the part of a string time...



Share this page:
Follow us:
Task Runner