Search code examples
sentryactivemq-artemis

Plug Sentry on ActiveMQ Artemis


I want to show the metrics of ActiveMQ(messages arriving in the EXPIRY_QUEUE and DL_QUEUE) on Sentry and generate the Alerts using Sentry.

Kindly suggest any option to scrape the ActiveMQ metrics in Sentry.


Solution

  • As the documentation notes:

    Apache ActiveMQ Artemis can export metrics to a variety of monitoring systems via the Micrometer vendor-neutral application metrics facade.

    However, the Micrometer website does not list Sentry as a supported integration. I'm not familiar with Sentry, but if it can deal with formats from other platforms (e.g. Prometheus) then you could make it work. Otherwise you'll likely have to write your own plugin.