- 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").
- 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.