This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 1ed57fcb51 NIFI-15415 Changed instance field in VersionInfoRegistry to 
match others (#10719)
1ed57fcb51 is described below

commit 1ed57fcb51c02c7d899b449fd21eb57c06f2aad9
Author: agturley <[email protected]>
AuthorDate: Thu Jan 1 16:14:34 2026 -0700

    NIFI-15415 Changed instance field in VersionInfoRegistry to match others 
(#10719)
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../main/java/org/apache/nifi/prometheusutil/VersionInfoRegistry.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/prometheusutil/VersionInfoRegistry.java
 
b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/prometheusutil/VersionInfoRegistry.java
index a07c25b894..89e004a11a 100644
--- 
a/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/prometheusutil/VersionInfoRegistry.java
+++ 
b/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/prometheusutil/VersionInfoRegistry.java
@@ -33,7 +33,7 @@ public class VersionInfoRegistry extends 
AbstractMetricsRegistry {
             .name("nifi_version_info")
             .help("NiFi framework and environment version information.")
             .labelNames(
-                "instance_id",
+                "instance",
                 "framework_version",
                 "java_version",
                 "revision",

Reply via email to