VictoriaMetrics/lib/promscrape/discovery/consulagent
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
..
api.go added new consulagent service discovery (#3953) (#4217) 2023-05-08 23:43:59 -07:00
consulagent.go added new consulagent service discovery (#3953) (#4217) 2023-05-08 23:43:59 -07:00
service_node.go lib/promscrape/discovery/consulagent: substitute metaPrefix with the __meta_consulagent_ plaintext string 2023-05-09 22:58:08 -07:00
service_node_test.go added new consulagent service discovery (#3953) (#4217) 2023-05-08 23:43:59 -07:00
watch.go added new consulagent service discovery (#3953) (#4217) 2023-05-08 23:43:59 -07:00