sonata-nfv / tng-industrial-pilot

5GTANGO Smart Manufacturing Pilot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Familiarize with Prometheus (and elasticsearch)

stefanbschneider opened this issue · comments

  • Basic idea and structure of Prometheus DB
  • How to query data from Prometheus DB
    • With elasticsearch?
    • Integration with Python, eg, via this package?
  • How to visualize query results? Any existing tools/dashboards that can be reused?

Prometheus seems to integrate well with Grafana (linked from the Prometheus page), which provides nice dashboard for any data coming from Prometheus + alerting with notifications:

Given the nice integration with Grafana, it seems to be the better choice compared to elasticsearch. In fact, it seems like there is only an inofficial exporter to export elasticsearch results to Prometheus - so wrong direction.