Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 589 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 589 Bytes

oshino-prometheus

Reads metrics from Prometheus

For more info, refer to parent project Oshino

Installing

pip install oshino-prometheus

Config

  • endpoints - array of endpoints to collect metrics from, eg. http://localhost:8000

Example Config

---
interval: 10
loglevel: DEBUG
riemann:
  host: localhost
  port: 5555
agents:
  - name: prometheus
    module: oshino_prometheus.agent.PrometheusAgent
    tag: prometheus
    endpoints:
      - "http://localhost:8000"