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


   I reproduced it with the master branch and it didn't reproduce. Here is my 
configuration:
   
   ```
   {
       "plugins": {
           "prometheus": {},
           "http-logger": {
               "uri": "http://127.0.0.1:1982/hello";,
               "batch_max_size": 1,
               "max_retry_count": 1,
               "retry_delay": 2,
               "buffer_duration": 2,
               "inactive_timeout": 2
           }
       },
       "upstream": {
           "nodes": {
               "httpbin.org:80": 1
           },
           "type": "roundrobin"
       },
       "uri": "/*"
   }
   ```
   
   there is no `inconsistent labels count, expected 3, got 1` in error.log.
   
   Can you give a fully reproducible example?


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