Description
The LoggingMeter format is different from what the RFC mandates (note the service and node vs. operations group):
{
|
"meta": {
|
"emit_interval_s": 10000.0
|
},
|
"kv": {
|
"127.0.0.1:11210": {
|
"total_count": 97634,
|
"percentiles_us": {
|
"75.0": 0.0,
|
"95.0": 0.0,
|
"98.0": 0.0,
|
"99.9": 0.0,
|
"100.00": 0.0
|
}
|
}
|
}
|
}
|
vs.
{
|
“meta”: {
|
“emit_interval_s”: 600,
|
},
|
“operations”: {
|
“<service-a>”: {
|
“<operation-a>” {
|
“total_count”: 1234,
|
“percentiles_us”: {
|
“50.0”: 5,
|
“90.0”: 10,
|
“99.0”: 33,
|
“99.9”: 55,
|
“100.0”: 101,
|
}
|
}
|
}
|
}
|
}
|
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.2.0 [ 17248 ] | |
Affects Version/s | 3.1.7 [ 17603 ] | |
Labels | tracing |
Status | New [ 10003 ] | Open [ 1 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |