envoy icon indicating copy to clipboard operation
envoy copied to clipboard

Cloud-native high-performance edge/middle/service proxy

Results 1146 envoy issues
Sort by recently updated
recently updated
newest added

Package Name: [email protected] Current Version: 0.3.1@2022-04-26 Available Version: 0.9.0@2022-08-08 Upstream releases: https://github.com/bazelbuild/rules_rust/releases

area/build
no stalebot
dependencies

Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes commit #PR or SHA] [Optional Deprecated:] [Optional [API...

stale
api

*Title*: *export discoveryReq/Resp resource count, payload size metrics to help understand network bandwidth cost of control plane.* *Description*: export discoveryReq/Resp resource count, payload size metrics to help understand network bandwidth...

enhancement
help wanted
area/xds
area/observability

Istio use ` "regex": "(response_code=\\.=(.+?);\\.;)|_rq(_(\\.d{3}))$"` for response_code stats tag, [here](https://github.com/istio/istio/blob/f0bb371da14af5229cd297c76fc7145771aec6db/tools/packaging/common/envoy_bootstrap.json#L48) is the source code. ## step 1 I test with the following stats, which work as expected: ```yaml stats_config: use_all_default_tags:...

bug
area/stats

## DO NOT SUBMIT Still broken. I commented out my attempted fix for now. ## DO NOT SUBMIT Commit Message: filter manager: fix bug with double continue on data after...

waiting

*Title*: *http inspector filter is not filling `server_name` which prevent from using it in conjunction with `filter_chain_match`* *Description*: >When using the HTTP inspector listener filter, the `server_name` is not filled...

question
area/listener

*Title*: debug assertion failure: `assert failure: isIdleImpl()` *Description*: In our CI with debug builds, we are regularly seeing this assertion failure. ``` 2022-08-04T22:11:20.554576Z critical envoy assert assert failure: isIdleImpl(). 2022-08-04T22:11:20.554714Z...

bug
area/connection

*Description*: The question is envoy capable to forward udp traffic as tcp traffic? My specific use case is that I'd need to implement DNSOverTLs using envoy. This means, for example,...

question
area/udp

Signed-off-by: Ryan Northey Commit Message: configs: Fix default config Additional Description: rather than proxying to the envoy website which often responds with a redirect this updates the default config to...

no stalebot
waiting
deps

**Description**: I have a situation where I need to retry requests if the request to the upstream host has been enforced by a local rate limiter. I use the following...

question
area/ratelimit