IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Dropwizard collector metricset
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Dropwizard collector metricset
editThis is the collector metricset of the Dropwizard module.
Fields
editFor a description of each field in the metricset, see the exported fields section.
Here is an example document generated by this metricset:
{
"@timestamp": "2017-10-12T08:05:34.853Z",
"beat": {
"hostname": "host.example.com",
"name": "host.example.com"
},
"dropwizard": {
"testnamespace": {
"my_gauge": {},
"my_histogram": {
"count": 0,
"max": 0,
"mean": 0,
"min": 0,
"p50": 0,
"p75": 0,
"p95": 0,
"p98": 0,
"p99": 0,
"p999": 0,
"stddev": 0
},
"my_timer": {
"count": 0,
"duration_units": "seconds",
"m15_rate": 0,
"m1_rate": 0,
"m5_rate": 0,
"max": 0,
"mean": 0,
"mean_rate": 0,
"min": 0,
"p50": 0,
"p75": 0,
"p95": 0,
"p98": 0,
"p99": 0,
"p999": 0,
"rate_units": "calls/second",
"stddev": 0
}
}
},
"metricset": {
"host": "dropwizard:8080",
"module": "dropwizard",
"name": "collector",
"namespace": "testnamespace",
"rtt": 115
}
}