17 lines
519 B
Makefile
17 lines
519 B
Makefile
PROJECT = rabbitmq_shovel_prometheus
|
|
PROJECT_DESCRIPTION = Exposes rabbitmq_shovel metrics to Prometheus
|
|
PROJECT_MOD = rabbit_shovel_prometheus_app
|
|
|
|
define PROJECT_APP_EXTRA_KEYS
|
|
{broker_version_requirements, []}
|
|
endef
|
|
|
|
DEPS = rabbit_common rabbit rabbitmq_shovel rabbitmq_prometheus
|
|
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
|
|
|
|
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
|
|
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
|
|
|
include ../../rabbitmq-components.mk
|
|
include ../../erlang.mk
|