Cuando habilitas el reenvío de proxy HTTP, creas un punto único a través del cual varias máquinas envían solicitudes a un servidor externo. Para los registros, es posible que no desees que todo el tráfico se reenvíe a través del proxy.
En este procedimiento, se explica cómo inhabilitar el reenvío del proxy HTTP para hosts específicos en el archivo de anulación.
Procedimiento
Para inhabilitar el reenvío de proxy para el registro de hosts específicos, configura la propiedad logger.EnvVars en overrides.yaml:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-04-01 (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."]]],[]]