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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]