Adam Lindberg
Adam Lindberg
[`prometheus_buckets`](https://github.com/deadtrickster/prometheus.erl/blob/master/doc/prometheus_buckets.md) documents some useful functions (`exponential/3`, `linear/3` etc.) that are not available because they are only exported when `TEST` is defined: https://github.com/deadtrickster/prometheus.erl/blob/master/src/prometheus_buckets.erl#L11-L15 That makes them impossible to use in production...
I'm super confused regarding float vs integer values. The [Prometheus documentation itself](https://prometheus.io/docs/practices/naming/) recommends using the base unit `seconds` for duration (i.e. _not_ `milliseconds` for example). When recording duration histogram values...
**Base branch:** [sylane/igrisp](https://github.com/grisp/grisp/tree/sylane/igrisp) (This branch should be merged first, then this branch rebased on the new `master`) ## Features This draft PR contains the following features (in commit order). All...
We've found that the suggested multi-stage Dockerfile has problems when it comes to multi-architecture builds. The book suggest to use cache mounts with the attribute `sharing=locked` (which to my understanding...
When reading with a proper UUID: ```erl 1> epgsql:equery(Conn, "SELECT * FROM mytable WHERE id = $1", []). {ok,[{column,,uuid,2950,16,-1,1,36984,1}, {column,,timestamptz,1184,8,-1,1,36984,7}, {column,,timestamptz,1184,8,-1,1,36984,8}], []} ``` When reading with some other binary: ```erl...
I have the following code: ```erl EPGSQLOpts = #{ reraise => false, ensure_committed => true, begin_opts => "READ ONLY" }, epgsql:with_transaction(Conn, Fun, EPGSQLOpts) ``` It seems that when `ensure_commited` is...
Is there any way to achieve a max connection lifetime in the pool, even for active connections? We're running this in a network with firewalls that kills connections after 1...
There are features on `master` like `pooler:pool_reconfigure/2` that are not in any release. Will there be a new version soon?
I get this function clause: ``` =ERROR REPORT==== 17-Sep-2010::11:58:04 === Error in process on node 'entop@kaze' with exit value: {function_clause,[{proplists,get_value,3},{inet,gethostname,0}]} ``` When connected to a node that is spawning a...
**Is your feature suggestion related to a problem? Please describe.** Whenever the click labels ("link hints") are shown, they get assigned random letters characters from the _Label characters_ "pool". This...