envoyproxy/envoy

Exposing Wasm VM state in a health check endpoint

开放

#34,881 创建于 2024年6月25日

 (3 条评论) (2 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/wasmhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Title: Exposing Wasm VM state in a health check endpoint

Description: Any unrecoverable error in the Wasm VM will panic it, and all coming requests will get 503. Users have to reload the wasm filter or restart the envoy process to eliminate the issue.

I didn't find any specific mechanism/API from Envoy documents that can help users identify the status of the Wasm VM. This is useful for building a liveness probe to have the envoy process restart without any human interaction.

Thank you!

贡献者指南