Evgeny
Evgeny
This issue was mentioned #2399 I just figured out that this is gonna be a simple PR
This change adds limits metrics for each tenant: ``` curl -s localhost:9180/metrics | grep openstack_nova_quota # HELP openstack_nova_quota_cores quota_cores # TYPE openstack_nova_quota_cores gauge openstack_nova_quota_cores{tenant="admin",type="in_use"} 54 openstack_nova_quota_cores{tenant="admin",type="limit"} 614 openstack_nova_quota_cores{tenant="admin",type="reserved"} 0 #...
Hi guys. Odyssey doesn't seem to support copy command. Is it known? Are there any plans? Is it a bug? against postgres directly: ``` $ for i in {1..1000}; do...
Authorisation is failing if multiple users are trying to connect with auth_query. ``` for u in canary_{ro,rw,adm} do for host in 127.0.0.1 $(hostname) do psql -p 5432 -U $u -h...
Привет не могу понять что я делаю не так. ``` ➤ 2023-10-31 11:02 AM EDT /odyssey_console => show server_prep_stmts; SSL SYSCALL error: EOF detected The connection to the server was...
### Describe the bug I'm running all nodes with v1.97.1 and this version got issues with autodiscovery. 1.101.0 got issues too. 1.98 seems to work so far. I can see...
This change adds limits metrics for each tenant: ```shell curl -s localhost:9180/metrics | grep openstack_nova_quota # HELP openstack_nova_quota_cores quota_cores # TYPE openstack_nova_quota_cores gauge openstack_nova_quota_cores{tenant="admin",type="in_use"} 54 openstack_nova_quota_cores{tenant="admin",type="limit"} 614 openstack_nova_quota_cores{tenant="admin",type="reserved"} 0 #...
vmstorage stop saving any metrics for the whole cluster if one instance cannot write to the disk.
### Describe the bug My cluster consists of bare-metal servers with 10 nodes for insert operations, around 20 storage nodes, and a Prometheus instance that uses remote_write to vminsert through...
### Describe Your Changes see #6801 for additional details ### Checklist The following checks are **mandatory**: - [x] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/).