João Henri
João Henri
### 1. Why is this pull request needed and what does it do? This PR adds support for QUIC proxying in CoreDNS ### 2. Which issues (if any) are related?...
### What kind of issue is this? /kind feature ### Current behaviour A working version of ClusterIP is currently implemented in the eBPF backend that performs operations on the `cgroup/connect4`...
TODOs: - [ ] Service maps - [ ] Figure out data-prepper to OpenSearch authentication - [x] Setup ClusterID processor pipeline - [x] Batch and memory limiter processor for trace...
We already have traces indexed in OpenSearch. Now, we need to enable [Trace Analytics](https://opensearch.org/docs/2.11/observing-your-data/trace/index/) to visualize that data.
The following log can be found in the aggregator log after updating its modules to 0.85: ``` 2023-09-20T18:46:15.569Z warn internal/transaction.go:123 Failed to scrape Prometheus endpoint {"kind": "receiver", "name": "prometheus/discovered", "data_type":...
We have implemented OpenSearch snapshots using S3 as the repository. We might as well implement it directly to the filesystem: https://opensearch.org/docs/1.2/opensearch/snapshot-restore/#shared-file-system See https://github.com/rancher/opni/pull/1653#discussion_r1304846205 for more information.