Class BytesDeletedReporter
- java.lang.Object
-
- com.expediagroup.beekeeper.cleanup.monitoring.BytesDeletedReporter
-
public class BytesDeletedReporter extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDRY_RUN_METRIC_NAMEstatic java.lang.StringMETRIC_NAME
-
Constructor Summary
Constructors Constructor Description BytesDeletedReporter(io.micrometer.core.instrument.MeterRegistry meterRegistry, boolean dryRunEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreportTaggable(long bytesDeleted, Taggable taggable, FileSystemType fileSystemType)
-
-
-
Field Detail
-
METRIC_NAME
public static final java.lang.String METRIC_NAME
- See Also:
- Constant Field Values
-
DRY_RUN_METRIC_NAME
public static final java.lang.String DRY_RUN_METRIC_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
reportTaggable
public void reportTaggable(long bytesDeleted, Taggable taggable, FileSystemType fileSystemType)
-
-