This is an automated email from the ASF dual-hosted git repository.

ashishtiwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 72626839 chore: remove redundant debug logging for metrics response 
(#2567)
72626839 is described below

commit 726268396c4639f0389462acd291fa2ce917dcb5
Author: Ashish Tiwari <[email protected]>
AuthorDate: Thu Sep 18 12:15:27 2025 +0530

    chore: remove redundant debug logging for metrics response (#2567)
---
 test/e2e/crds/v2/route.go | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/e2e/crds/v2/route.go b/test/e2e/crds/v2/route.go
index ef413099..69c5f83d 100644
--- a/test/e2e/crds/v2/route.go
+++ b/test/e2e/crds/v2/route.go
@@ -171,9 +171,6 @@ spec:
                                
Expect(bodyStr).Should(ContainSubstring("apisix_ingress_adc_sync_total"))
                                
Expect(bodyStr).Should(ContainSubstring("apisix_ingress_status_update_queue_length"))
                                
Expect(bodyStr).Should(ContainSubstring("apisix_ingress_file_io_duration_seconds"))
-
-                               // Log metrics for debugging
-                               fmt.Printf("Metrics endpoint response:\n%s\n", 
bodyStr)
                        }
                        It("Basic", func() {
                                test(apisixRouteSpec)

Reply via email to