Razvan Grigore

Results 171 comments of Razvan Grigore

You probably need to run [kube-state-metrics-config](https://github.com/fluxcd/flux2-monitoring-example/blob/main/monitoring/controllers/kube-prometheus-stack/kube-state-metrics-config.yaml). I'm also here to add that those metrics (reconciliation status of all resources) should probably be exposed by default. Also, not everybody needs grafana,...

Cool, I'll join next Wednesday! Just for reference, I will share here my pain-points, maybe those can serve as Agenda for discussions. - I installed Kibana+Prometheus seamless with 1-click deployment...

Can we please revive this? I'm interested for my project and want to contribute back, maybe we can get to PR-level-quality, whatever that mean. @jakebierman fixed some of the limitations...

I read the blog post and this looks very promising. One question tho, from our use-case: can we debug the `mqtt` and `web-mqtt` traffic in the same way? Thank you!...

I also get into this error, RabbitMQ 3.13.2, cluster with 3 nodes. While looking into the source code of the plugin, the [line 18](https://github.com/rabbitmq/rabbitmq-server/blob/f5cb65b5d14a6450f7b89e28d216ca21a407838c/deps/rabbitmq_tracing/src/rabbit_tracing_files.erl#L18) where the error is triggered: ```...

I fixed it by using this in my chart values: ``` advancedConfiguration: |- [ {rabbitmq_tracing, [ {directory, "/opt/bitnami/rabbitmq/.rabbitmq/traces"}, {username, }, {password, } ]} ]. ``` For some reason, the new...

We are also interested in passing the OCPP 1.6 Security tests, did some small backporting so tests pass and will come back with a PR + tests. But.. we would...

Indeed, and that proposal was already accepted: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Functions_and_classes_available_to_workers#web_apis_available_in_workers

Looks great! I will test it with our devices too. BTW: why only dedicated workers and not shared ones as well? Thank you for the quick reaction!

![Screenshot 2024-09-26 095954](https://github.com/user-attachments/assets/c19d025e-620c-4c5d-9779-9815b9924b1b) I can confirm it is working beautifully! Thank you for the quick reaction! PS: we should update the list of APIs available in workers here: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Functions_and_classes_available_to_workers#web_apis_available_in_workers