prometheus-plugs
prometheus-plugs copied to clipboard
Prometheus.erl Elixir Plugs
Currently this can be set only during compilation, but then it is still handled on runtime. This prevents use cases like creating micro service but allowing end user to configure...
Related to deadtrickster/prometheus.ex#26
I've defined a module in our code that uses the `PlugPipelineInstrumenter`: ``` use Prometheus.PlugPipelineInstrumenter ``` But when I run dialyzer I get the following output for it: ``` [omitted]/pipeline_instrumenter.ex:4: The...
This should be really fast!
Hi! It seems like it needed to convert erlang native time units to common used time units. Thank you!