Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 457 Bytes

Export plugin for sungather providing a prometheus metric.

Usage

  • Install this package.
  • Add it to your SunGather configuration under exports:
  - name: prometheus
  	module: sungather_prometheus_exporter 
    enabled: True     # [Optional] Default is False
    # port: 5055      # [Optional] Default is 5055
    # host: localhost # [Optional] Default is localhost
    # prefix: some_   # [Optional] Prefix for prometheus metric names