Index: tracing/tracing/metrics/system_health/power_metric.html |
diff --git a/tracing/tracing/metrics/system_health/power_metric.html b/tracing/tracing/metrics/system_health/power_metric.html |
index 730ab18f5d3a9e7c3eec804911b82ede21c45f53..7c9c2261a42956407367259909914b5648b7bde4 100644 |
--- a/tracing/tracing/metrics/system_health/power_metric.html |
+++ b/tracing/tracing/metrics/system_health/power_metric.html |
@@ -32,11 +32,8 @@ tr.exportTo('tr.metrics.sh', function() { |
} |
valueList.addValue(new tr.v.NumericValue( |
- model.canonicalUrl, |
- 'power_energy', |
- frameEnergyConsumed, |
- {description: 'Energy consumption in joules'}, |
- {})); |
+ 'power_energy', frameEnergyConsumed, |
+ {description: 'Energy consumption in joules'})); |
} |
function powerMetric(valueList, model) { |