Categorygithub.com/mef13/flussonic_exporter
modulepackage
0.4.0
Repository: https://github.com/mef13/flussonic_exporter.git
Documentation: pkg.go.dev

# README

Flussonic exporter

Latest Version License Go Report Card FOSSA Status

Prometheus exporter for Flussonic media server

Collected metrics

  • Total and dvr clients count(together and on each stream)
  • Streams bitrate, alive, retry count, input error rate

Config

Specify config file by -config flag.

./flussonic_exporter -config /etc/flussonic_exporter/settings.yaml

settings.yaml

log-path: "/var/log/flussonic_exporter"
log-level: info               
listen-address: ":9113"
metrics-path: "/metrics"
exporter-metrics: false
flussonics:
  - user: "api_user"
    password: "pass"
    url: "http://example.com:8081"
    scrape-interval: "60s"
    instance-name: "my-flussonic"

Prometheus

  - job_name: 'flussonic'
    metrics_path: /metrics
    scrape_interval: 60s
    static_configs:
            - targets: [ 'localhost:9113']

Community

# Packages

No description provided by the author
No description provided by the author
No description provided by the author