When you enable HTTP proxy forwarding, you create a single point through which multiple machines
send requests to an external server. For logging, you may not want to have all traffic forwarded
through the proxy.
This procedure explains how to disable HTTP proxy forwarding for specific hosts in your
overrides file.
Procedure
Disable proxy forwarding for logging for specific hosts by setting the
logger.envVars property in overrides.yaml:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["Enabling HTTP proxy forwarding creates a single point for multiple machines to send requests to an external server, which might not be ideal for logging purposes."],["You can disable HTTP proxy forwarding for specific hosts by modifying the `logger.envVars` property in the `overrides.yaml` file."],["The `NO_PROXY` environment variable within `logger.envVars` allows specifying comma-separated hosts that should bypass the HTTP proxy."],["After updating the `overrides.yaml` file, changes must be applied using the `apigee-telemetry` chart with the `helm upgrade` command, or the `helm install` command if there are no deployments."]]],[]]