Miles Sorlie
Miles Sorlie
Updated. How does that look?
@jtrh getting the same error as you while doing `docker-compose build`. I tried prefixing it with `CLOUDSDK_PYTHON=$(which python3)` didn't work either, same error. System info: ``` $ gcloud -v Google...
I ran into this issue, but I was streaming the file, so I could use the `:trim_bom` option and it was fine. You could also write your own bom trimming...
I was bit pretty severely by this bug a couple days ago. Had to disable pooling entirely. Is there a release coming coming out that contains the fix?
I have code in my system using hackney that calls 3rd party services to get data. I saw the `:checkout_timeout` error explode, added some metrics to monitor the `in_use` value...
Oh, ok. We may have some locations where we are not reading the body. Would you be able to point me to the right location in the documentation that says...
I see the same thing... shouldn't the diff take into account the duration_unit? Looking at https://github.com/deadtrickster/prometheus-plugs/blob/72fa654abd1222ee298e13051035d874fcaa1adf/lib/prometheus/plug_pipeline_instrumenter.ex#L150-L151 Shouldn't that instead be ```elixir diff = :erlang.convert_time_unit(stop - start, :native, duration_unit) ```
Also running into this issue
Bump on this, would be great to merge... :pray:
Thanks @deadtrickster !