Nikolay
|
b21e16ad0c
|
fixes kubernetes_sd (#983)
* fixes kubernetes_sd,
adds missing service metadata for pod ports without endpoint
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/982
* fix test
|
2020-12-24 11:26:14 +02: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
|
6310b20e72
|
lib/promscrape/discovery/kubernetes/: unify apiConfig creation
|
2020-05-04 20:50:49 +03:00 |
|
Aliaksandr Valialkin
|
24461153bf
|
lib/promscrape: query /api/v1/namespaces/* for the configured namespaces in kubernetes_sd_config
This should fix authroization issues described at https://github.com/VictoriaMetrics/VictoriaMetrics/issues/432
|
2020-04-24 14:33:50 +03:00 |
|
Aliaksandr Valialkin
|
1c5d14a2eb
|
lib/promscrape: move KubernetesSDConfig to lib/promscrape/discovery/kubernetes
|
2020-04-23 11:34:22 +03:00 |
|
Aliaksandr Valialkin
|
a714568374
|
lib/promscrape/discovery/kubernetes: hide role switch logic behind GetLabels function
|
2020-04-22 22:16:11 +03:00 |
|
Aliaksandr Valialkin
|
43375df923
|
lib/promscrape/discovery/kubernetes: update stale comments
|
2020-04-17 14:06:20 +03:00 |
|
Aliaksandr Valialkin
|
2e4e202c2b
|
lib/promscrape: add initial support for kubernetes_sd_config
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/334
|
2020-04-13 21:03:28 +03:00 |
|