aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2016-12-15 15:02:37 +0100
committerGeir Storli <geirst@yahoo-inc.com>2016-12-15 15:02:37 +0100
commit86a9d49ed77823dbac06c6c4d20997b5b415bb65 (patch)
tree600ea7f77a4f52a88b305f89ac85d79d0afbdcaf /searchcore
parentd5c4e1020920302f97a03f9eb313b60e9962e90c (diff)
Rename dimension "fieldname" -> "field" as decided on architect meeting.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/proton/metrics/attribute_metrics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/proton/metrics/attribute_metrics.cpp b/searchcore/src/vespa/searchcore/proton/metrics/attribute_metrics.cpp
index 7afc7b0ab0a..e6a03c8df52 100644
--- a/searchcore/src/vespa/searchcore/proton/metrics/attribute_metrics.cpp
+++ b/searchcore/src/vespa/searchcore/proton/metrics/attribute_metrics.cpp
@@ -8,7 +8,7 @@ namespace proton {
using Entry = AttributeMetrics::Entry;
AttributeMetrics::Entry::Entry(const vespalib::string &attrName)
- : metrics::MetricSet("attribute", {{"fieldname", attrName}}, "Metrics for a given attribute vector", nullptr),
+ : metrics::MetricSet("attribute", {{"field", attrName}}, "Metrics for a given attribute vector", nullptr),
memoryUsage(this)
{
}