deadtrickster / prometheus-phoenix

Prometheus.io Phoenix instrumenter
71 stars 20 forks source link

Does the latest prometheus-phoenix 1.3.0 support phoenix 1.6.x? #20

Open jameszhujian opened 2 years ago

jameszhujian commented 2 years ago

Hi there, We're using the following stack:

      {:phoenix, "~> 1.6.6"},
      {:phoenix_html, "~> 3.0"},
      {:phoenix_live_view, "~> 0.17.5"},
      {:phoenix_live_dashboard, "~> 0.6"},
      {:prometheus, "~> 4.8.2"},
      {:prometheus_ex, "~> 3.0.5"},
      {:prometheus_phoenix, "~> 1.3.0"},
      {:prometheus_plugs, "~> 1.1.5"},

And the phoenix instrumenter doesn't get triggered. Could you confirm that the latest prometheus_phoenix supports phoenix 1.6.x?