You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: micrometer-core/src/main/java/io/micrometer/core/instrument/observation/DefaultMeterObservationHandler.java
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,12 @@ public DefaultMeterObservationHandler(MeterRegistry meterRegistry) {
55
55
}
56
56
57
57
/**
58
-
* Creates the handler with the defined Meters to use when the handler processes the
59
-
* Observations.
58
+
* Creates the handler with the defined IgnoredMeters to use when the handler
59
+
* processes the Observations.
60
60
* @param meterRegistry the MeterRegistry to use
61
61
* @param metersToIgnore the Meters that should not be created when Observations are
0 commit comments