Add metrics stub

This commit is contained in:
2023-08-04 07:35:55 +02:00
parent de26ebc76f
commit da7c801c02
3 changed files with 53 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ defmodule KafkaexLagExporter.PromEx do
[
# PromEx built in plugins
Plugins.Application,
Plugins.Beam
Plugins.Beam,
# {Plugins.Phoenix, router: KafkaexLagExporterWeb.Router, endpoint: KafkaexLagExporterWeb.Endpoint},
# Plugins.Ecto,
# Plugins.Oban,
@@ -70,7 +70,7 @@ defmodule KafkaexLagExporter.PromEx do
# Plugins.Broadway,
# Add your own PromEx metrics plugins
# KafkaexLagExporter.Users.PromExPlugin
KafkaexLagExporter.Metrics
]
end
end