You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/05/06 08:32:18 UTC

[GitHub] [apisix] tzssangglass commented on issue #4160: bug: Seek help !Problems of Prometheus, This should be a bug, please fix it!!!

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:
users@infra.apache.org