From 2301ed05ee79ee86c58a69eb4071d84702315f91 Mon Sep 17 00:00:00 2001 From: Icarus Wu Date: Thu, 6 Aug 2026 14:08:12 +0800 Subject: [PATCH] feat(gateway): Add metrics PDK functions for sandbox Signed-off-by: Icarus Wu --- app/gateway/sandboxing.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/gateway/sandboxing.md b/app/gateway/sandboxing.md index 877d72f0654..bbc4ff6d854 100644 --- a/app/gateway/sandboxing.md +++ b/app/gateway/sandboxing.md @@ -304,6 +304,15 @@ kong.tracing.set_should_sample kong.tracing.start_span ``` +#### Kong Metrics PDK + +``` +kong.metrics.counter +kong.metrics.gauge +kong.metrics.histogram +kong.metrics.VALUE_TYPE +``` + #### Nginx Constants ``` ngx.AGAIN ngx.ALERT