You are looking at documentation for an older release.
Not what you want? See the
current release documentation.
This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
This is the collector
metricset of the Dropwizard module.
For 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 } }