VictoriaMetrics/lib/promscrape/discovery/consulagent
Aliaksandr Valialkin 3c02937a34
all: consistently use 'any' instead of 'interface{}'
'any' type is supported starting from Go1.18. Let's consistently use it
instead of 'interface{}' type across the code base, since `any` is easier to read than 'interface{}'.
2024-07-10 00:20:37 +02:00
..
api.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:20:37 +02:00
consulagent.go added new consulagent service discovery (#3953) (#4217) 2023-05-04 11:36:21 +02:00
service_node.go lib/promscrape/discovery/consulagent: substitute metaPrefix with the __meta_consulagent_ plaintext string 2023-05-08 23:40:13 -07:00
service_node_test.go added new consulagent service discovery (#3953) (#4217) 2023-05-04 11:36:21 +02:00
watch.go all: replace old https://docs.victoriametrics.com/sd_configs.html url with the new one - https://docs.victoriametrics.com/sd_configs/ 2024-04-18 02:27:47 +02:00