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
|
6ff821c70d
|
lib/promscrape/discovery/ec2: expose __meta_ec2_ami like the next Prometheus release will do
See b5d61fb66c for details
|
2020-06-20 17:45:23 +03:00 |
|
Aliaksandr Valialkin
|
218e566647
|
lib/promscrape: move common code for discovery api config map handling into discoveryutils
|
2020-05-04 20:51:01 +03:00 |
|
Aliaksandr Valialkin
|
5ec036439d
|
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:33:34 +03:00 |
|
Aliaksandr Valialkin
|
b768bc9a6a
|
lib/promscrape: add initial support for Prometheus-compatible service discovery for Amazon EC2 aka ec2_sd_configs
|
2020-04-27 19:25:53 +03:00 |
|