DACCS-Climate / roadmap

DACCS roadmap
0 stars 0 forks source link

Report statistics about the node usage #52

Open mishaschwartz opened 1 year ago

mishaschwartz commented 1 year ago

Some initial thoughts on how to implement this:

tlvu commented 1 year ago

Ask @matprov I think he already has a working log parsing solution using Grafana Loki that is currently running for the CCDP stack. Maybe we can integrate his solution into PAVICS.

Otherwise I heard good comments about the ELK (Elasticsearch Logstash Kibana) stack as well.

tlvu commented 1 year ago

For standard resource usage (CPU, RAM, Disk, Network I/O, ...), we already have Prometheus + Grafana stack for each node, see https://github.com/bird-house/birdhouse-deploy/tree/master/birdhouse/components#monitoring

Missing aggregation if we want stats from multiple nodes.