Open marcinpm opened 5 years ago
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:
Thoughts?
Also just noticed we have "Queue metrics not available" for Logstash pipeline monitoring. So what is needed to make the queue metric availbale in Logstash monitoring UI? it is not clear at all when reading through https://www.elastic.co/guide/en/logstash/current/logstash-pipeline-viewer.html
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?~