Skip to content

CodersOfTheNight/oshino-prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages