summaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
Diffstat (limited to 'metrics')
-rw-r--r--metrics/src/vespa/metrics/metricset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/src/vespa/metrics/metricset.h b/metrics/src/vespa/metrics/metricset.h
index 519ea71d67f..5851cdea43c 100644
--- a/metrics/src/vespa/metrics/metricset.h
+++ b/metrics/src/vespa/metrics/metricset.h
@@ -22,7 +22,7 @@ class MetricSet : public Metric
bool _registrationAltered; // Set to true if metrics have been
// registered/unregistered since last time
// it was reset
- std::string _dimensionKey; // If this metric is part of a dimension (yamas-speak),
+ std::string _dimensionKey; // If this metric is part of a monitoring dimension,
// the key of the dimension should be set here.
// If so, the name of the metric is used as dimension value.