mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 09:11:03 +02:00
Separate Prom metrics, different processors as different jobs
This commit is contained in:
parent
5e8a1520ee
commit
8c3ac009da
2 changed files with 109 additions and 6 deletions
|
|
@ -11,7 +11,7 @@ obj = resp.json()
|
|||
|
||||
tbl = [
|
||||
[
|
||||
m["metric"]["instance"],
|
||||
m["metric"]["job"],
|
||||
"running" if int(m["value"][1]) > 0 else "down"
|
||||
]
|
||||
for m in obj["data"]["result"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue