flussonic_exporter

command module
v0.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2020 License: Apache-2.0 Imports: 15 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL