You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporter always returns the old value of the removed channel, just restart of exporter fixes this.
To reproduce:
Start NSQ and create a topic with few channels and add a few messages to that topic.
Start exporter and check what stats it returns.
Remove one of the channels and then check again what stats exporter returns.
You will see, that it still returns that remove channel with old depth.
The text was updated successfully, but these errors were encountered:
Exporter always returns the old value of the removed channel, just restart of exporter fixes this.
To reproduce:
Start NSQ and create a topic with few channels and add a few messages to that topic.
Start exporter and check what stats it returns.
Remove one of the channels and then check again what stats exporter returns.
You will see, that it still returns that remove channel with old depth.
The text was updated successfully, but these errors were encountered: