You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by vi...@apache.org on 2020/07/01 18:08:45 UTC

[hadoop-ozone] branch master updated: HDDS-3908. Duplicate dot in Prometheus endpoint config name (#1155)

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

vivekratnavel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new c890901  HDDS-3908. Duplicate dot in Prometheus endpoint config name (#1155)
c890901 is described below

commit c890901214d98e057c33c1682319fb12513d3fad
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Wed Jul 1 20:08:35 2020 +0200

    HDDS-3908. Duplicate dot in Prometheus endpoint config name (#1155)
---
 .../src/main/java/org/apache/hadoop/hdds/conf/HddsPrometheusConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/conf/HddsPrometheusConfig.java b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/conf/HddsPrometheusConfig.java
index a95ad67..991afda 100644
--- a/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/conf/HddsPrometheusConfig.java
+++ b/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/conf/HddsPrometheusConfig.java
@@ -21,7 +21,7 @@ package org.apache.hadoop.hdds.conf;
 /**
  * The configuration class for the Prometheus endpoint.
  */
-@ConfigGroup(prefix = "hdds.prometheus.")
+@ConfigGroup(prefix = "hdds.prometheus")
 public class HddsPrometheusConfig {
 
   @Config(key = "endpoint.token",


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org