envoyproxy/envoy

Exposing Wasm VM state in a health check endpoint

Open

#34,881 建立於 2024年6月25日

在 GitHub 查看
 (3 留言) (2 反應) (0 負責人)C++ (5,373 fork)batch import
area/wasmhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 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!

貢獻者指南