liangbeirong-byron opened a new issue, #13877:
URL: https://github.com/apache/apisix/issues/13877
### Description
# 1. helm values (Try disabling node tags)
```
plugins:
- prometheus
# -- Customize the list of APISIX stream_plugins to enable. By default,
APISIX's [default
stream_plugins](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L294)
are automatically used.
stream_plugins: []
# -- Set APISIX plugin attributes. By default, APISIX's
[plugin_attr](https://github.com/apache/apisix/blob/master/apisix/cli/config.lua#L295)
are automatically used.
# See [configuration
example](https://github.com/apache/apisix/blob/master/conf/config.yaml.example#L591).
pluginAttrs:
prometheus:
prefer_name: true
default_buckets:
- 10
- 50
- 100
- 500
- 1000
metrics:
http_status:
labels:
- code
- route
- service
- consumer
- response_source
```
# 2. not working well,the node tag still exists
<img width="3105" height="197" alt="Image"
src="https://github.com/user-attachments/assets/634cee8c-2e1a-4e5c-8bfa-b0304c8b1997"
/>
# 3. helm chart version
```
helm list
NAME NAMESPACE REVISION UPDATED
STATUS CHART APP VERSION
apisix apisix 29 2026-08-25 13:02:17.156271528 +0000
UTC deployed apisix-2.17.0 3.18.0
```
### Environment
- APISIX version (run `apisix version`): 3.18.0
- Operating system (run `uname -a`): Linux apisix-6dc56c5fc-cbd78
6.1.0-47-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.170-3 (2026-05-08)
x86_64 x86_64 x86_64 GNU/Linux
- OpenResty / Nginx version (run `openresty -V` or `nginx -V`): nginx
version: openresty/1.29.2.4
- etcd version, if relevant (run `curl
http://127.0.0.1:9090/v1/server_info`): bitnamilegacy/etcd:latest
- APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run `luarocks --version`):
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]