
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
github.com/open-telemetry/opentelemetry-collector-contrib/extension/httpforwarder
This extension is deprecated. Please use httpforwarderextension instead.
Status | |
---|---|
Stability | deprecated |
Distributions | contrib, splunk, sumo |
Issues | |
Code Owners | @atoulme, @rmfitzpatrick |
This extension accepts HTTP requests, optionally adds headers to them and forwards them. The RequestURIs of the original requests are preserved by the extension.
The following settings are required:
egress
: HTTP config settings to use for forwarding requests.
endpoint
(no default): The target to which requests should be forwarded to.The following settings can be optionally configured:
ingress
: HTTP config settings for HTTP server listening to requests.
endpoint
(default = 0.0.0.0:6060
): The host to which requests should be forwarded to.egress
: HTTP config settings to use for forwarding requests.
headers
(default = nil
): Additional headers to be added to all requests passing through the extension.timeout
(default = 10s
): How long to wait for each request to complete. http_forwarder:
ingress:
endpoint: localhost:7070
egress:
endpoint: http://target/
headers:
otel_http_forwarder: dev
timeout: 5s
The full list of settings exposed for this exporter are documented here with detailed sample configurations here.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.