Alex R

Results 48 comments of Alex R

Unfortunately this only works for case one tab has been opened and then closed. `visibleTextEditors[]` are not all opened tabs, but only visible (usually just current one) https://github.com/Microsoft/vscode/issues/15178 So, any...

But why then call GK "more flexible than PSP"? I understand that it could create a way to "shoot yourself in the foot" for users who do not understand what...

Another thing you can do, is to check that at least one prefix conform your rule: ``` location: "spec.containers[name:*].securityContext.runAsNonRoot" parameters: pathTests: - subPath: "spec.containers[name:*].securityContext.runAsUser" condition: MustNotExist - subPath: "spec.containers[name:*].securityContext.runAsNonRoot" condition:...

This exported does not support Custom Queries (very unfortunate) Probably you will get more help by filing the issue at https://github.com/percona/mysqld_exporter

Unfortunately reality is more complicated than expectations. As we know already, there are many systems avoiding log4shell by not updating from v1 ;) Also there are many vendor systems that...

This is really a show stopper in upgrading to grafana v9, for users of multitenant loki! > How to support this for core/builtin plugins - probably the easiest part. The...

> We recently changed the Loki datasource to forward headers properly from Grafana. > I'm curious as to whether this is sufficient enough for Loki users? I've tested `Version 9.3.0-85538pre...

> What do you mean exactly by: > Thanos receive is already able to upload old data so S3 Sorry, I've meant such errors after thanos-receive is down for some...

> I still think that this is really addressing a symptom rather than the root of the issue. Unfortunately even with default `tsdb.block-duration=2h` on thanos-receive side remote-write scheme is unable...

Thank you for such an important information! I believe this should be mentioned in docs. I'm confirming that setting `--storage.tsdb.min-block-duration=15m --storage.tsdb.max-block-duration=15m` on prometheus side make the data acceptable by thanos-receive....