VictoriaMetrics/lib/promscrape/discovery/consulagent
Aliaksandr Valialkin b9bb64ce55
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-08 23:40:13 -07:00
..
api.go added new consulagent service discovery (#3953) (#4217) 2023-05-04 11:36:21 +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 added new consulagent service discovery (#3953) (#4217) 2023-05-04 11:36:21 +02:00