Aliaksandr Valialkin
|
d5dddb0953
|
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:05:11 +03:00 |
|
Aliaksandr Valialkin
|
68928bf3df
|
lib/promscrape/discovery/gce: discover per-zone instances for gce_sd_config in parallel. This should reduce discovery latency
|
2020-05-06 15:00:09 +03:00 |
|
Aliaksandr Valialkin
|
95942f1ac6
|
lib/promscrape/discovery/gce: make golangci-lint happy
|
2020-04-27 19:28:10 +03:00 |
|
Aliaksandr Valialkin
|
0224071ebe
|
lib/promscrape/discovery/gce: allow empty project and zone for gce_sd_config
|
2020-04-27 11:45:02 +03:00 |
|
Aliaksandr Valialkin
|
9ef5935552
|
lib/promscrape: initial implementation for gce_sd_configs aga Prometheus-compatible service discovery for Google Compute Engine
|
2020-04-24 17:51:22 +03:00 |
|