prometheus/scrape
arugaki b98a5acb57 fix buf redeclared in scrapeloop (#4873)
* buf Has been declared in scrape.go in line 785, I think it is unnecessary to declare a new variable again here.

Signed-off-by: arugakiWei <arugaki.wei@daocloud.io>

* delete the buf in line 785 because  it is never used.

Signed-off-by: arugakiWei <arugaki.wei@daocloud.io>
2018-11-22 12:13:52 +08:00
..
testdata rename package retrieve to scrape 2018-02-01 09:55:07 +00:00
helpers_test.go rename package retrieve to scrape 2018-02-01 09:55:07 +00:00
manager.go process scrape loops reloading in parallel (#4526) 2018-09-26 12:20:56 +03:00
manager_test.go process scrape loops reloading in parallel (#4526) 2018-09-26 12:20:56 +03:00
scrape.go fix buf redeclared in scrapeloop (#4873) 2018-11-22 12:13:52 +08:00
scrape_test.go *: remove use of golang.org/x/net/context (#4869) 2018-11-19 12:31:16 +01:00
target.go Hook OpenMetrics parser into scraping. 2018-10-18 13:58:00 +01:00
target_test.go support reading basic_auth password_file for HTTP basic auth (#4077) 2018-04-25 18:19:06 +01:00