We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbcfc0f commit 18ee0d5Copy full SHA for 18ee0d5
.github/workflows/docker-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
curl --fail http://127.0.0.1:9091/api/v1/query?query=ethtool_duplex | grep ethtool_duplex
57
curl --fail http://127.0.0.1:9091/api/v1/query?query=kernel_boot_time_total | grep kernel_boot_time_total
58
curl --fail http://127.0.0.1:9091/api/v1/query?query=docker_container_mem_limit | grep docker_container_mem_limit
59
- curl --fail http://127.0.0.1:9091/api/v1/query?query=interrupts_irq | grep interrupts_irq
+ curl --fail http://127.0.0.1:9091/api/v1/query?query=interrupts_total | grep interrupts_total
60
61
- name: Logs
62
if: always()
0 commit comments