Skip to content

Installation

Prerequisites

docker run -p 9516:9516 ghcr.io/lpicanco/prometheus-speedtest-exporter:latest

Binary Installation

  1. Download the latest release for your platform from the releases page

  2. Extract and run:

    chmod +x prometheus-speedtest-exporter
    ./prometheus-speedtest-exporter
    

Building from Source

  1. Install Rust and Cargo
  2. Clone and build:
    git clone https://github.com/lpicanco/prometheus-speedtest-exporter.git
    cd prometheus-speedtest-exporter
    cargo build --release
    

The binary will be available at target/release/prometheus-speedtest-exporter