mirror of
https://github.com/Luzifer/promcertcheck.git
synced 2024-11-10 17:00:07 +00:00
46 lines
778 B
Text
46 lines
778 B
Text
[
|
|
{
|
|
"baseLabels": {
|
|
"__name__": "rpc_calls_total",
|
|
"job": "batch_job"
|
|
},
|
|
"docstring": "RPC calls.",
|
|
"metric": {
|
|
"type": "counter",
|
|
"value": [
|
|
{
|
|
"labels": {
|
|
"servic|e": "zed"
|
|
},
|
|
"value": 25
|
|
},
|
|
{
|
|
"labels": {
|
|
"service": "bar"
|
|
},
|
|
"value": 24
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"baseLabels": {
|
|
"__name__": "rpc_latency_microseconds"
|
|
},
|
|
"docstring": "RPC latency.",
|
|
"metric": {
|
|
"type": "histogram",
|
|
"value": [
|
|
{
|
|
"labels": {
|
|
"service": "foo"
|
|
},
|
|
"value": {
|
|
"0.010000": 15,
|
|
"0.990000": 17
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|