liangbeirong-byron commented on issue #13877:
URL: https://github.com/apache/apisix/issues/13877#issuecomment-5420576430
@janiussyafiq Hello,I restarted the apisix pod and sent a new request, but
the tag still exists.
```
kubectl get pod
NAME READY STATUS RESTARTS
AGE
apisix-6ccfcf5579-w9jnx 1/1 Running 0
48s
apisix-etcd-0 1/1 Running 0
70d
apisix-etcd-1 1/1 Running 0
113d
apisix-etcd-2 1/1 Running 0
148d
apisix-etcd-pre-upgrade-tsxfk 0/1 Completed 0
15h
apisix-ingress-controller-6f7f67c9d-qwcsb 2/2 Running 0
17h
kubectl run -it curl-shell --image=curlimages/curl --restart=Never
--rm -- sh
If you don't see a command prompt, try pressing enter.
~ $ curl
http://apisix-prometheus-metrics.apisix.svc.cluster.local:9091/apisix/prometheus/metrics
| grep apisix_http_status
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left Speed
100 5350 0 5350 0 0 14816 0 0
kubectl exec -it curl-shell -- sh
~ $ curl
http://apisix-prometheus-metrics.apisix.svc.cluster.local:9091/apisix/prometheus/metrics
| grep apisix_http_status
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left Speed
100 11480 0 11480 # HELP apisix_http_status HTTP status codes per
service in APISIX
# TYPE apisix_http_status counter
0apisix_http_status{code="200",route="11111",matched_uri="/*",matched_host="1111",service="1111",consumer="",node="10.2.4.14",request_type="traditional_http",request_llm_model="",llm_model="",response_source="upstream"}
69
```
--
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]