Skip to content

Commit 5b4413c

Browse files
khrmtekton-robot
authored andcommitted
Remove Metrics Exporter Logger due to OTEL migration
Metrics Exporter Logger isn't needed in OTEL injection from knative.
1 parent 4a210b4 commit 5b4413c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/framework/helper.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ func initializeLogsAndMetrics(t *testing.T) {
109109
flag.Parse()
110110
flag.Set("alsologtostderr", "true")
111111
logging.InitializeLogger()
112-
113-
logging.InitializeMetricExporter(t.Name())
114112
})
115113
}
116114

0 commit comments

Comments
 (0)