public static class MetricsDescriptor.CsvDescriptor extends Object
| Modifier and Type | Field and Description | 
|---|---|
boolean | 
enabled  | 
static String | 
ENABLED_PROPERTY  | 
static String | 
OUTPUT_PROPERTY  | 
File | 
outputDir  | 
Integer | 
period  | 
static String | 
PERIOD_PROPERTY  | 
protected CsvReporter | 
reporter  | 
| Constructor and Description | 
|---|
CsvDescriptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
disable(com.codahale.metrics.MetricRegistry registry)  | 
void | 
enable(com.codahale.metrics.MetricRegistry registry)  | 
int | 
getPeriod()  | 
protected File | 
outputDir()  | 
String | 
toString()  | 
public static final String ENABLED_PROPERTY
public static final String PERIOD_PROPERTY
public static final String OUTPUT_PROPERTY
public boolean enabled
protected CsvReporter reporter
public CsvDescriptor()
Copyright © 2019 Nuxeo. All rights reserved.