Skip to content

Commit 2949497

Browse files
committed
format
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 075ce06 commit 2949497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prometheus-metrics-config/src/main/java/io/prometheus/metrics/config/ExporterPushgatewayProperties.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ static ExporterPushgatewayProperties load(Map<Object, Object> properties)
7878
&& !escapingScheme.equals("dots")) {
7979
throw new PrometheusPropertiesException(
8080
String.format(
81-
"%s.%s: Illegal value. Expecting 'no-escaping', 'values', 'underscores', or 'dots'. Found: %s",
81+
"%s.%s: Illegal value. Expecting 'no-escaping', 'values', 'underscores', "
82+
+ "or 'dots'. Found: %s",
8283
PREFIX, ESCAPING_SCHEME, escapingScheme));
8384
}
8485
}

0 commit comments

Comments
 (0)