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 desirable for all logging traffic."],["You can disable HTTP proxy forwarding for specific hosts by setting the `logger.envVars` property in the `overrides.yaml` file."],["The `NO_PROXY` environment variable within `logger.envVars` is used to specify a comma-separated list of hosts that should bypass the HTTP proxy."],["Changes to the `overrides.yaml` file for disabling proxy forwarding must be applied using the `apigee-telemetry` Helm chart with either the `upgrade` or `install` command."]]],[]]