stable

Clone or download

Read-only

node_exporter metrics can be scrapped when a proxy is used

If you set a proxy, it is likely the proxy won't be able to access node_exporter. The HTTP client used to access it should ignore the proxy configuration. Part of request #11614 Allow usage of prometheus instead of statsd for instrumentation Change-Id: I8b04b6b3d2c328f3bbc44301d26d85ec8e6770f9

Modified Files

Name
M plugins/prometheus_metrics/include/MetricsController.php +3 −3 Go to diff View file
M src/common/Http/HttpClientFactory.php +24 −6 Go to diff View file