VictoriaMetrics/lib/promscrape/discovery/consul
Aliaksandr Valialkin a47b9e55ac
lib/promscrape/discovery/consulagent: substitute metaPrefix with the __meta_consulagent_ plaintext string
This simplifies future code navigation and search for the specific meta-label starting from __meta_consulagent_* prefix.
For example, `grep __meta_consulagent_namespace` finds the exact place where this label is defined.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3953
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/pull/4217
2023-05-09 22:58:08 -07: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 lib/promscrape/discovery/consulagent: substitute metaPrefix with the __meta_consulagent_ plaintext string 2023-05-09 22:58:08 -07:00
consul.go lib/promscrape: adds filter for consul_sd_configs: (#4184) 2023-05-08 16:14:15 -07: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 docs: clarify docs after 5ee344824f 2023-05-09 22:49:13 -07:00