tzssangglass commented on issue #4160:
URL: https://github.com/apache/apisix/issues/4160#issuecomment-833340213


   my reproduction process
   1. start apisix 2.4
   2. add route
   ```json
   {
       "update_time": 1619936610,
       "uri": "/hello",
       "create_time": 1619936610,
       "id": "1",
       "status": 1,
       "upstream": {
           "type": "roundrobin",
           "nodes": {
               "127.0.0.1:1980": 1
           },
           "scheme": "http",
           "hash_on": "vars",
           "pass_host": "pass"
       },
       "priority": 0
   }
   ```
   3. `curl -i http://127.0.0.1:9080/apisix/prometheus/metrics`
   
   `item.modifiedIndex` is a number type value.
   
   what did you do to cause `item.modifiedIndex` to become a string type value?
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to