Skip to content

Commit

Permalink
docs(metrics) prefix difference between Envoy and ngx_wasm_module
Browse files Browse the repository at this point in the history
  • Loading branch information
casimiro committed Aug 12, 2024
1 parent 0968934 commit 9e2477a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/PROXY_WASM.md
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,11 @@ payloads.
eviction mechanism when the allocated memory slab is full:
- `proxy_enqueue_shared_queue`

5. In ngx_wasm_module, metric names are prefixed with `pw.filter_name.`, where
`filter_name` represents the name assigned to the filter in which the metric
is defined.
In Envoy, however, metric names are prefixed with `wasmcustom.`.

Future ngx_wasm_module and WasmX work will be aimed at lifting these
limitations when possible and increasing overall surface support for the
Proxy-Wasm SDK.
Expand Down

0 comments on commit 9e2477a

Please sign in to comment.