{"id":19065739,"url":"https://github.com/last9/prometheus-exporters","last_synced_at":"2026-02-28T01:12:54.713Z","repository":{"id":259371206,"uuid":"849610904","full_name":"last9/prometheus-exporters","owner":"last9","description":"Curated list of standard Prometheus exporters for various components and services, enabling comprehensive monitoring and metrics collection across diverse systems and platforms.","archived":false,"fork":false,"pushed_at":"2024-10-24T05:02:10.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-22T03:15:26.113Z","etag":null,"topics":["alertmanager","devops","monitoring","open-source","prometheus","prometheus-client","prometheus-exporter","prometheus-metrics","standard-library","victoriametrics"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/last9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-29T23:04:54.000Z","updated_at":"2024-10-24T05:02:14.000Z","dependencies_parsed_at":"2024-10-24T22:53:46.822Z","dependency_job_id":"033f48db-c7ff-49dc-8862-9a3325858044","html_url":"https://github.com/last9/prometheus-exporters","commit_stats":null,"previous_names":["last9/prometheus-exporters"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/last9/prometheus-exporters","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Fprometheus-exporters","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Fprometheus-exporters/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Fprometheus-exporters/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Fprometheus-exporters/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/last9","download_url":"https://codeload.github.com/last9/prometheus-exporters/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/last9%2Fprometheus-exporters/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29922071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alertmanager","devops","monitoring","open-source","prometheus","prometheus-client","prometheus-exporter","prometheus-metrics","standard-library","victoriametrics"],"created_at":"2024-11-09T00:52:23.322Z","updated_at":"2026-02-28T01:12:54.675Z","avatar_url":"https://github.com/last9.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Standard Prometheus Exporters\n\nThis repository contains a curated list of standard Prometheus exporters for various components and services. These exporters allow you to collect metrics from different systems and expose them in a format that Prometheus can scrape.\n\n\n\n## Standard Prometheus Exporters\n\n| Component | Exporter | Description |\n|-----------|----------|-------------|\n| Linux/Unix Systems | [Node Exporter](https://github.com/prometheus/node_exporter) | Hardware and OS metrics for *NIX kernels |\n| Windows Systems | [Windows Exporter](https://github.com/prometheus-community/windows_exporter) | Windows system metrics |\n| MySQL | [MySQL Exporter](https://github.com/prometheus/mysqld_exporter) | MySQL server metrics |\n| PostgreSQL | [PostgreSQL Exporter](https://github.com/prometheus-community/postgres_exporter) | PostgreSQL database metrics |\n| MongoDB | [MongoDB Exporter](https://github.com/percona/mongodb_exporter) | MongoDB metrics |\n| Apache HTTP Server | [Apache Exporter](https://github.com/Lusitaniae/apache_exporter) | Apache HTTP server metrics |\n| Nginx | [Nginx Exporter](https://github.com/nginxinc/nginx-prometheus-exporter) | Nginx web server metrics |\n| RabbitMQ | [RabbitMQ Exporter](https://github.com/rabbitmq/rabbitmq-prometheus) | RabbitMQ metrics |\n| Kafka | [Kafka Exporter](https://github.com/danielqsj/kafka_exporter) | Kafka broker and consumer group metrics |\n| AWS CloudWatch | [CloudWatch Exporter](https://github.com/prometheus/cloudwatch_exporter) | Amazon Web Services CloudWatch metrics |\n| Google Cloud Platform | [Stackdriver Exporter](https://github.com/prometheus-community/stackdriver_exporter) | Google Cloud Platform Stackdriver metrics |\n| Microsoft Azure | [Azure Exporter](https://github.com/RobustPerception/azure_metrics_exporter) | Microsoft Azure metrics |\n| HAProxy | [HAProxy Exporter](https://github.com/prometheus/haproxy_exporter) | HAProxy load balancer metrics |\n| Redis | [Redis Exporter](https://github.com/oliver006/redis_exporter) | Redis database metrics |\n| Elasticsearch | [Elasticsearch Exporter](https://github.com/prometheus-community/elasticsearch_exporter) | Elasticsearch metrics |\n| JMX | [JMX Exporter](https://github.com/prometheus/jmx_exporter) | Metrics from applications exposing JMX metrics |\n| Blackbox Exporter | [prometheus/blackbox_exporter](https://github.com/prometheus/blackbox_exporter) | Probing of HTTP/HTTPS, DNS, TCP and ICMP endpoints |\n| Kafka Exporter |  [danielqsj/kafka_exporter](https://github.com/danielqsj/kafka_exporter) | Kafka metrics |\n| PHP-FPM Exporter | [hipages/php-fpm exporter](https://github.com/hipages/php-fpm_exporter) | PHP-FPM metrics |\n\n\n### Guide\n[Best practices using prometheus exporters](https://last9.io/blog/best-practices-using-and-writing-prometheus-exporters/)\n\n## Contributing\n\nIf you know of any other standard Prometheus exporters that should be added to this list, please feel free to create a pull request or open an issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flast9%2Fprometheus-exporters","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flast9%2Fprometheus-exporters","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flast9%2Fprometheus-exporters/lists"}