Alexander Koutmos

Results 47 comments of Alexander Koutmos

Thanks for the contribution! Really appreciate it :). I'll take a look some time this week and merge this one in as well as cut a new release!

Thanks for opening up this issue. I'll have to take a look at what has changed in Elixir 1.12 that would have caused this. Looking through the Elixir source code...

That's great to hear! Still kinda concerning that I wasn't able to find a root cause for 1.12 though...

I'll take a look at this later in the week. I noticed this as well over the past couple PRs

In order to support more protocols (and not take on that support burden in litestream itself), perhaps litestream instead allows for its configuration to be passed in via STDIN? ```terminal...

Thanks for the quick reply! The two libraries have two very different design philosophies behind them, so I don't think library consolidation is necessarily an option. But totally understandable that...

I maintain an Elixir library that I use to conditionally execute Plugs at runtime: https://github.com/akoutmos/unplug We wrote our own predicate for Unplug and then just conditionally execute the `PlugExporter` at...

For if anyone else comes across this issue, I changed my config as follows: ```elixir config :prometheus, SampleApp.PhoenixInstrumenter, controller_call_labels: [:controller, :action], channel_join_labels: [:channel, :topic, :transport] ```

I would actually prefer the first version over the second as the second one leaks the internal implementation of the library to the user. What GenServers are started under the...

Does the datasource name configured in the PromEx module align with the name of the datasource in Grafana?