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

**Title**: Add support for OpenMetrics exemplars **Description**: Currently Envoy supports OpenMetrics format but does not export exemplars. Exemplars are very useful for discovering traces. Envoy exports traces in a few...

enhancement
no stalebot
area/stats

Commit Message: Add timeout option for ThreadSynchronizer. Additional Description: This adds the ability for ThreadSynchronizer::barrierOn to time out, making it so a test in which the code unexpectedly doesn't hit...

*Description*: clang-tidy runs against diffs in CI, but it will caught all errors on the lines the PR author touched. Ideally we should make a full clang-tidy run error free.

tech debt
help wanted
beginner

*Description*: We're dynamically configuring envoy via a control plane (ads). Sometimes the configuration has the OAuth2 filter enable, sometimes it doesn't. When envoy pulls down it's first configuration and it...

bug
area/xds
area/sds

*Title*: printing non-utf8 string from metadata crashes Envoy (when trace enabled) *Description*: envoy/http/metadata_interface.h seems assume that metadata K:V are in utf8 strings: ``` class MetadataMap : public UnorderedStringMap { public:...

bug

*Title*: *memory heap not released long(~24h) after overload manager actions stop_accepting_connections/requests triggered* *Description*: We are recently testing overload manager with istio and have questions about memory release behaviors. Our scenario...

area/overload_manager

The current HTTP/1 codec is [http-parser](https://github.com/nodejs/http-parser). The plan is to transition Envoy to use [Balsa](https://github.com/google/quiche/tree/main/quiche/balsa) instead. [edit: fix link]

enhancement
no stalebot
area/http

*Description*: Using Envoy 1.22.2 and hooking it up to a grpc metric sink for prometheus to scrape later. I'm noticing that while the counters and gauges are coming in correctly,...

bug
area/stats

Risk Level: low Testing: existing tests Docs Changes: n/a Release Notes: n/a part of https://github.com/envoyproxy/envoy/issues/10455

*Title*: *When the number of clusters is large, there is a large periodic delay in xds update* *Description*: > When the cluster configured through xds is around 4000, the update...

bug
area/xds