(powered by nexclipper)
What is ExporterHub.io
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)
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.
- Installation Guide, Metric Collection Flags, Recommended Alert-rule
- Card Style Github Page
- Easy search of Exporters
- Personalization (Add, Delete)
- NexClipper Cloud Integration (coming soon)
- Install exporters automatically
- Generate Alert Rules
- Recommend best-fit exporter(s)
- Create Token 1st before the App runs as below.
- Run the docker-compose as below
docker-compose up -d
- 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: "localhost"
SERVICE_URL: "192.168.10.11"
- And Input the generated Token to landing page as below. (http://localhost:8080)
- nexclipper/exporterhub: https://hub.docker.com/repository/docker/nexclipper/exporterhub
- nexclipper/exporterhub-api: https://hub.docker.com/repository/docker/nexclipper/exporterhub-api
- Source pattern of Tag:
/^fe([0-9.]+)$/
- ex)
fe0.2.0
->nexclipper/exporterhub:release-fe0.2.0
- ex)
- Source pattern of Tag:
/^api([0-9.]+)$/
- ex)
api0.3
->nexclipper/exporterhub-api:release-api0.3
- ex)
- Official Exporters AND Integrations
- Awesome Prometheus alerts
- SLOs with Prometheus
- Awesome Prometheus
- Promcat
Contributions are welcome!
If you have Specific exporter to contribute to ExporterHub.io, feel free to send issues or pull requests.
Exporterhub.io is licensed under the MIT License. See LICENSE for the full license text.