Daniel Sabsay

Results 17 comments of Daniel Sabsay

I appreciate the clarification. From my perspective, this could be addressed by either documentation or by changing the UI display. Something like `Broken/Vulnerable in: foo, Fixed in: bar` would leave...

The solution I've arrived at is: * Create a custom controller that creates k8s Services for each Pod that is accessed directly via IP (e.g. ingesters, store-gateways, rulers, etc.). I...

Here is a filter I wrote in Lua. The `workloadSelector` selectively applies this filter to certain Pods. The outbound requests go to e.g. `service-per-pod-123-123-123-123.cortex.svc.cluster.local:9095`. Then you need to manually or...

More details on generating the DNS entries needed for the EnvoyFilter I shared: I created a `DecoratorController` with [metacontroller](https://metacontroller.github.io/metacontroller/intro.html) that applies to all Pods with a pre-defined label. The `DecoratorController`...

I dug into this and discovered what is happening. When the extensions "Site access" mode is set to "On click" or "On specific sites", you still need to give it...

@CharlieTLe The last time that one failed was 3 months ago it looks like. I just updated the table with the latest data.

I looked at all failures of this test on `master` in the last month. 1 looked like a resource issue on CI workers. For the rest, I recorded the failing...

I reproduced this in a standalone prometheus server with one of the queries above. Setting a fixed end time and clicking "Execute" multiple times (while changing nothing else) yields different...

I managed to reduce the suspect query to this: `topk(3, sgn({__name__="prometheus_tsdb_compaction_chunk_samples_bucket"}))` The above expression when used in a range query (via /api/v1/query_range) with fixed start/end/step returns different results almost every...

There are two separate getting started demos: one with Docker Compose (single binary cortex) and another with Helm/Kind (microservices mode). We may need to verify the grafanas are configured correctly...