yangahh / exporterhub-dev

forked from yoosaemsol/exporterhub.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Curated List of Prometheus Exporters

Powered by

exporterhub

Contents

See Demo

  • Image click to Youtube:
    Demo

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: "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

About

forked from yoosaemsol/exporterhub.io

License:MIT License


Languages

Language:JavaScript 51.1%Language:Python 46.3%Language:Dockerfile 1.3%Language:Shell 0.9%Language:HTML 0.3%