mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-08 16:12:16 -04:00
fix: post merge fixes
Signed-off-by: Manik Rana <manikrana54@gmail.com>
This commit is contained in:
parent
28afd0dc50
commit
94832091a5
1 changed files with 1 additions and 0 deletions
|
|
@ -729,6 +729,7 @@ func setupScrapeManager(t *testing.T, enableCTZeroIngestion bool) (*collectResul
|
|||
skipOffsetting: true,
|
||||
},
|
||||
log.NewLogfmtLogger(os.Stderr),
|
||||
nil,
|
||||
&collectResultAppendable{app},
|
||||
prometheus.NewRegistry(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue