Aliaksandr Valialkin
|
97d1ccfc8e
|
lib/promscrape: split docker and dockerswarm service discovery code bases, since they have very little in common
This is a follow up after c85a5b7fcb
|
2021-06-25 13:22:16 +03:00 |
|
Lu Jiajing
|
12b4cbb68f
|
Support Docker ServiceDiscovery (#1402)
* add docker discovery
* add test
* add labels test and add scrape work
* remove TODO
* refactor to merge apiConfig and sdConfig
* apply suggestion
|
2021-06-25 13:22:16 +03:00 |
|
Nikolay
|
6fc2a8e544
|
fixes dockerswarm (#1053)
fixes improper usage of host network services
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1028
|
2021-02-04 15:57:41 +02:00 |
|
Aliaksandr Valialkin
|
c2186279b7
|
lib/promscrape: add filters option to dockerswarm_sd_config like Prometheus did in v2.23.0
|
2020-11-23 16:27:33 +02:00 |
|
Aliaksandr Valialkin
|
938b3b7ed1
|
lib/promscrape: code prettifying after 9bd9f67718
|
2020-10-12 16:13:59 +03:00 |
|
Nikolay Khramchikhin
|
7f96712b38
|
Adds dockerswarm sd (#818)
* adds dockerswarm service discovery
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/656
Following roles supported: services, tasks and nodes.
Basic, token and tls auth supported.
Added tests for labels generation.
* added unix socket support to discovery utils
Co-authored-by: Aliaksandr Valialkin <valyala@gmail.com>
|
2020-10-12 16:13:58 +03:00 |
|