Aliaksandr Valialkin
|
d962568e93
|
all: use %w instead of %s for wrapping errors in fmt.Errorf
This will simplify examining the returned errors such as httpserver.ErrorWithStatusCode .
See https://blog.golang.org/go1.13-errors for details.
|
2020-06-30 23:33:46 +03:00 |
|
Aliaksandr Valialkin
|
ed91fe1d9b
|
lib/promscrape: move common code for discovery api config map handling into discoveryutils
|
2020-05-04 20:52:58 +03:00 |
|
Aliaksandr Valialkin
|
de5f923476
|
lib/promscrape: set 30 seconds timeout for discovery api requests
Previously such requests could hang for long time. This could make debugging harder.
|
2020-04-29 17:29:03 +03:00 |
|
Aliaksandr Valialkin
|
1acb6eb25a
|
lib/promscrape/discovery/gce: properly set filter query arg in api url
|
2020-04-27 16:01:53 +03:00 |
|
Aliaksandr Valialkin
|
0daa37fa02
|
lib/promscrape/discovery/gce: allow empty project and zone for gce_sd_config
|
2020-04-27 11:45:45 +03:00 |
|
Aliaksandr Valialkin
|
31861c5b8e
|
lib/promscrape/discovery/gce: allow empty zone arg in gce_sd_config - in this case zones for the given project are automatically discovered
|
2020-04-26 14:37:38 +03:00 |
|
Aliaksandr Valialkin
|
069690e3bd
|
lib/promscrape: initial implementation for gce_sd_configs aga Prometheus-compatible service discovery for Google Compute Engine
|
2020-04-24 17:53:43 +03:00 |
|