mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +00:00
lib/promscrape: fix TestGetStaticScrapeWorkSuccess test after ca67926952
This commit is contained in:
parent
7e8b772426
commit
eb743677ad
1 changed files with 2 additions and 0 deletions
|
@ -1308,6 +1308,8 @@ scrape_configs:
|
||||||
"instance": "foo.bar:1234",
|
"instance": "foo.bar:1234",
|
||||||
"job": "foo",
|
"job": "foo",
|
||||||
}),
|
}),
|
||||||
|
AuthConfig: &promauth.Config{},
|
||||||
|
ProxyAuthConfig: &promauth.Config{},
|
||||||
SeriesLimit: 0,
|
SeriesLimit: 0,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue