mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
lib/promscrape: fix TestGetStaticScrapeWorkSuccess test after ca67926952
This commit is contained in:
parent
f2ef69a6f5
commit
dc7f1cb019
1 changed files with 3 additions and 1 deletions
|
@ -1308,7 +1308,9 @@ scrape_configs:
|
||||||
"instance": "foo.bar:1234",
|
"instance": "foo.bar:1234",
|
||||||
"job": "foo",
|
"job": "foo",
|
||||||
}),
|
}),
|
||||||
SeriesLimit: 0,
|
AuthConfig: &promauth.Config{},
|
||||||
|
ProxyAuthConfig: &promauth.Config{},
|
||||||
|
SeriesLimit: 0,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
*seriesLimitPerTarget = defaultSeriesLimitPerTarget
|
*seriesLimitPerTarget = defaultSeriesLimitPerTarget
|
||||||
|
|
Loading…
Reference in a new issue