Yury Gargay

Results 20 issues of Yury Gargay

Fixes: - https://github.com/deadtrickster/prometheus.erl/issues/130

After updating prometheus.erl from 4.6.0 to 4.8.1 I noticed that `le` float counters are formatted using scientific notation. I think this maybe be related to changes done here https://github.com/deadtrickster/prometheus.erl/pull/121 ```...

`exometer_report` may be terminated by some reason and it also terminates all reporters. Should they be restarted together with `exometer_report` gen_server?

The reporter has `exometer_newentry/2` callback but doesn't have `exometer_deleteentry/2`. It would be useful to have a callback about deleting an entry. What do you think?

Because [here](https://github.com/Feuerlabs/exometer_core/blob/master/src/exometer_report.erl#L1451]) key is used without `retry_failed_metrics`

bug

- Update lager and meckfrom hex - Build on travis via rebar3 and mix - Run test on travis via rebar3 and send coverdata We don't run tests and send...

This PR adds two options for logging: 1) `logger_formatter`: `json | native` How to print request and response in logs. `json` by default 2) `hidden_params`: `[atom() | binary() | [atom()...

All services register with type __._tcp. (I replace / to _ in HANDLER_NAME) Clients browse this type via dnssd and use first available. If one service down then this one...

Right now, we only can have a client attached to one interface. See https://github.com/travelping/eradius/blob/master/src/eradius_client.erl#L269 It would be really useful (f.e. in case of router or proxy) to have an ability...

discussion :alarm_clock:

Diameter 2.1 has this option. The change log for OTP 20.1 says: ``` Add service option decode_format to allow incoming messages to be decoded into maps instead of records. ```...

discussion :alarm_clock: