Dropwizard 收集器指标集
编辑Dropwizard 收集器指标集编辑
这是 Dropwizard 模块的 collector
指标集。
这是一个默认的指标集。如果主机模块未配置,则默认情况下启用此指标集。
有关指标集中每个字段的描述,请参见 导出字段 部分。
以下是此指标集生成的示例文档
{ "@timestamp": "2019-03-01T08:05:34.853Z", "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 } } }, "event": { "dataset": "dropwizard.testnamespace", "duration": 115000, "module": "dropwizard" }, "metricset": { "name": "collector", "period": 10000 }, "service": { "address": "127.0.0.1:55555", "type": "dropwizard" } }