[tobs - The Observability Stack for Kubernetes](https://github.com/timescale/tobs) is a Kubernetes monitoring stack that stores metrics in Prometheus, visualize them with Grafana, and store metrics in a TimescaleDB as long-term storage. Some key components of tobs are: * Prometheus to collect metrics * Grafana to visualize metrics from Prometheus * Promscale to store metrics in long-term storage and allow analysis with both PromQL and SQL * TimescaleDB as the long-term database for Promsca......