Logstash: [UI] [Monitoring] Queue metrics in Pipeline Viewer UI - more info required

Created on 20 Feb 2019  路  3Comments  路  Source: elastic/logstash

The documentation of the Pipeline Viewer UI has a picture of Queue section and it says Queue metrics not available. However, the documentation doesn't say anything about the Queue itself, let alone about the process of enabling it.
~Perhaps we could add more information that this gets populated when the Persistent Queue is turned on and that's not the in memory queue?~

docs enhancement monitoring

Most helpful comment

It seems like there's further context to this one. At the moment there is no way to enable the queue monitoring in the UI. The message Queue metrics not available is hard-coded and this functionality is not implemented yet. Here is the respective part of the code.
I believe this should highlighted in the documentation as it may mislead the users.
The related ER is here.

All 3 comments

cc @karenzone

It seems like there's further context to this one. At the moment there is no way to enable the queue monitoring in the UI. The message Queue metrics not available is hard-coded and this functionality is not implemented yet. Here is the respective part of the code.
I believe this should highlighted in the documentation as it may mislead the users.
The related ER is here.

I agree that the current state is misleading users. So what I think should happen is:

  • [ ] Decide whether to remove the 'queue' section altogether or change the message to be less ambiguous
  • [ ] Update the documentation to reflect that
  • [ ] Provide queue metrics in the future.

Thoughts?

Was this page helpful?
0 / 5 - 0 ratings