Skip to content

Commit

Permalink
Merge pull request #1222 from sanjaysrikakulam/add_gxadmin_tool_usage…
Browse files Browse the repository at this point in the history
…_telegraf

Add galaxy tool-usage gxadmin query to telegraf to monitor the tool usage
  • Loading branch information
sanjaysrikakulam authored Jun 4, 2024
2 parents ac88594 + 952d379 commit e50b26f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions group_vars/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,13 @@ telegraf_plugins_extra:
- timeout = "15s"
- data_format = "influx"
- interval = "1m"
galaxy_tool_usage:
plugin: "exec"
config:
- commands = ["{{ custom_telegraf_env }} /usr/bin/gxadmin iquery tool-usage"]
- timeout = "360s"
- data_format = "influx"
- interval = "24h"
galaxy_job_queue_states_stats:
plugin: "exec"
config:
Expand Down

0 comments on commit e50b26f

Please sign in to comment.