All Projects → ClickHouse → Clickhouse_exporter

ClickHouse / Clickhouse_exporter

Licence: mit
This is a simple server that periodically scrapes ClickHouse stats and exports them via HTTP for Prometheus(https://prometheus.io/) consumption.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Clickhouse exporter

Atlas exporter
Metric exporter for RIPE Atlas measurement results
Stars: ✭ 48 (-75.13%)
Mutual labels:  exporter, prometheus
Bird exporter
Bird protocol state exporter for bird routing daemon to use with https://prometheus.io/
Stars: ✭ 85 (-55.96%)
Mutual labels:  exporter, prometheus
Druid Exporter
A Golang based exporter captures druid API related metrics and receives druid-emitting HTTP JSON data.
Stars: ✭ 54 (-72.02%)
Mutual labels:  exporter, prometheus
Raspberrypi exporter
Prometheus exporter for Raspberry Pi metrics
Stars: ✭ 18 (-90.67%)
Mutual labels:  exporter, prometheus
Jenkins exporter
Prometheus Metrics exporter for Jenkins
Stars: ✭ 152 (-21.24%)
Mutual labels:  exporter, prometheus
Openstack Exporter
Prometheus openstack exporter written in Golang.
Stars: ✭ 23 (-88.08%)
Mutual labels:  exporter, prometheus
Ipmi exporter
IPMI Exporter for prometheus.io, written in Go.
Stars: ✭ 74 (-61.66%)
Mutual labels:  exporter, prometheus
Exporterhub.io
A Curated List of Prometheus Exporters
Stars: ✭ 252 (+30.57%)
Mutual labels:  exporter, prometheus
Junos exporter
Exporter for devices running JunOS to use with https://prometheus.io/
Stars: ✭ 103 (-46.63%)
Mutual labels:  exporter, prometheus
Trickster
Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator
Stars: ✭ 1,306 (+576.68%)
Mutual labels:  clickhouse, prometheus
Hana sql exporter
SAP Hana SQL Exporter for Prometheus
Stars: ✭ 18 (-90.67%)
Mutual labels:  exporter, prometheus
Event exporter
Exporter for kubernetes events
Stars: ✭ 179 (-7.25%)
Mutual labels:  exporter, prometheus
Opencensus Java
A stats collection and distributed tracing framework
Stars: ✭ 640 (+231.61%)
Mutual labels:  prometheus, stats
Eventstore exporter
EventStoreDB (https://eventstore.com/eventstoredb/) metrics Prometheus exporter.
Stars: ✭ 36 (-81.35%)
Mutual labels:  exporter, prometheus
Kminion
KMinion is a feature-rich Prometheus exporter for Apache Kafka written in Go. It is lightweight and highly configurable so that it will meet your requirements.
Stars: ✭ 274 (+41.97%)
Mutual labels:  exporter, prometheus
Mqtt blackbox exporter
Prometheus Exporter for MQTT monitoring
Stars: ✭ 57 (-70.47%)
Mutual labels:  exporter, prometheus
geoip-exporter
GeoIP exporter for Prometheus
Stars: ✭ 27 (-86.01%)
Mutual labels:  exporter, prometheus
horizon-exporter
Export Laravel Horizon metrics using this Prometheus exporter.
Stars: ✭ 17 (-91.19%)
Mutual labels:  exporter, prometheus
Nsq exporter
Prometheus Metrics exporter for NSQ
Stars: ✭ 85 (-55.96%)
Mutual labels:  exporter, prometheus
Opencensus Go
A stats collection and distributed tracing framework
Stars: ✭ 1,895 (+881.87%)
Mutual labels:  prometheus, stats

Clickhouse Exporter for Prometheus

Build Status Go Report Card

This is a simple server that periodically scrapes ClickHouse stats and exports them via HTTP for Prometheus consumption.

To run it:

./clickhouse_exporter [flags]

Help on flags:

./clickhouse_exporter --help

Credentials(if not default):

via environment variables

CLICKHOUSE_USER
CLICKHOUSE_PASSWORD

Using Docker

docker run -d -p 9116:9116 Percona-Lab/clickhouse-exporter -scrape_uri=http://clickhouse.service.consul:8123/

Sample dashboard

Grafana dashboard could be a start for inspiration https://grafana.net/dashboards/882

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].