Skip to content

Commit b220004

Browse files
committed
Remove rabbitmq_stream_prometheus plugin
All these metrics, except publishers & consumers, are handled by rabbitmq_global_metrics, so we currently have duplicates. As I started removing these, I realised that tests were written in Java - why not Erlang? - and they seemed way too complicated for what was needed. After the new rabbitmq_global_metrics, we are left with 2 metrics, and all the extra code simply doesn't justify them. I am proposing that we add them to rabbit_global_counters as gauges. Let's discuss @dcorbacho @acogoluegnes Signed-off-by: Gerhard Lazu <[email protected]>
1 parent 2c6c7c6 commit b220004

25 files changed

+0
-2274
lines changed

BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ ALL_PLUGINS = [
7777
"//deps/rabbitmq_stomp:bazel_erlang_lib",
7878
"//deps/rabbitmq_stream:bazel_erlang_lib",
7979
"//deps/rabbitmq_stream_management:bazel_erlang_lib",
80-
"//deps/rabbitmq_stream_prometheus:bazel_erlang_lib",
8180
"//deps/rabbitmq_top:bazel_erlang_lib",
8281
"//deps/rabbitmq_tracing:bazel_erlang_lib",
8382
"//deps/rabbitmq_trust_store:bazel_erlang_lib",

deps/rabbitmq_stream_prometheus/.gitignore

Lines changed: 0 additions & 56 deletions
This file was deleted.

deps/rabbitmq_stream_prometheus/BUILD.bazel

Lines changed: 0 additions & 55 deletions
This file was deleted.

deps/rabbitmq_stream_prometheus/LICENSE

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)