Skip to content

Commit

Permalink
Merge pull request #105 from mathiaHT/feat/activate_metrics
Browse files Browse the repository at this point in the history
fix: setup metric controller
  • Loading branch information
MarcAntoine-Arnaud authored Mar 9, 2021
2 parents b789d0e + 9f168e3 commit aa07fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/step_flow/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule StepFlow.Application do

# Start prometheus exporter and instrumenters
if StepFlow.Configuration.metrics_enabled?() do
PrometheusExporter.setup()
StepFlow.MetricController.setup()
WorkflowInstrumenter.setup()
end

Expand Down

0 comments on commit aa07fb2

Please sign in to comment.