Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove prometeus plugin from roadmap #159

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/docs/introduction/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,6 @@ memory, large volume of pending work, etc.). In turn, they will start
throttling producer applications which are producing messages at a higher rate than normal
and/or have a lot of pending (unacknowledged) messages piled up in the brokers.

### Prometheus Metrics Plugin
{: .no_toc }

BlazingMQ uses an internal system for collecting, monitoring, and alerting on
metrics, which is not released externally. While the logic to collect and
report metrics from BlazingMQ is pluggable and anyone can implement their own
plug-in, an out-of-the-box plug-in which can work with an industry standard
monitoring system like Prometheus will be provided and published as open
source.

### Stuck Consumer Detection
{: .no_toc }

Expand Down
Loading