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