mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-09 05:12:12 +02:00
Correct output from tg-show-flow-state and tg-show-processor-state (#846)
This commit is contained in:
parent
7521e152b9
commit
95c3b62ef1
2 changed files with 12 additions and 10 deletions
|
|
@ -17,7 +17,7 @@ def dump_status(url):
|
|||
|
||||
tbl = [
|
||||
[
|
||||
m["metric"]["job"],
|
||||
m["metric"].get("processor", m["metric"]["job"]),
|
||||
"\U0001f49a"
|
||||
]
|
||||
for m in obj["data"]["result"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue