Kuadrant / wasm-shim

A Proxy-Wasm module allowing communication to Authorino and Limitador.
Apache License 2.0
5 stars 4 forks source link

Investigate adding and exporting metrics from a WASM module #6

Open maleck13 opened 2 years ago

maleck13 commented 2 years ago

In order to be able to observe what is happening at runtime via tools such as prometheus and grafana being able to expose some metrics around the WASM module would be useful. An example of this would be a counter that counts how often the module has been invoked for a particular host another would be to expose the number of failed requests etc

cc @rahulanand16nov

rahulanand16nov commented 2 years ago

EZ PZ 😎