From 62844cb67c4f938f3b914582c19453b279d55f50 Mon Sep 17 00:00:00 2001 From: Yngve Aasheim Date: Mon, 5 Feb 2024 12:38:20 +0100 Subject: Change ai.vespa.instance_id to ai.vespa.instance also --- metrics/src/main/java/ai/vespa/metrics/Labels.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metrics/src/main/java') 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 ....."), - INSTANCE_ID("ai.vespa.instance_id", "The id of a Vespa application instance in the format ..."), + INSTANCE("ai.vespa.instance", "The id of a Vespa application instance in the format ..."), 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 .. Sample name 'prod.aws-us-west-2a'."), -- cgit v1.2.3