tobs
tobs copied to clipboard
tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.
**What is missing?** The database offered in Tobs is primarily/solely used by Promscale Connector. For better performance of Promscale, we recommend tuning some database configuration documented [here](https://docs.timescale.com/promscale/latest/recommendations/config-recomm/#database-configuration). **Why do we...
**What happened?** Run `tobs uninstall` and otel collector deployment was still running. **Did you expect to see something different?** All components should be removed **How to reproduce it (as minimally...
**What happened?** Trying to install tobs with helm and the below values.yaml. I'm using timescale cloud service as the database. ``` timescaledb-single: # disable the chart if an existing TimescaleDB...
**What did you do?** Unnstalled tobs using helm **Environment** EKS, with kubernetes 1.22 * tobs version: 0.10.1 `tobs version` * Kubernetes version information: 1.22 `kubectl version` * Kubernetes cluster kind:...
## Description Updating Kubernetes and cert-manager versions in Makefile. Adding in `helm-upgrade` target and removing dependency from `cert-manager` to allow for `helm-upgrade` to function. ## Type of change *What type...
#### What this PR does / why we need it Minor cleanup to ct configuration and also a small test to our automated release process. Explanation behind each change is...
**What is missing?** Not all pods have readiness probe in their deployment manifests. **Why do we need it?** To ensure pods do not receive traffic when they cannot do so....
**What is missing?** Kubernetes API Server can emit traces. We should explore possibility of using tobs to gather this data. **Why do we need it?** This should allow users to...
As currently, tobs includes all the components i.e. Prometheus, Otel collector, and Promscale that are required to test the ingestion, and querying of data. As part of this issue add...
when I run helm install --wait --timeout 10m tobs timescale/tobs Error: no Secret with the name "tobs-certificate" found ``` helm list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION tobs...