Aliaksandr Valialkin
|
4821adfd95
|
lib/promscrape: properly show proxy_url option value at /config page
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/1755
|
2021-10-26 21:23:54 +03:00 |
|
Aliaksandr Valialkin
|
fb6ed0ce19
|
lib/promscrape/discovery/docker: support host networking mode
See https://github.com/prometheus/prometheus/issues/9116
|
2021-09-13 13:30:16 +03:00 |
|
Aliaksandr Valialkin
|
9ce211a514
|
lib/promscrape/discovery/docker: fix golint warning: struct field Id should be ID
|
2021-06-29 13:12:28 +03:00 |
|
Aliaksandr Valialkin
|
cb5453953f
|
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:20:20 +03:00 |
|
Aliaksandr Valialkin
|
a69045e440
|
lib/promscrape: consistently sort service discovery routines
This should simplify further maintenance of the code
|
2021-06-25 12:10:46 +03:00 |
|
Lu Jiajing
|
c85a5b7fcb
|
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 11:42:47 +03:00 |
|