burrow-stats icon indicating copy to clipboard operation
burrow-stats copied to clipboard

Consumer Lag and Partitons Lag do not display unless all consumers are running

Open petergdoyle opened this issue 7 years ago • 1 comments

Unless all specified consumers are running, the Consumers Lag and Partitions Lag view are not displaying anything? Status shows consumer groups that are currently active but unless they are all active/available nothing displays in the other two views.

configs.json:


{
  "consumers": [
{ "name": "splash_csv_console_listener_1", "status": "http://localhost:8000/v2/kafka/local/consumer/splash_csv_console_listener_1/status", "consumer_group_offset": "http://localhost:8000/v2/kafka/local/consumer/splash_csv_console_listener_1/topic/splash_csv", "topic_offset": "http://localhost:8000/v2/kafka/local/topic/splash_csv" }
,
{ "name": "splash_json_console_listener_1", "status": "http://localhost:8000/v2/kafka/local/consumer/splash_json_console_listener_1/status", "consumer_group_offset": "http://localhost:8000/v2/kafka/local/consumer/splash_json_console_listener_1/topic/splash_json", "topic_offset": "http://localhost:8000/v2/kafka/local/topic/splash_json" }
,
{ "name": "splash_csv_json_converter", "status": "http://localhost:8000/v2/kafka/local/consumer/splash_csv_json_converter/status", "consumer_group_offset": "http://localhost:8000/v2/kafka/local/consumer/splash_csv_json_converter/topic/splash_csv", "topic_offset": "http://localhost:8000/v2/kafka/local/topic/splash_csv" }
,
{ "name": "splash_json_couchbase_loader", "status": "http://localhost:8000/v2/kafka/local/consumer/splash_json_couchbase_loader/status", "consumer_group_offset": "http://localhost:8000/v2/kafka/local/consumer/splash_json_couchbase_loader/topic/splash_json", "topic_offset": "http://localhost:8000/v2/kafka/local/topic/splash_json" }
  ],
  "chartOptions": {
    "scaleOverride": false,
    "scaleFontSize": 14,
    "scaleSteps": null,
    "scaleStepWidth": null,
    "scaleStartValue": null
  },
  "burrowStatsOptions": {
    "pollInterval": 60,
    "cacheBinSize": 60
  }
}

petergdoyle avatar Aug 12 '16 04:08 petergdoyle