- getClient() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the client to use (If null one will be created).
- getConnectTimeout() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the connect timeout in seconds.
- getDirectory() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the directory to put metrics into when they fail to be sent at report time.
- getIndexPrefix() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the index name prefix (defaults to "metric-").
- getIndexType() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the index type (defaults to "metric").
- getNameField() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the name of the field that holds the metric name (defaults to "name").
- getReadTimeout() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the read timeout in seconds.
- getTags() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return all the tags.
- getTemplateName() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the name of the elastic template (defaults to "metric-1").
- getTimestampField() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the name of the timestamp field (defaults to "ts").
- getTypeField() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the name of the metric type field (defaults to "type").
- getUrl() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the base url for the ElasticSearch instance.
- getWriteTimeout() - Method in class org.avaje.metric.elastic.ElasticReporterConfig
-
Return the write timeout in seconds.