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/10/19 13:09:12 UTC

[GitHub] [apisix] tzssangglass commented on issue #5285: bug: prometheus error: inconsistent labels count, expected 3, got 1

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org