Package com.codahale.metrics
Class FixedNameCsvFileProvider
java.lang.Object
com.codahale.metrics.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:
getFilein interfaceCsvFileProvider
-
sanitize
-