{"id":13461748,"url":"https://github.com/timescale/tobs","last_synced_at":"2025-05-14T14:08:05.446Z","repository":{"id":36950006,"uuid":"251275960","full_name":"timescale/tobs","owner":"timescale","description":"tobs - The Observability Stack for Kubernetes. Easy install of a full observability stack into a k8s cluster with Helm charts.","archived":false,"fork":false,"pushed_at":"2025-05-13T01:56:59.000Z","size":75959,"stargazers_count":569,"open_issues_count":19,"forks_count":59,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-05-13T02:39:47.840Z","etag":null,"topics":["hacktoberfest","kube-prometheus","kubernetes","kubernetes-monitoring","metrics","monitoring","observability","opentelemetry","opentelemetry-collector","opentelemetry-operator","prometheus","prometheus-operator"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timescale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-30T10:46:58.000Z","updated_at":"2025-05-11T10:00:18.000Z","dependencies_parsed_at":"2024-01-28T21:25:21.024Z","dependency_job_id":"a457bc84-fd6f-4464-b143-d847057a6975","html_url":"https://github.com/timescale/tobs","commit_stats":{"total_commits":616,"total_committers":35,"mean_commits":17.6,"dds":0.685064935064935,"last_synced_commit":"69ff68df21e3b6fe19440ea472c91d758c820f4d"},"previous_names":[],"tags_count":113,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Ftobs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Ftobs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Ftobs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Ftobs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timescale","download_url":"https://codeload.github.com/timescale/tobs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254159677,"owners_count":22024564,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hacktoberfest","kube-prometheus","kubernetes","kubernetes-monitoring","metrics","monitoring","observability","opentelemetry","opentelemetry-collector","opentelemetry-operator","prometheus","prometheus-operator"],"created_at":"2024-07-31T11:00:56.348Z","updated_at":"2025-05-14T14:08:05.426Z","avatar_url":"https://github.com/timescale.png","language":"Shell","funding_links":[],"categories":["Shell","monitoring","Observability \u0026 Monitoring"],"sub_categories":[],"readme":"\u003e **Warning**\n\u003e\n\u003e Tobs has been discontinued and is deprecated.\n\u003e\n\u003e The code in this repository is no longer maintained.\n\u003e\n\u003e [Learn more](https://github.com/timescale/promscale/issues/1836).\n\n[![Security Audit](https://github.com/timescale/tobs/actions/workflows/sec-audit.yml/badge.svg)](https://github.com/timescale/tobs/actions/workflows/sec-audit.yml)\n[![Test Helm Charts](https://github.com/timescale/tobs/actions/workflows/tests.yml/badge.svg)](https://github.com/timescale/tobs/actions/workflows/tests.yml)\n[![Version](https://img.shields.io/github/v/release/timescale/tobs)](https://github.com/timescale/tobs/releases)\n[![Commit activity](https://img.shields.io/github/commit-activity/m/timescale/tobs)](https://github.com/timescale/tobs/pulse/monthly)\n[![License](https://img.shields.io/github/license/timescale/tobs)](https://github.com/timescale/tobs/blob/main/LICENSE)\n[![Slack](https://img.shields.io/badge/chat-join%20slack-brightgreen.svg)](https://timescaledb.slack.com/)\n\n# tobs - The Observability Stack for Kubernetes\n\nTobs is a tool that aims to make it as easy as possible to install a full observability\nstack into a Kubernetes cluster. Currently this stack includes:\n\n\u003cimg src=\"docs/assets/tobs-arch.png\" alt=\"Tobs Architecture Diagram\" width=\"800\"/\u003e\n\n* [Kube-Prometheus](https://github.com/prometheus-operator/kube-prometheus#kube-prometheus) the Kubernetes monitoring stack\n  * [Prometheus](https://github.com/prometheus/prometheus) to collect metrics\n  * [AlertManager](https://github.com/prometheus/alertmanager#alertmanager-) to fire the alerts\n  * [Grafana](https://github.com/grafana/grafana) to visualize what's going on\n  * [Node-Exporter](https://github.com/prometheus/node_exporter) to export metrics from the nodes\n  * [Kube-State-Metrics](https://github.com/kubernetes/kube-state-metrics) to get metrics from kubernetes api-server\n  * [Prometheus-Operator](https://github.com/prometheus-operator/prometheus-operator#prometheus-operator) to manage the life-cycle of Prometheus and AlertManager custom resource definitions (CRDs)\n* [Promscale](https://github.com/timescale/promscale) ([design doc](https://tsdb.co/prom-design-doc)) to store metrics for the long-term and allow analysis with both PromQL and SQL.\n* [TimescaleDB](https://github.com/timescale/timescaledb) for long term storage of metrics and provides ability to query metrics data using SQL.\n  * [Postgres-Exporter](https://github.com/prometheus-community/postgres_exporter) to get metrics from PostgreSQL server\n* [Opentelemetry-Operator](https://github.com/open-telemetry/opentelemetry-operator#opentelemetry-operator-for-kubernetes) to manage the lifecycle of OpenTelemetryCollector Custom Resource Definition (CRDs)\n\nWe plan to expand this stack over time and welcome contributions.\n\nTobs provides a helm chart to make deployment and operations easier. It can be used directly or as a sub-chart for other projects.\n\n# Quick start\n\n## Prerequisites\n\nUsing tobs to install full observability stack with openTelemetry support currently requires installation of cert-manager.\nTo do install it please follow [cert-manager documentation](https://cert-manager.io/docs/installation/).\n\n*Note*: cert-manager is not required when using tobs with opentelemetry support disabled.\n\n## Installing the helm chart\n\nThe following command will install Kube-Prometheus, OpenTelemetry Operator, TimescaleDB, and Promscale\ninto your Kubernetes cluster:\n\n```\nhelm repo add timescale https://charts.timescale.com/\nhelm repo update\nhelm install --wait \u003crelease_name\u003e timescale/tobs\n```\n\n*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.\n\nFor detailed configuration and usage instructions, take a look at the [helm chart's README](/chart/README.md).\n\n# Configuring the stack\n\nAll configuration for all components happens through the helm values.yaml file.\nYou can view the self-documenting [default values.yaml](chart/values.yaml) in the repo.\nWe also have additional documentation about individual configuration settings in our\n[Helm chart docs](chart/README.md#configuring-helm-chart).\n\n# Compatibility matrix\n\n## Tobs vs. Kubernetes\n\n| Tobs Version | Kubernetes Version |\n|--------------|--------------------|\n| 12.0.x       | v1.23 to v1.24     |\n| 0.11.x       | v1.23 to v1.24     |\n| 0.10.x       | v1.21 to v1.23     |\n| 0.9.x        | v1.21 to v1.23     |\n| 0.8.x        | v1.21 to v1.23     |\n| 0.7.x        | v1.19 to v1.21     |\n\n# Contributing\n\nWe welcome contributions to tobs, which is\nlicensed and released under the open-source Apache License, Version 2.  The\nsame [Contributor's\nAgreement](https://github.com/timescale/timescaledb/blob/master/CONTRIBUTING.md)\napplies as in TimescaleDB; please sign the [Contributor License\nAgreement](https://cla-assistant.io/timescale/tobs) (CLA) if\nyou're a new contributor.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Ftobs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimescale%2Ftobs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Ftobs/lists"}