mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
8a07621a0c
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
|
||
---|---|---|
.. | ||
azure | ||
consul | ||
consulagent | ||
digitalocean | ||
dns | ||
docker | ||
dockerswarm | ||
ec2 | ||
eureka | ||
gce | ||
http | ||
kubernetes | ||
kuma | ||
nomad | ||
openstack | ||
yandexcloud |