Tobs
tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.
Install / Use
/learn @timescale/TobsREADME
Warning
Tobs has been discontinued and is deprecated.
The code in this repository is no longer maintained.
tobs - The Observability Stack for Kubernetes
Tobs is a tool that aims to make it as easy as possible to install a full observability stack into a Kubernetes cluster. Currently this stack includes:
<img src="docs/assets/tobs-arch.png" alt="Tobs Architecture Diagram" width="800"/>- Kube-Prometheus the Kubernetes monitoring stack
- Prometheus to collect metrics
- AlertManager to fire the alerts
- Grafana to visualize what's going on
- Node-Exporter to export metrics from the nodes
- Kube-State-Metrics to get metrics from kubernetes api-server
- Prometheus-Operator to manage the life-cycle of Prometheus and AlertManager custom resource definitions (CRDs)
- Promscale (design doc) to store metrics for the long-term and allow analysis with both PromQL and SQL.
- TimescaleDB for long term storage of metrics and provides ability to query metrics data using SQL.
- Postgres-Exporter to get metrics from PostgreSQL server
- Opentelemetry-Operator to manage the lifecycle of OpenTelemetryCollector Custom Resource Definition (CRDs)
We plan to expand this stack over time and welcome contributions.
Tobs provides a helm chart to make deployment and operations easier. It can be used directly or as a sub-chart for other projects.
Quick start
Prerequisites
Using tobs to install full observability stack with openTelemetry support currently requires installation of cert-manager. To do install it please follow cert-manager documentation.
Note: cert-manager is not required when using tobs with opentelemetry support disabled.
Installing the helm chart
The following command will install Kube-Prometheus, OpenTelemetry Operator, TimescaleDB, and Promscale into your Kubernetes cluster:
helm repo add timescale https://charts.timescale.com/
helm repo update
helm install --wait <release_name> timescale/tobs
Note: --wait flag is necessary for successfull installation as tobs helm chart can create opentelemetry Custom Resources only after opentelemetry-operator is up and running. This flag can be omitted when using tobs without opentelemetry support.
For detailed configuration and usage instructions, take a look at the helm chart's README.
Configuring the stack
All configuration for all components happens through the helm values.yaml file. You can view the self-documenting default values.yaml in the repo. We also have additional documentation about individual configuration settings in our Helm chart docs.
Compatibility matrix
Tobs vs. Kubernetes
| Tobs Version | Kubernetes Version | |--------------|--------------------| | 12.0.x | v1.23 to v1.24 | | 0.11.x | v1.23 to v1.24 | | 0.10.x | v1.21 to v1.23 | | 0.9.x | v1.21 to v1.23 | | 0.8.x | v1.21 to v1.23 | | 0.7.x | v1.19 to v1.21 |
Contributing
We welcome contributions to tobs, which is licensed and released under the open-source Apache License, Version 2. The same Contributor's Agreement applies as in TimescaleDB; please sign the Contributor License Agreement (CLA) if you're a new contributor.
Related Skills
node-connect
337.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
337.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.2kCommit, push, and open a PR
