pg-yang commented on PR #9725:
URL: https://github.com/apache/skywalking/pull/9725#issuecomment-1265142862

   ```
   # TYPE apisix_bandwidth counter
   
apisix_bandwidth{type="egress",route="routes#1",service="1",consumer="",node="172.18.0.3"}
 27379040
   
apisix_bandwidth{type="ingress",route="routes#1",service="1",consumer="",node="172.18.0.3"}
 12066880
   ```
   Metrics with empty  route/node means don't match any router/node
   
   
![image](https://user-images.githubusercontent.com/3917424/193535587-9cb1d4df-758b-4910-add3-3a273cce903e.png)
   
   Above metrics (in  service level ) only display metrics which mismatch 
route/node ,  also means these metrics would be empty if apisix always could 
find an appropriate upstream/node . We could put these metrics as error metrics 
, such as 404, 502(gateway level)
   
   Sorry 
   
   


-- 
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]

Reply via email to