helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Helm Charts for tricorder observability.

Results 16 helm-charts issues
Sort by recently updated
recently updated
newest added

Must have: - [ ] Vanila Kubernetes - [ ] AWS EKS - [ ] GCP GKE Nice to have: - [ ] Azure AKS - [ ] Aliyun ACK...

documentation

Right now yaml suffix triggers yamlint, which treats them as yaml file, but they are not really yaml file because template variables. https://github.com/sbaudoin/yamllint/issues/16 See this for some clues.

Starship includes a Prom collector, which can pull data from pods and services. Due to prometheus' data model, such pulling based approach works naturally, and push-based model (where service/pods proactively...

enhancement

Prom operator detects new PodMonitor ServiceMonitor, which are created alone with new Pods and Services to describe how to scrape their Promethues data (like ports, http endpoints for data) We...

enhancement

Consider include [PGBouncer](https://github.com/pgbouncer/pgbouncer) to have connection pool to support large kubernetes cluster. Because agents right now connects to PG directly for writing data collected by the eBPF+WASM data collection modules.

enhancement

Right now the release is done for each commit to main branch (and for tags with release-v* pattern, it's 'OR', not 'AND', in other words, every command to main branch...

enhancement