Witold Baryluk

Results 139 comments of Witold Baryluk

> I can't find the GIT SHA you provided in etcd-io/etcd git log tree. Is the etcd contains your custom commits? No custom commits by me. This is the etcd...

> We have already bumpped the otel to 1.0.1 in #14312. @baryluk Could you please double check whether you can still see this issue? thx Sure, I can try on...

This would be super useful. Right now we need to specify a lot of decorators to provide similar functionality, because very often our arguments looks like integers, and they are...

As a workaround: ```python3 ... if yAxes.left.min is not None: kwargs.setdefault("extraJson", {}).setdefault("fieldConfig", {}).setdefault("defaults", {})["min"] = yAxes.left.min if yAxes.left.max is not None: kwargs.setdefault("extraJson", {}).setdefault("fieldConfig", {}).setdefault("defaults", {})["max"] = yAxes.left.max ... ```

I would also like to have this. The default value is extremely low, causing a really slow listing. It is slow on low latency links (200ms). We have 20k assets,...

I am noticing the same issues on single instance AM (version 0.23.0) ``` alertmanager_cluster_alive_messages_total{peer="01FKNQEQMADHPQF9HNAWV169DP"} 1 alertmanager_cluster_enabled 1 alertmanager_cluster_failed_peers 0 alertmanager_cluster_health_score 0 alertmanager_cluster_members 1 alertmanager_cluster_messages_pruned_total 973 alertmanager_cluster_messages_queued 4100 alertmanager_cluster_messages_received_size_total{msg_type="full_state"} 0 alertmanager_cluster_messages_received_size_total{msg_type="update"}...

Dynamic hosts via a file (similar to file_sd in prometheus) would be great, that is: ``` - targets: - foo - bar labels: xyz: fooish smokeping_options: protocol: icmp ... ```...

> > Of course the tricky part is to persist the counter values for the existing targets, > > It's highly unlikely I will implement any kind of persistence. The...

FYI. I tried yesterday Debian installer for bullseye alpha3, https://cdimage.debian.org/cdimage/bullseye_di_alpha3/arm64/iso-dvd/debian-bullseye-DI-alpha3-arm64-DVD-1.iso specifically, with RPi4 UEFI 1.22 on RPi 4 8GB, and the installation was by default graphical (I mean "not over...

I just done some extra googling, and on fedora-arm - https://www.spinics.net/linux/fedora/fedora-arm/msg13686.html - one user has same issue with Fedora kernel 5.10.7. He says that booting without UEFI with pi-specific dt...