Skip to content

junesvon/exporterhub.io

 
 

Repository files navigation

exporterhub

A Curated List of Prometheus Exporters

(powered by nexclipper)

See Demo

  • Image click to Youtube:
    Demo

Contents

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.

  • 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)

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: "localhost"
       SERVICE_URL: "192.168.10.11"

Check & Set

Details

Docker image

Registry

Maintenance

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

References

Contribute

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

License

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

About

A Curated List of Prometheus Exporters

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 51.7%
  • JavaScript 44.6%
  • Dockerfile 1.9%
  • Shell 1.3%
  • HTML 0.5%