This is an automated email from the ASF dual-hosted git repository.
traky pushed a commit to branch fix-3140-release
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/fix-3140-release by this push:
new 1b7f519ca54 remove response_status
1b7f519ca54 is described below
commit 1b7f519ca546976d703278656ec5189c1956a4be
Author: Traky Deng <[email protected]>
AuthorDate: Wed Oct 15 18:02:35 2025 +0800
remove response_status
---
blog/en/blog/2025/10/10/release-apache-apisix-3.14.0.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/blog/en/blog/2025/10/10/release-apache-apisix-3.14.0.md
b/blog/en/blog/2025/10/10/release-apache-apisix-3.14.0.md
index 14633781b56..63d49b257cf 100644
--- a/blog/en/blog/2025/10/10/release-apache-apisix-3.14.0.md
+++ b/blog/en/blog/2025/10/10/release-apache-apisix-3.14.0.md
@@ -161,7 +161,6 @@ For more information, see [PR
#12465](https://github.com/apache/apisix/pull/1246
The `datadog` plugin now provides enhanced metrics and tags to support a wider
range of observability needs. This update introduces several new tags:
-* `response_status`: The HTTP response status code (e.g., "200", "404", "503").
* `response_status_class`: The class of the HTTP response status code (e.g.,
"2xx", "4xx", "5xx").
* `path`: The HTTP path pattern, available only if the `include_path`
attribute is set to `true`.
* `method`: The HTTP method, available only if the `include_method` attribute
is set to `true`.