Joey
11/24/2023, 5:10 PMsashayakovtseva_46690
11/27/2023, 8:38 AMsum(spicedb_datastore_query_latency_count{operation="QueryRelationships"})
is incremented -> we actually issued datastore query -> we acquired and then returned connection from/to the pool. so I assume the above sum should be equal to (or at least be close to, taking into account other db operation) sum(pgxpool_acquire_count)
. but with my local docker-compose installation I get like x3.3 difference (with sum(pgxpool_acquire_count)
being smaller).sashayakovtseva_46690
11/28/2023, 11:52 AMsashayakovtseva_46690
11/28/2023, 1:42 PMsashayakovtseva_46690
11/28/2023, 2:54 PM