summaryrefslogtreecommitdiffstats
path: root/metrics
diff options
context:
space:
mode:
authorYngve Aasheim <yngveaasheim@users.noreply.github.com>2024-02-05 12:38:20 +0100
committerGitHub <noreply@github.com>2024-02-05 12:38:20 +0100
commit62844cb67c4f938f3b914582c19453b279d55f50 (patch)
tree6bdb8d7712f9967b44de5c632238b8ac01ccd780 /metrics
parentbc3da8bd1ba783a61b7c4859e65f42050474ba2a (diff)
Change ai.vespa.instance_id to ai.vespa.instance also
Diffstat (limited to 'metrics')
-rw-r--r--metrics/src/main/java/ai/vespa/metrics/Labels.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/src/main/java/ai/vespa/metrics/Labels.java b/metrics/src/main/java/ai/vespa/metrics/Labels.java
index ab210f591ae..dc17d0ada22 100644
--- a/metrics/src/main/java/ai/vespa/metrics/Labels.java
+++ b/metrics/src/main/java/ai/vespa/metrics/Labels.java
@@ -13,7 +13,7 @@ public enum Labels {
CLUSTER("ai.vespa.cluster", "The name of a Vespa cluster."),
CLUSTER_TYPE("ai.vespa.cluster_type", "The type of a Vespa cluster, typically one of 'admin', 'container', 'content'."),
DEPLOYMENT_CLUSTER("ai.vespa.deployment_cluster", "Unique ID for a Vespa deployment cluster, in the format <tenant>.<application>.<instance>.<zone>.<cluster>."),
- INSTANCE_ID("ai.vespa.instance_id", "The id of a Vespa application instance in the format <tenant>.<application>.<instance>."),
+ INSTANCE("ai.vespa.instance", "The id of a Vespa application instance in the format <tenant>.<application>.<instance>."),
GROUP("ai.vespa.group", "The group id of a Vespa content node. Samples values are 'Group 1', 'Group 2', etc."),
SYSTEM("ai.vespa.system", "The name of a managed Vespa system, sample values are 'public', 'publiccd'."),
ZONE("ai.vespa.zone", "The name of a zone in managed Vespa, in the format <environment>.<region>. Sample name 'prod.aws-us-west-2a'."),