All Projects → NexClipper → Exporterhub.io

NexClipper / Exporterhub.io

Licence: mit
A Curated List of Prometheus Exporters

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Exporterhub.io

Github Exporter
Prometheus exporter for github metrics
Stars: ✭ 231 (-8.33%)
Mutual labels:  exporter, monitoring, prometheus, prometheus-exporter
Postgresql exporter
A Prometheus exporter for some postgresql metrics
Stars: ✭ 26 (-89.68%)
Mutual labels:  monitoring, prometheus, prometheus-exporter
geoip-exporter
GeoIP exporter for Prometheus
Stars: ✭ 27 (-89.29%)
Mutual labels:  exporter, prometheus, prometheus-exporter
Jmx exporter
A process for exposing JMX Beans via HTTP for Prometheus consumption
Stars: ✭ 2,134 (+746.83%)
Mutual labels:  monitoring, prometheus, prometheus-exporter
Statping
Status Page for monitoring your websites and applications with beautiful graphs, analytics, and plugins. Run on any type of environment.
Stars: ✭ 5,806 (+2203.97%)
Mutual labels:  monitoring, prometheus, prometheus-exporter
Snmp exporter
SNMP Exporter for Prometheus
Stars: ✭ 705 (+179.76%)
Mutual labels:  monitoring, prometheus, prometheus-exporter
Nvidia gpu prometheus exporter
NVIDIA GPU Prometheus Exporter
Stars: ✭ 138 (-45.24%)
Mutual labels:  monitoring, prometheus, prometheus-exporter
Nexclipper
Metrics Pipeline for interoperability and Enterprise Prometheus
Stars: ✭ 533 (+111.51%)
Mutual labels:  monitoring, prometheus, prometheus-exporter
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 (+8.73%)
Mutual labels:  exporter, prometheus, prometheus-exporter
Hana sql exporter
SAP Hana SQL Exporter for Prometheus
Stars: ✭ 18 (-92.86%)
Mutual labels:  exporter, monitoring, prometheus
Druid Exporter
A Golang based exporter captures druid API related metrics and receives druid-emitting HTTP JSON data.
Stars: ✭ 54 (-78.57%)
Mutual labels:  exporter, prometheus, prometheus-exporter
Kube State Metrics
Add-on agent to generate and expose cluster-level metrics.
Stars: ✭ 3,433 (+1262.3%)
Mutual labels:  monitoring, prometheus, prometheus-exporter
Unifi exporter
Multiarch images for scraping Prometheus metrics from a Unifi Controller. Kubernetes / prometheus-operator compatible.
Stars: ✭ 54 (-78.57%)
Mutual labels:  monitoring, prometheus, prometheus-exporter
Oracledb exporter
Prometheus Oracle database exporter.
Stars: ✭ 209 (-17.06%)
Mutual labels:  monitoring, prometheus, prometheus-exporter
Mqtt blackbox exporter
Prometheus Exporter for MQTT monitoring
Stars: ✭ 57 (-77.38%)
Mutual labels:  exporter, monitoring, prometheus
Awesome Prometheus Alerts
🚨 Collection of Prometheus alerting rules
Stars: ✭ 3,323 (+1218.65%)
Mutual labels:  exporter, monitoring, prometheus
jail exporter
A Prometheus exporter for FreeBSD jail metrics
Stars: ✭ 21 (-91.67%)
Mutual labels:  exporter, prometheus
deluge exporter
Prometheus exporter for the Deluge BitTorrent client
Stars: ✭ 24 (-90.48%)
Mutual labels:  prometheus, prometheus-exporter
sa-prometheus-exporters
Collection of the preselected prometheus exporters to be installed on a target nodes
Stars: ✭ 17 (-93.25%)
Mutual labels:  prometheus, prometheus-exporter
sentry exporter
Prometheus exporter for Sentry
Stars: ✭ 23 (-90.87%)
Mutual labels:  prometheus, prometheus-exporter

Exporterhub.io Awesome

A Curated List of Prometheus Exporters

Powered by

exporterhub

Contents

See Demo

  • Image click to Youtube:
    Demo

What is ExporterHub.io

landingpage

ExporterHub.io is a front-end(React) & API(python) application for the Prometheus Exporters community

ExporterHub.io is not just a curated list, but also provides exporter installation guide, alert rule configuration, and dashboard configuration. Each exporter's page contains the followings:

  • Official GitHub (Origin Repository)
  • Resource (Install, Exported Metrics)
  • Alert-rule (Recommended)
  • Dashboard (Grafana)

Roadmap

To help and ease you with best-practice Prometheus, ExporterHub.io discovers and recommends the best-fit exporter(s) available to expose metrics data from your specific systems and services being monitored.

Using the best-fit exporter(s) helps standardizing metrics data exposition practices, maximizing monitoring experience with minimal manual inputs.

ExporterHub.io recommends the best-fit exporter(s) to support Prometheus monitoring needs in enterprise environments with complex and closed network security settings.

  • [x] Installation Guide, Metric Collection Flags, Recommended Alert-rule
  • [x] Card Style GitHub Page
  • [x] Easy search of Exporters
  • [x] Personalization (Add, Delete)
  • [ ] NexClipper Cloud Integration (coming soon)
    • [ ] Install exporters automatically
    • [ ] Generate Alert Rules
    • [ ] Recommend best-fit exporter(s)

Diagram Overview

  • Image click to Youtube:
    • Diagram Overview

Kickstart

Ready: Token Requires for GitHub infomation crawling

Run by default(in localhost)

  • Run the docker-compose as below
docker-compose up -d

Or, Run for external network

  • If youn want to run the server in extenal server or instance. Please make sure the SERVICE_URL for API server IP or URL as below
services:
  expoterhub:
    image: nexclipper/exporterhub:latest
    ports:
      - "8080:3000"
    environment:
#      SERVICE_URL: "http://localhost"
       SERVICE_URL: "http://192.168.10.11"

Check & Set

Maintenance

Easy to Update a list of exporters by Pull Request as below

Tag rule for Build in the hub.docker.com

exporterhub Frontend build tag

  • Source pattern of Tag: /^fe([0-9.]+)$/
    • ex) fe0.2.0 -> nexclipper/exporterhub:release-fe0.2.0

exporterhub API server build tag

  • Source pattern of Tag: /^api([0-9.]+)$/
    • ex) api0.3 -> nexclipper/exporterhub-api:release-api0.3

Docker image registry

References

Contribute

Contributions are welcome! If you have Specific exporter to contribute to ExporterHub.io, feel free to send issues or pull requests.

Service Map

servicemap

License

Exporterhub.io is licensed under the MIT License. See LICENSE for the full license text.

logging

  • Main branch has been changed from master

Supported by

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