istio-ecosystem / wasm-extensions

Contains miscellaneous Wasm extensions for Istio
Apache License 2.0
107 stars 34 forks source link

Add a telemetry extension #15

Open bianpengyuan opened 3 years ago

bianpengyuan commented 3 years ago

This is to track adding a telemetry extension, which extracts some request attributes and make a log HTTP call to an external telemetry service. The goal of this extension is to demonstrate telemetry use case with Wasm extension. The extension should have unit test coverage, integration test coverage, and guide on how to customize for bespoke needs.