# infra-haproxy_exporter **Repository Path**: mirrors_docker/infra-haproxy_exporter ## Basic Information - **Project Name**: infra-haproxy_exporter - **Description**: Simple server that scrapes HAProxy stats and exports them via HTTP for Prometheus consumption - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-13 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # This repository is no longer maintained # HAProxy Exporter for Prometheus This is a simple server that periodically scrapes HAProxy stats and exports them via HTTP/JSON for Prometheus consumption. To run it: ```bash go run haproxy_exporter [flags] ``` Help on flags: ```bash go run haproxy_exporter --help ``` ## Getting Started * The source code is periodically indexed: [Prometheus HAProxy Exporter Bridge](http://godoc.org/github.com/prometheus/haproxy_exporter). * All of the core developers are accessible via the [Prometheus Developers Mailinglist](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers). ## Testing [![Build Status](https://travis-ci.org/prometheus/haproxy_exporter.png?branch=master)](https://travis-ci.org/prometheus/haproxy_exporter) ## Docker To run the haproxy exporter as a Docker container, run: $ docker run -p 9101:9101 prom/haproxy-exporter -haproxy.scrape-uri="http://user:pass@haproxy.example.com/haproxy?stats;csv"