You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
From the docs about PromEx.Plugins.Ecto it is unclear what is the type of the metric_prefix argument. The naive assumption is that it is a binary (or String), but looking at the code, it assumes a list of atoms is passed:
Is your feature request related to a problem? Please describe.
From the docs about PromEx.Plugins.Ecto it is unclear what is the type of the
metric_prefix
argument. The naive assumption is that it is abinary
(orString
), but looking at the code, it assumes a list of atoms is passed:prom_ex/lib/prom_ex/plugins/ecto.ex
Line 92 in d769563
This is unclear behaviour that isn't documented or handled gracefully:
Describe the solution you would like to see
How would you expect this feature to work
A description of a possible API, behaviour, modules, etc.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: