prometheus-plugs icon indicating copy to clipboard operation
prometheus-plugs copied to clipboard

Prometheus.erl Elixir Plugs

Results 15 prometheus-plugs issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

Hi! It seems like it needed to convert erlang native time units to common used time units. Thank you!