# Description Ensure that agents do not use a proxy when querying cloud metadata, even if the application is configured to use an HTTP proxy. Specification change: https://github.com/elastic/apm/pull/785 - Already implemented in Java with https://github.com/elastic/apm-agent-java/pull/3108 ## Agent Issues - [ ] https://github.com/elastic/apm-agent-dotnet/issues/2053 <img alt="Milestone" src="https://img.shields.io/badge/dynamic/json?label=milestone&query=milestone.title&url=https://api.github.com/repos/elastic/apm-agent-dotnet/issues/2053" align="top"> - [ ] https://github.com/elastic/apm-agent-nodejs/issues/3277 <img alt="Milestone" src="https://img.shields.io/badge/dynamic/json?label=milestone&query=milestone.title&url=https://api.github.com/repos/elastic/apm-agent-nodejs/issues/3277" align="top"> - [ ] https://github.com/elastic/apm-agent-python/issues/1806 <img alt="Milestone" src="https://img.shields.io/badge/dynamic/json?label=milestone&query=milestone.title&url=https://api.github.com/repos/elastic/apm-agent-python/issues/1806" align="top"> - [ ] https://github.com/elastic/apm-agent-go/issues/1415 <img alt="Milestone" src="https://img.shields.io/badge/dynamic/json?label=milestone&query=milestone.title&url=https://api.github.com/repos/elastic/apm-agent-go/issues/1415" align="top"> - [ ] https://github.com/elastic/apm-agent-php/issues/921 <img alt="Milestone" src="https://img.shields.io/badge/dynamic/json?label=milestone&query=milestone.title&url=https://api.github.com/repos/elastic/apm-agent-php/issues/921" align="top"> - [ ] https://github.com/elastic/apm-agent-ruby/issues/1384 <img alt="Milestone" src="https://img.shields.io/badge/dynamic/json?label=milestone&query=milestone.title&url=https://api.github.com/repos/elastic/apm-agent-ruby/issues/1384" align="top">
Description
Ensure that agents do not use a proxy when querying cloud metadata, even if the application is configured to use an HTTP proxy.
Specification change: #785
Agent Issues