Skip to content

Releases: free4inno/prometheus-libvirt-exporter

v0.1.0

22 Dec 15:42
Compare
Choose a tag to compare

This tool collects performance metrics from virtual machines managed by libvirt and exposes them in a format compatible with Prometheus for monitoring and alerting. It is designed to help you track resource usage across your virtual machines, including CPU, memory, disk, and network metrics.

Key Details:

  • Executable: The release includes a precompiled binary for Linux amd64 systems.
  • File Name: libvirt-exporter-0.1.0.linux-amd64.tar.gz
  • Platform: This release only supports Linux environments with an amd64 architecture.

Installation Instructions:

  1. Download the release archive: libvirt-exporter-0.1.0.linux-amd64.tar.gz

  2. Extract the contents of the archive:

    tar -xzvf libvirt-exporter-0.1.0.linux-amd64.tar.gz
  3. Run the exporter:

    ./libvirt-exporter

    By default, the exporter will start exposing metrics on port :9177 (you can customize this via command-line flags).

  4. Configure Prometheus to scrape metrics from the exporter: Add the following to your prometheus.yml configuration:

    scrape_configs:
      - job_name: 'libvirt'
        static_configs:
          - targets: ['<EXPORTER_HOST>:9177']

Features:

  • VM Metrics Collection: Collects CPU, memory, disk, and network statistics from libvirt-managed VMs.
  • Prometheus-Compatible Output: Exposes metrics in a format Prometheus can scrape and store.
  • Simple Setup: Easy to install and configure for immediate use.

We look forward to your feedback and contributions as we continue to develop the Prometheus Libvirt Exporter!

v0.1.0-alpha

10 Dec 15:42
082cd23
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

This release includes the Linux AMD64 build of the application. The executable file (libvirt_exporter) is optimized for the Linux operating system on the AMD64 architecture.