All Projects → 0xERR0R → dex

0xERR0R / dex

Licence: other
Prometheus Docker EXporter

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to dex

gethexporter
Monitor your Geth Ethereum Server with Prometheus and Grafana
Stars: ✭ 103 (+442.11%)
Mutual labels:  prometheus-exporter, grafana-dashboard
couchbase-exporter
Prometheus Couchbase 5 Exporter, Grafana dashboard and Alerting rules included
Stars: ✭ 41 (+115.79%)
Mutual labels:  prometheus-exporter, grafana-dashboard
tado-exporter
A Prometheus exporter for tado smart heating solution
Stars: ✭ 32 (+68.42%)
Mutual labels:  prometheus-exporter, grafana-dashboard
Pihole Exporter
A Prometheus exporter for PI-Hole's Raspberry PI ad blocker
Stars: ✭ 352 (+1752.63%)
Mutual labels:  prometheus-exporter, grafana-dashboard
Unifi Poller
Application: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
Stars: ✭ 1,050 (+5426.32%)
Mutual labels:  prometheus-exporter, grafana-dashboard
unpoller
Application: Collect ALL UniFi Controller, Site, Device & Client Data - Export to InfluxDB or Prometheus
Stars: ✭ 1,613 (+8389.47%)
Mutual labels:  prometheus-exporter, grafana-dashboard
kafka-consumer-lag-monitoring
Client tool that exports the consumer lag of Kafka consumer groups to Prometheus or your terminal
Stars: ✭ 45 (+136.84%)
Mutual labels:  prometheus-exporter, grafana-dashboard
Unifiedmetrics
Fully-featured metrics collection agent for Minecraft servers. Supports Prometheus and InfluxDB. Dashboard included out-of-box.
Stars: ✭ 29 (+52.63%)
Mutual labels:  prometheus-exporter, grafana-dashboard
X509 Certificate Exporter
A Prometheus exporter to monitor x509 certificates expiration in Kubernetes clusters or standalone
Stars: ✭ 40 (+110.53%)
Mutual labels:  prometheus-exporter, grafana-dashboard
Kube Opex Analytics
🎨 Kubernetes Cost Allocation and Capacity Planning Analytics Tool. Hourly, daily, monthly reports - Prometheus exporter - Built-in & Grafana dashboard.
Stars: ✭ 232 (+1121.05%)
Mutual labels:  prometheus-exporter, grafana-dashboard
aerospike exporter
A prometheus exporter for collecting aerospike metrics
Stars: ✭ 13 (-31.58%)
Mutual labels:  prometheus-exporter, grafana-dashboard
pagerduty-exporter
Prometheus exporter for PagerDuty informations
Stars: ✭ 38 (+100%)
Mutual labels:  prometheus-exporter
azure-metrics-exporter
Azure Monitor metrics exporter for Prometheus with dimension support, template engine and ServiceDiscovery
Stars: ✭ 54 (+184.21%)
Mutual labels:  prometheus-exporter
grafana-aws-cost-explorer-backend
Grafana Backend for AWS Cost Explorer
Stars: ✭ 24 (+26.32%)
Mutual labels:  grafana-dashboard
FritzBox-monitor
Monitor FritzBox metrics via a telegraf/influxdb/grafana stack that reads data from TR-064
Stars: ✭ 56 (+194.74%)
Mutual labels:  grafana-dashboard
modbus exporter
Exporter which retrieves stats from a modbus system and exports them via HTTP for Prometheus consumption.
Stars: ✭ 16 (-15.79%)
Mutual labels:  prometheus-exporter
pgbouncer exporter
Prometheus exporter for Pgbouncer metrics.
Stars: ✭ 19 (+0%)
Mutual labels:  prometheus-exporter
radosgw usage exporter
Prometheus exporter for scraping Ceph RADOSGW usage data.
Stars: ✭ 34 (+78.95%)
Mutual labels:  prometheus-exporter
mq-java-exporter
Exporter for IBM MQ metrics https://prometheus.io/
Stars: ✭ 19 (+0%)
Mutual labels:  prometheus-exporter
victoriametrics-ru-links
Список постов и видеозаписей об VictoriaMetrics на русском языке
Stars: ✭ 1 (-94.74%)
Mutual labels:  grafana-dashboard

DEX - Docker EXporter for prometheus

Simple lightweight prometheus exporter. Runs as docker container on all architectures. Exports container state (running or not), current cpu and memory utilization, network and block I/O stats.

Currently exposed metrics

  • dex_block_io_read_bytes
  • dex_block_io_write_bytes
  • dex_container_running
  • dex_cpu_utilization_percent
  • dex_memory_usage_bytes
  • dex_memory_utilization_percent
  • dex_network_rx_bytes
  • dex_network_tx_bytes

Run with docker

Start docker container with following docker-compose.yml:

version: '2.1'
services:
   dex:
      image: spx01/dex
      container_name: dex
      volumes:
         - /var/run/docker.sock:/var/run/docker.sock
      ports:
         - 8386:8080
      restart: always

Test with curl

$ curl localhost:8386/metrics

Grafana dashboard

Grafana 7

Example grafana7 dashboard definition as JSON grafana-dashboard.

Grafana 8

Another dashboard for Grafana 8 (thanks @scMarkus !!!) as JSON grafana-dashboard

Modification (thanks @GitSchorsch) with additional job filter as JSON

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].