Tag: cloud

  • Disable stats in Envoy

    Introduction We can access stats of envoy at /stats api on admin address from browser [e.g. http://10.19.8.44:9901/stats] . We can disable specific stats using stats_config in envoy.yaml . We can specify a pattern match to exclude a specific stat. A sample config to disable stats of two specific listeners is as follows: stats_config We have…