Skip to content

Commit

Permalink
Do not use raw_result for core.get_jobs output in debug (#202) (#221)
Browse files Browse the repository at this point in the history
(cherry picked from commit a178204)

Co-authored-by: Andrew Walker <[email protected]>
  • Loading branch information
bugclerk and anodos325 authored Sep 3, 2024
1 parent 0a63b6c commit 79f9e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ixdiagnose/plugins/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
class CoreGetJobs(Plugin):
name = 'jobs'
metrics = [
MiddlewareClientMetric('jobs', [MiddlewareCommand('core.get_jobs')]),
MiddlewareClientMetric('jobs', [MiddlewareCommand('core.get_jobs', [], {'extra': {'raw_result': False}})]),
]

0 comments on commit 79f9e44

Please sign in to comment.