public class FixedNameCsvFileProvider extends Object implements CsvFileProvider
CsvFileProvider will always return the same name
for the same metric. This means the CSV file will grow indefinitely.| Constructor and Description |
|---|
FixedNameCsvFileProvider() |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile(File directory,
String metricName) |
protected String |
sanitize(String metricName) |
Copyright © 2020. All rights reserved.