@ -1,5 +1,5 @@
/ *
/ *
* Copyright 2012 - 202 0 the original author or authors .
* Copyright 2012 - 202 1 the original author or authors .
*
*
* Licensed under the Apache License , Version 2.0 ( the "License" ) ;
* Licensed under the Apache License , Version 2.0 ( the "License" ) ;
* you may not use this file except in compliance with the License .
* you may not use this file except in compliance with the License .
@ -235,21 +235,21 @@ public class MetricsProperties {
/ * *
/ * *
* Specific service - level objective boundaries for meter IDs starting with the
* Specific service - level objective boundaries for meter IDs starting with the
* specified name . The longest match wins . Counters will be published for each
* specified name . The longest match wins . Counters will be published for each
* specified boundary . Values can be specified as a long or as a Duration value
* specified boundary . Values can be specified as a double or as a Duration value
* ( for timer meters , defaulting to ms if no unit specified ) .
* ( for timer meters , defaulting to ms if no unit specified ) .
* /
* /
private final Map < String , ServiceLevelObjectiveBoundary [ ] > slo = new LinkedHashMap < > ( ) ;
private final Map < String , ServiceLevelObjectiveBoundary [ ] > slo = new LinkedHashMap < > ( ) ;
/ * *
/ * *
* Minimum value that meter IDs starting with the specified name are expected to
* Minimum value that meter IDs starting with the specified name are expected to
* observe . The longest match wins . Values can be specified as a long or as a
* observe . The longest match wins . Values can be specified as a double or as a
* Duration value ( for timer meters , defaulting to ms if no unit specified ) .
* Duration value ( for timer meters , defaulting to ms if no unit specified ) .
* /
* /
private final Map < String , String > minimumExpectedValue = new LinkedHashMap < > ( ) ;
private final Map < String , String > minimumExpectedValue = new LinkedHashMap < > ( ) ;
/ * *
/ * *
* Maximum value that meter IDs starting with the specified name are expected to
* Maximum value that meter IDs starting with the specified name are expected to
* observe . The longest match wins . Values can be specified as a long or as a
* observe . The longest match wins . Values can be specified as a double or as a
* Duration value ( for timer meters , defaulting to ms if no unit specified ) .
* Duration value ( for timer meters , defaulting to ms if no unit specified ) .
* /
* /
private final Map < String , String > maximumExpectedValue = new LinkedHashMap < > ( ) ;
private final Map < String , String > maximumExpectedValue = new LinkedHashMap < > ( ) ;