Mikael Pettersson

Results 11 comments of Mikael Pettersson

Since this was mentioned in one of our internal channels: 1. Logs using our private logging module (`klog`) could set `gl` to avoid the proxy. Alas much code has been...

I'm not an expert on Avro, but it looks like the producer wanted to produce that entity with a null namespace, but did so erroneously using `"null"` instead of an...

I think that ship has sailed. Also lots of people, ourselves included, do have a C++ compiler in their builders, so won't notice this regression. I think the cleanest way...

Looks to me like the function_clause is caused by the onwire field being empty. I assume that means the ACK is either premature or stale (old). I'm afraid I don't...

The crash reported in https://github.com/deadtrickster/prometheus.erl/issues/146 looks surprisingly similar to the one we get.

If I had a fix I would have submitted it by now. Our workaround was to ban any usage of `prometheus.erl`'s `quantile_summary` metrics. For now we use histograms where we...

I don't think `on_load/1` is intended to permit arbitrary Erlang code. Some years ago I mentioned using `on_load/1` to implement linking support for a statically strongly typed language compiled to...

Use dependency injection. Have measurement points invoke a local, "virtual", telemetry module. That module checks if a telemetry callback module has been registered in the environment: if it has, pass...

PRs welcome. We're unfortunately short on bandwidth for GH right now.