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 2eb36b8 commit 8769a90Copy full SHA for 8769a90
test/e2e/crds/v2/route.go
@@ -173,9 +173,6 @@ spec:
173
Expect(bodyStr).Should(ContainSubstring("apisix_ingress_adc_sync_total"))
174
Expect(bodyStr).Should(ContainSubstring("apisix_ingress_status_update_queue_length"))
175
Expect(bodyStr).Should(ContainSubstring("apisix_ingress_file_io_duration_seconds"))
176
-
177
- // Log metrics for debugging
178
- fmt.Printf("Metrics endpoint response:\n%s\n", bodyStr)
179
}
180
It("Basic", func() {
181
test(apisixRouteSpec)
0 commit comments