summaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2017-07-05 12:51:09 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2017-07-05 12:51:09 +0200
commit9410cda24006955362448f200e9b9db25085c0d2 (patch)
tree8ebfca6a91a9073a6442ad48b2ac3bd8fa0205fc /metrics
parent15dbc5a5636e10bc8a183630ed9400911e69e14a (diff)
Don't use unnecessary specific naming
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.