deadtrickster / prometheus.erl

Prometheus.io client in Erlang
MIT License
341 stars 117 forks source link

Add required fields to `quantile_estimator` to fix dialyzer warnings. #129

Closed hairyhum closed 3 years ago

hairyhum commented 3 years ago

The fields are always overridden by the compress function anyway.

Fixes #127