Gerhard Lazu

Results 259 comments of Gerhard Lazu

TL;DR Restarting Fusion Tech Preview (I don't have any other Fusion installed) **and then restarting containerd** via `vctl system stop && vctl system start` fixed this issue for me. I'm...

We've just hit this with @carlhoerberg. We want the metrics exposed to set the `timestamp`, as captured in the [exposition formats doc](https://prometheus.io/docs/instrumenting/exposition_formats/#comments-help-text-and-type-information): ``` metric_name [ "{" label_name "=" `"` label_value...

This functionality does make sense for our use-case. Maybe we are doing it wrong. How would you recommend we do the following in Ruby? Given an internal telemetry system, we...

[This looks good](https://github.com/prometheus/influxdb_exporter/blob/master/main.go) @carlhoerberg

I'm thinking `--durable true`. I don't want to make this bigger than it needs to be, but it would make sense if this new flag applied to queues too. `--auto-delete...

The presence of the `--durable` flag will work too. My use-case is declaring and publishing into a durable exchange. As long as I can do that with PerfTest, I'm good....

If you are running RabbitMQ 3.8.0 or newer, this may help: https://www.rabbitmq.com/prometheus.html

As of 3.8.0, RabbitMQ ships a built-in `rabbitmq_prometheus` plugin, no extra plugins required: https://www.rabbitmq.com/prometheus.html

3.7.9.1 is incompatible with RabbitMQ 3.8.x, which makes it a great opportunity to contribute. It may be as simple as removing one of the `prometheus-4.3.0.ez` files, which means that the...

@pessoa does https://github.com/helm/charts/pull/18106 help? It requires you to deploy RabbitMQ via Helm, specifically `rabbitmq-ha`.