VictoriaMetrics/lib/promscrape/discovery/consul
Aliaksandr Valialkin d6415b2572
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:23:26 +02:00
..
agent.go lib/promscrape/discovery/consulagent: substitute metaPrefix with the __meta_consulagent_ plaintext string 2023-05-09 22:58:08 -07:00
agent_test.go added new consulagent service discovery (#3953) (#4217) 2023-05-08 23:43:59 -07:00
api.go all: consistently use 'any' instead of 'interface{}' 2024-07-10 00:23:26 +02:00
consul.go lib/promscrape/discovery/consul: typo fix in the comment: enteprise -> enterprise 2024-04-17 12:08:01 +02:00
service_node.go added new consulagent service discovery (#3953) (#4217) 2023-05-08 23:43:59 -07:00
service_node_test.go added new consulagent service discovery (#3953) (#4217) 2023-05-08 23:43:59 -07: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:28:26 +02:00