澄潭
澄潭
## Why do you need it? 用于实现 Skywalking 指标观测,从而实现基于 Skywalking 的 Higress 监控大盘 --- It is used to realize the Skywalking indicator observation, so as to realize the Higress observability...
## Why do you need it? 实现 Higress CLI 工具,简化安装、升级、运维步骤 --- Implement Higress CLI to support easier installation, upgrade and operations
## Why do you need it? 提供开箱即用的网关日志收集和分析的能力 --- Provides out-of-the-box gateway log collection and analysis capabilities ## How could it be? ## Other related information higress doc: https://higress.io/zh-cn/docs/ops/log.html envoy doc:...
## Why do you need it? 实现 RESTful 的 admin api 提供控制台对接 --- Implement RESTful admin api to provide console usage ## How could it be? ## Other related information
## Why do you need it? Deployment mode support HTTP/3 ## How could it be? Add a helm value to determine whether it is enabled ## Other related information https://github.com/istio/istio/wiki/Experimental-QUIC-and-HTTP-3-support-in-Istio-gateways
## Why do you need it? 实现一个插件,可以匹配应答和状态码返回自定义应答 --- Implement a plugin that can replace the response body according to the configuration ## How could it be? config example: ```yaml rules:...
`addAfterVmCallAction` and `doAfterVmCallActions` are used by the context to execute functions after vm calls, such as `onRequestHeaders`: https://github.com/proxy-wasm/proxy-wasm-cpp-host/blob/72ce32f7b11f9190edf874028255e1309e41690f/src/context.cc#L312-L324 If `sendLocalReply` has been added to `after_vm_call_actions_` via `addAfterVmCallAction`: https://github.com/envoyproxy/envoy/blob/main/source/extensions/common/wasm/context.cc#L1635-L1645 Here `f()`...
## 加入 Higress 开发者钉钉群  ## Higress 贡献榜: https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=higress&timeType=month&time=1688140800000 参与计分的仓库包括: | 仓库名称 | 仓库地址 | 主要语言 | |--------|--------|--------| | 控制面/数据面 | https://github.com/alibaba/higress | Go/C++ | | 控制台前端/后端 | https://github.com/higress-group/higress-console |...
## Why do you need it? The api we are talking about here is "business api". There are several differences between `business api` and `route api`: 1. Intent - `business...
## Why do you need it? annotations: + `higress.io/timeout` ## How could it be? Add testcases for timeout annotations. ## Other related information + https://github.com/alibaba/higress/tree/main/test + https://github.com/alibaba/higress/issues/190