We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8251329 commit 610ed54Copy full SHA for 610ed54
test/suites/metrics.sh
@@ -53,4 +53,8 @@ test_metrics() {
53
curl -k -s -X GET "https://${metrics_addr}/1.0/metrics" | grep "incus_cpu_effective_total" | grep "type=\"container\""
54
55
incus delete -f c1 c2
56
+ incus config unset core.metrics_authentication
57
+
58
+ METRICS_FINGERPRINT="$(incus config trust list --format csv --columns cf | grep -F metrics.local | cut -d, -f2)"
59
+ incus config trust remove "${METRICS_FINGERPRINT}"
60
}
0 commit comments