sustainable-computing-io / kepler

Kepler (Kubernetes-based Efficient Power Level Exporter) uses eBPF to probe performance counters and other system stats, use ML models to estimate workload energy consumption based on these stats, and exports them as Prometheus metrics
https://sustainable-computing.io
Apache License 2.0
1.09k stars 174 forks source link

Consistent Log Levelling #1469

Open dave-tucker opened 3 months ago

dave-tucker commented 3 months ago

What would you like to be added?

We should follow some of the guidelines in place here and overhaul our logging: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/logging.md

TL;DR

Why is this needed?

To make it easier for users and developers of Kepler to understand what's happening!

PalmPalm7 commented 2 months ago

Link to PR: https://github.com/sustainable-computing-io/kepler/pull/1490.