Package io.prometheus.client
Class SampleNameFilter.AllowAll
- java.lang.Object
-
- io.prometheus.client.SampleNameFilter.AllowAll
-
- All Implemented Interfaces:
Predicate<java.lang.String>
- Enclosing class:
- SampleNameFilter
private static class SampleNameFilter.AllowAll extends java.lang.Object implements Predicate<java.lang.String>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AllowAll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
test(java.lang.String s)
-