Skip to content

Instantly share code, notes, and snippets.

@gnufied
Last active April 21, 2016 14:12
Show Gist options
  • Save gnufied/0dd28ea0bc19f16ffd354619cc9f0c9d to your computer and use it in GitHub Desktop.
Save gnufied/0dd28ea0bc19f16ffd354619cc9f0c9d to your computer and use it in GitHub Desktop.
{
"version": "3.0.0",
"gauges": {
"jvm.gc.heap.max": {
"value": 123
}
},
"counters": {
"big_messages,dim1=val1,dim2=val2": {
"count": 100
}
},
"meters": {
"bytes_in_rate": {
"count": 0,
"m15_rate": 0,
"m1_rate": 0,
"m5_rate": 0,
"mean_rate": 0,
"units": "events/second"
}
},
"histograms": {
"batch_byte_size,dim1=val1,dim2=val2": {
"count": 0,
"max": 0,
"mean": 0,
"min": 0,
"p50": 0,
"p75": 0,
"p95": 0,
"p98": 0,
"p99": 0,
"p999": 0,
"stddev": 0
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment