Aliaksandr Valialkin
|
50663ba41f
|
lib/promscrape/discovery/gce: add __meta_gce_interface_ipv4_<name> labels as in Prometheus 2.29
See https://github.com/prometheus/prometheus/pull/8978
|
2021-08-03 16:11:49 +03:00 |
|
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
|
6954d0edb7
|
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:34:11 +03:00 |
|
Aliaksandr Valialkin
|
7b8008e0bd
|
lib/promscrape/discovery/gce: make golint happy by ignoring resp.Body.Close() result
|
2020-04-24 18:13:09 +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 |
|