Package io.dropwizard.metrics5
Class FixedNameCsvFileProvider
java.lang.Object
io.dropwizard.metrics5.FixedNameCsvFileProvider
- All Implemented Interfaces:
CsvFileProvider
This implementation of the
CsvFileProvider
will always return the same name
for the same metric. This means the CSV file will grow indefinitely.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FixedNameCsvFileProvider
public FixedNameCsvFileProvider()
-
-
Method Details
-
getFile
- Specified by:
getFile
in interfaceCsvFileProvider
-
sanitize
-