summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIPgrafana-dashboards-no-more-joinsAlexey Lebedeff2021-12-192-48/+74
|
* Re-export unchanged grafana dashboardAlexey Lebedeff2021-11-261-670/+579
| | | | | So that we can better see diffs for the upcoming edits, using the same grafan version.
* Merge pull request #3800 from tomyouyou/stop_statsMichael Klishin2021-11-251-0/+8
|\ | | | | To stop collect_statistics when rabbitmq_management_agent has been disabled
| * To stop collect_statistics when rabbitmq_management has been disabled.tomyouyou2021-11-251-0/+8
| | | | | | After stopping the 'rabbitmq_management', these statistics tables are still being refreshed.
* | Merge pull request #3746 from rabbitmq/lukebakken/gh-3729Michael Klishin2021-11-252-14/+75
|\ \ | |/ |/| Fix case where quorum queue consumer is cancelled while message is about to be delivered
| * quorum_queue_SUITE: bump some timeoutslukebakken/gh-3729Michael Klishin2021-11-241-5/+5
| |
| * quorum_queue_SUITE: drop a debug lineMichael Klishin2021-11-241-1/+0
| |
| * Fix quorum queue crash during consumer cancel with returnLuke Bakken2021-11-232-11/+73
| | | | | | | | Fixes #3729
* | Merge pull request #3798 from wrobell/rabbitmq-streams-doc-protocol-timestampMichael Klishin2021-11-241-2/+5
|\ \ | | | | | | Link to most recent description of Osiris chunk format
| * | Link to most recent description of Osiris chunk formatwrobell2021-11-241-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | The most recent description of Osiris chunk format does not reference the timestamp field to be "posix-ish" anymore. This was bit misleading as it is Erlang's system time. Add link to Erlang system time documentation to the subscription command description to avoid confusion about the timestamp field.
* | | Merge pull request #3779 from rabbitmq/vhost-exchange-countMichael Klishin2021-11-243-4/+152
|\ \ \ | |_|/ |/| | Add optional metrics for vhost and exchange count
| * | Use `rabbitmq_cluster_` prefix for cluster-wide metricsvhost-exchange-countAlexey Lebedeff2021-11-243-18/+20
| | |
| * | WordingMichael Klishin2021-11-241-2/+2
| | |
| * | WordingMichael Klishin2021-11-241-5/+4
| | |
| * | Add optional metrics for vhost and exchange countAlexey Lebedeff2021-11-243-2/+149
|/ / | | | | | | | | These can make sense in some scenarios, e.g. when vhost/exchanges are +created using self-service automation
* | Do not count unroutable message in global totalsMichael Klishin2021-11-232-2/+2
| |
* | Merge pull request #3708 from rabbitmq/filter-out-queues-from-global-statsMichael Klishin2021-11-236-44/+105
|\ \ | | | | | | Use a pattern to filter out some queues from global stats
| * | Compile the regexLuke Bakken2021-11-221-1/+2
| | |
| * | Use own key to exclude queuesdcorbacho2021-11-162-1/+3
| | |
| * | Exclude queues from aggregated metrics in prometheus collectordcorbacho2021-11-162-34/+77
| | | | | | | | | | | | Uses same exclusion pattern as the management agent
| * | Store collector pattern in process memorydcorbacho2021-11-151-18/+18
| | | | | | | | | | | | | | | | | | Avoids multiple calls to `application:get_env` which can be very expensive. Also limits filter to vhost_msg_stats, as queue_msg_stats are required for individual queue metrics
| * | Use a pattern to filter out some queues from global statsdcorbacho2021-11-123-5/+20
| | | | | | | | | | | | | | | | | | | | | Some plugins might create internal queues that should not be accounted for the total number of messages on the system. These can now be filtered out using a regular expression on the queue name. Individual queue stats are still available
* | | Merge pull request #3770 from easyteacher/systemd-hardeningMichael Klishin2021-11-191-0/+13
|\ \ \ | | | | | | | | Add systemd hardening parameters in rabbitmq-server.service.example
| * | | Add systemd hardening parameters in rabbitmq-server.service.exampleFushan Wen2021-11-191-0/+13
| | | | | | | | | | | | | | | | | | | | systemd offers various options to harden services. To see details please visit https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
* | | | 3.9.10 release notes wordingMichael Klishin2021-11-191-1/+1
| | | |
* | | | Merge pull request #3734 from rabbitmq/bump-rbe-24Philip Kuryloski2021-11-191-1/+1
|\ \ \ \ | | | | | | | | | | Adopt latest rabbitmq-server-buildenv:linux-erlang-24.1 for RBE
| * | | | Use latest rbe-erlang-platform/linux-erlang-24.1GitHub2021-11-191-1/+1
| |/ / / | | | | | | | | | | | | for remote build execution (RBE) with BuildBuddy
* | | | Merge pull request #3733 from rabbitmq/bump-rbe-23Philip Kuryloski2021-11-191-1/+1
|\ \ \ \ | |/ / / |/| | | Adopt latest rabbitmq-server-buildenv:linux-erlang-23.3 for RBE
| * | | Use latest rbe-erlang-platform/linux-erlang-23.3GitHub2021-11-191-1/+1
|/ / / | | | | | | | | | for remote build execution (RBE) with BuildBuddy
* | | Update 3.9.10 release notesMichael Klishin2021-11-191-1/+1
| | |
* | | Remove incorrect commentPhilip Kuryloski2021-11-181-2/+0
| | |
* | | Merge pull request #3763 from rabbitmq/pjk25/bazel-package-generic-unixPhilip Kuryloski2021-11-187-83/+419
|\ \ \ | | | | | | | | Add the bazel target :package-generic-unix
| * | | Add the bazel target :package-generic-unixpjk25/bazel-package-generic-unixPhilip Kuryloski2021-11-187-83/+419
|/ / / | | | | | | | | | Which can be used to build the artifact with bazel
* | | Merge pull request #3755 from rabbitmq/bump-bazel-erlangPhilip Kuryloski2021-11-181-1/+1
|\ \ \ | | | | | | | | Adopt latest bazel-erlang
| * | | Adopt latest bazel-erlangGitHub2021-11-181-1/+1
| | | | | | | | | | | | | | | | - bazel-erlang@5bf79d7fb9a2c8bf7bfb6a90f5104a10b5c9107b
* | | | Merge pull request #3752 from rabbitmq/stream-flakesMichael Klishin2021-11-181-3/+19
|\ \ \ \ | | | | | | | | | | Stream flake fixes
| * | | | Stream coordinator: only initialise queue record if stream id matchesstream-flakesKarl Nilsson2021-11-171-3/+19
| | | | |
* | | | | Resolve 3.8 release note conflictsMichael Klishin2021-11-182-13/+19
| | | | |
* | | | | 3.8.26 release notesMichael Klishin2021-11-182-0/+62
| | | | | | | | | | | | | | | | | | | | (cherry picked from commit 77d8b6a9e8da5fe7b5eb3ab7f2c3b38fc391abff)
* | | | | Initial 3.8.25 release notesMichael Klishin2021-11-182-0/+72
| | | | |
* | | | | Merge pull request #3759 from rabbitmq/oauth2-config-fixMichael Klishin2021-11-182-4/+4
|\ \ \ \ \ | |_|/ / / |/| | | | Fix rabbitmq.conf translation rule for OAuth2 signing keys
| * | | | Fix cuttlefish config for oauth2Michal Kuratczyk2021-11-182-4/+4
|/ / / / | | | | | | | | | | | | | | | | The structure of the signing_keys map should be `<<"id">> => {pem, <<"key">>}`. Previously it was mapped directly as `<<"id">> => <<"key">>`.
* | | | Fixup update-rbe-images workflowPhilip Kuryloski2021-11-171-1/+1
| | | |
* | | | Initial 3.9.10 release notesMichael Klishin2021-11-171-0/+46
|/ / /
* | | Stream coordinator: log member deletionsKarl Nilsson2021-11-171-0/+2
| | |
* | | Apply changes from #3748 to remaining workflowsPhilip Kuryloski2021-11-173-0/+9
| | |
* | | Merge pull request #3748 from siggisim/fix-keepalivesPhilip Kuryloski2021-11-172-0/+2
|\ \ \ | | | | | | | | Further tweaks to GitHub Actions networking keep-alive
| * | | Further keepalive networking tweaksSiggi Simonarson2021-11-162-0/+2
|/ / /
* | | Merge pull request #3740 from rabbitmq/rabbitmq-server-3739Luke Bakken2021-11-162-1/+54
|\ \ \ | | | | | | | | Distribution listener settings support in rabbitmq.conf
| * | | Distribution listener settings support in rabbitmq.confMichael Klishin2021-11-162-1/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * distribution.listener.interface * distribution.listener.port_range.min * distribution.listener.port_range.max Closes #3739