VictoriaMetrics/lib/promscrape/discovery/consulagent
Aliaksandr Valialkin 8a07621a0c
lib/promscrape: disable support for service discovery and metrics scrape via http2
Reasons for disabling http2:

- http2 is used very rarely comparing to http for Prometheus metrics exposition and service discovery
- http2 is much harder to debug than http
- http2 has very bad security record because of its complexity - see https://portswigger.net/research/http2

VictoriaMetrics components are compiled with nethttpomithttp2 tag because of these issues.

Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4283
Updates https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4274

This is a follow-up for 72c3cd47eb
2023-07-06 16:03:37 -07:00
..
api.go lib/promscrape: disable support for service discovery and metrics scrape via http2 2023-07-06 16:03:37 -07: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 fixed service name detection for consulagent service discovery in case of a difference in service name and service id (#4390) (#4439) 2023-06-12 16:16:43 +02:00