Skip to content

Commit

Permalink
restore susql_total_energy_joules query
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Trent <[email protected]>
  • Loading branch information
trent-s committed Mar 26, 2024
1 parent edc9288 commit 0a8c96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/controller/prometheus_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ type SusqlMetrics struct {
var (
susqlMetrics = &SusqlMetrics{
totalEnergy: prometheus.NewGaugeVec(prometheus.GaugeOpts{
Namespace: "kepler",
Name: "node_platform_joules_total",
Namespace: "susql",
Name: "total_energy_joules",
Help: "Accumulated energy over time for set of labels",
}, susqlPrometheusLabelNames),
}
Expand Down

0 comments on commit 0a8c96f

Please sign in to comment.