fix: post merge fixes

Signed-off-by: Manik Rana <manikrana54@gmail.com>
This commit is contained in:
Manik Rana 2024-09-20 21:33:52 +05:30
parent 28afd0dc50
commit 94832091a5

View file

@ -729,6 +729,7 @@ func setupScrapeManager(t *testing.T, enableCTZeroIngestion bool) (*collectResul
skipOffsetting: true,
},
log.NewLogfmtLogger(os.Stderr),
nil,
&collectResultAppendable{app},
prometheus.NewRegistry(),
)