envoyproxy/envoy

Exposing Wasm VM state in a health check endpoint

Aperta

#34.881 aperta il 25 giu 2024

 (3 commenti) (2 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/wasmhelp wanted

Metriche repository

Star
 (27.997 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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!

Guida contributor