# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Coroot
spec:
    description: |
        Coroot is an open-source observability platform powered by eBPF. It provides automatic service mapping, latency analysis, log correlation, and profiling with embedded ClickHouse and Prometheus — all in a single container, no external databases needed.
    coverImage: https://avatars.githubusercontent.com/u/84218643
    icon: https://avatars.githubusercontent.com/u/84218643
    variables:
        - key: PUBLIC_DOMAIN
          type: DOMAIN
          name: Domain
          description: The domain to access Coroot
    tags:
        - Tool
        - Monitor
    readme: |
        # Coroot

        An open-source observability platform that uses eBPF to automatically discover and monitor services. Provides service maps, latency analysis, log correlation, CPU and memory profiling, and network analysis — with embedded ClickHouse and Prometheus, no external databases required.

        ## What You Can Do After Deployment

        1. **Visit your domain** — open the Coroot dashboard
        2. **Install the agent** — deploy coroot-node-agent on your infrastructure nodes
        3. **View service map** — see auto-discovered services and their dependencies
        4. **Analyze latency** — drill into request latency distributions and bottlenecks
        5. **Correlate logs and traces** — link logs, traces, and metrics for each service

        ## Key Features

        - eBPF-based automatic service discovery and dependency mapping
        - Request latency analysis with percentile breakdowns
        - CPU and memory profiling with flame graphs
        - Log collection and correlation with metrics
        - Network traffic analysis and retransmit detection
        - Deployment tracking with automated change impact analysis
        - SLO monitoring with burn rate alerts
        - Embedded ClickHouse for metrics storage
        - Embedded Prometheus for time series data
        - Single container deployment — no external databases

        ## License

        Apache-2.0 — [GitHub](https://github.com/coroot/coroot) | [Website](https://coroot.com)
    services:
        - name: coroot
          icon: https://avatars.githubusercontent.com/u/84218643
          template: PREBUILT_V2
          spec:
            source:
                image: ghcr.io/coroot/coroot:1.18.8
            ports:
                - id: web
                  port: 8080
                  type: HTTP
            volumes:
                - id: data
                  dir: /data
            env: {}
          domainKey: PUBLIC_DOMAIN
localization:
    es-ES:
        description: |
            Coroot es una plataforma de observabilidad de código abierto basada en eBPF. Descubrimiento automático de servicios, análisis de latencia, correlación de logs y perfilado con ClickHouse y Prometheus integrados — un solo contenedor, sin bases de datos externas.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Dominio
              description: El dominio para acceder a Coroot
        readme: |
            # Coroot

            Plataforma de observabilidad de código abierto basada en eBPF. Descubrimiento y monitorización automática de servicios, mapas de servicios, análisis de latencia, correlación de logs, perfilado de CPU y memoria — con ClickHouse y Prometheus integrados, sin bases de datos externas.

            ## Qué puedes hacer después del despliegue

            1. **Visita tu dominio** — abre el panel de Coroot
            2. **Instala el agente** — despliega coroot-node-agent en tus nodos
            3. **Ver mapa de servicios** — visualiza servicios autodescubiertos y sus dependencias
            4. **Analiza la latencia** — profundiza en distribuciones de latencia y cuellos de botella
            5. **Correlaciona logs y trazas** — vincula logs, trazas y métricas de cada servicio

            ## Características

            - Descubrimiento automático basado en eBPF y mapeo de dependencias
            - Análisis de latencia de solicitudes con percentiles
            - Perfilado de CPU y memoria (gráficos de llama)
            - Recolección de logs y correlación con métricas
            - Análisis de tráfico de red
            - Monitorización de SLO con alertas de tasa de consumo
            - ClickHouse y Prometheus integrados
            - Un solo contenedor (sin base de datos externa)

            ## Licencia

            Apache-2.0 — [GitHub](https://github.com/coroot/coroot)
    id-ID:
        description: |
            Coroot adalah platform observabilitas open-source berbasis eBPF. Penemuan layanan otomatis, analisis latensi, korelasi log, dan profiling dengan ClickHouse dan Prometheus bawaan — satu kontainer, tanpa database eksternal.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: Domain
              description: Domain untuk mengakses Coroot
        readme: |
            # Coroot

            Platform observabilitas open-source berbasis eBPF. Penemuan dan pemantauan layanan otomatis, peta layanan, analisis latensi, korelasi log, profiling CPU dan memori — dengan ClickHouse dan Prometheus bawaan, tanpa database eksternal.

            ## Apa yang bisa dilakukan setelah deploy

            1. **Buka domain** — masuk ke dashboard Coroot
            2. **Instal agen** — deploy coroot-node-agent di node infrastruktur
            3. **Lihat peta layanan** — lihat layanan yang ditemukan otomatis dan dependensinya
            4. **Analisis latensi** — telusuri distribusi latensi request dan bottleneck
            5. **Korelasikan log dan trace** — hubungkan log, trace, dan metrik setiap layanan

            ## Fitur

            - Penemuan layanan otomatis berbasis eBPF dan pemetaan dependensi
            - Analisis latensi request dengan persentil
            - Profiling CPU dan memori (flame graph)
            - Pengumpulan log dan korelasi dengan metrik
            - Analisis lalu lintas jaringan
            - Pemantauan SLO dengan alert burn rate
            - ClickHouse dan Prometheus bawaan
            - Satu kontainer (tanpa database eksternal)

            ## Lisensi

            Apache-2.0 — [GitHub](https://github.com/coroot/coroot)
    ja-JP:
        description: |
            CoreotはeBPFベースのオープンソース可観測性プラットフォームです。自動サービス検出、レイテンシ分析、ログ相関、プロファイリングを提供。ClickHouseとPrometheus内蔵、外部DB不要の単一コンテナ。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: ドメイン
              description: Corootにアクセスするためのドメイン
        readme: |
            # Coroot

            eBPFベースのオープンソース可観測性プラットフォーム。サービスの自動検出・監視、サービスマップ、レイテンシ分析、ログ相関、CPUとメモリのプロファイリングを提供。ClickHouseとPrometheus内蔵、外部DB不要。

            ## デプロイ後にできること

            1. **ドメインにアクセス** — Corootダッシュボードを開く
            2. **エージェントをインストール** — インフラノードにcoroot-node-agentをデプロイ
            3. **サービスマップを確認** — 自動検出されたサービスと依存関係を表示
            4. **レイテンシを分析** — リクエストレイテンシの分布とボトルネックを調査
            5. **ログとトレースを相関** — 各サービスのログ、トレース、メトリクスを紐付け

            ## 主な機能

            - eBPFベースの自動サービス検出と依存マッピング
            - リクエストレイテンシ分析（パーセンタイル詳細）
            - CPU・メモリプロファイリング（フレームグラフ）
            - ログ収集とメトリクス相関
            - ネットワークトラフィック分析
            - SLO監視とバーンレートアラート
            - ClickHouseとPrometheus内蔵
            - 単一コンテナデプロイ（外部DB不要）

            ## ライセンス

            Apache-2.0 — [GitHub](https://github.com/coroot/coroot)
    ko-KR:
        description: |
            Coroot는 eBPF 기반 오픈소스 관측성 플랫폼입니다. 자동 서비스 탐색, 지연 분석, 로그 상관관계, 프로파일링을 제공하며 ClickHouse와 Prometheus 내장. 단일 컨테이너, 외부 DB 불필요.
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 도메인
              description: Coroot에 접속할 도메인
        readme: |
            # Coroot

            eBPF 기반 오픈소스 관측성 플랫폼. 서비스 자동 탐색 및 모니터링, 서비스 맵, 지연 분석, 로그 상관관계, CPU/메모리 프로파일링 제공. ClickHouse와 Prometheus 내장, 외부 DB 불필요.

            ## 배포 후 할 수 있는 것

            1. **도메인 접속** — Coroot 대시보드 열기
            2. **에이전트 설치** — 인프라 노드에 coroot-node-agent 배포
            3. **서비스 맵 확인** — 자동 탐색된 서비스와 의존성 확인
            4. **지연 분석** — 요청 지연 분포와 병목 지점 분석
            5. **로그와 트레이스 연결** — 각 서비스의 로그, 트레이스, 메트릭 연결

            ## 주요 기능

            - eBPF 기반 자동 서비스 탐색 및 의존성 매핑
            - 요청 지연 분석 (퍼센타일 세분화)
            - CPU/메모리 프로파일링 (플레임 그래프)
            - 로그 수집 및 메트릭 상관관계
            - 네트워크 트래픽 분석
            - SLO 모니터링 및 번 레이트 알림
            - ClickHouse와 Prometheus 내장
            - 단일 컨테이너 (외부 DB 불필요)

            ## 라이선스

            Apache-2.0 — [GitHub](https://github.com/coroot/coroot)
    th-TH:
        description: |
            Coroot คือแพลตฟอร์มการสังเกตการณ์แบบโอเพ่นซอร์สที่ใช้ eBPF ค้นพบบริการอัตโนมัติ วิเคราะห์ความหน่วง สหสัมพันธ์ล็อก และโปรไฟล์ พร้อม ClickHouse และ Prometheus ในตัว — คอนเทนเนอร์เดียว ไม่ต้องมีฐานข้อมูลภายนอก
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: โดเมน
              description: โดเมนสำหรับเข้าถึง Coroot
        readme: |
            # Coroot

            แพลตฟอร์มการสังเกตการณ์แบบโอเพ่นซอร์สที่ใช้ eBPF ค้นพบและตรวจสอบบริการอัตโนมัติ แผนที่บริการ วิเคราะห์ความหน่วง สหสัมพันธ์ล็อก โปรไฟล์ CPU และหน่วยความจำ — พร้อม ClickHouse และ Prometheus ในตัว ไม่ต้องมีฐานข้อมูลภายนอก

            ## สิ่งที่ทำได้หลังจากติดตั้ง

            1. **เข้าสู่โดเมน** — เปิดแดชบอร์ด Coroot
            2. **ติดตั้งเอเจนต์** — ติดตั้ง coroot-node-agent บนโหนดโครงสร้างพื้นฐาน
            3. **ดูแผนที่บริการ** — ดูบริการที่ค้นพบอัตโนมัติและการพึ่งพา
            4. **วิเคราะห์ความหน่วง** — เจาะลึกการกระจายความหน่วงและคอขวด
            5. **สหสัมพันธ์ล็อกและเทรซ** — เชื่อมโยงล็อก เทรซ และเมทริกของแต่ละบริการ

            ## ฟีเจอร์หลัก

            - ค้นพบบริการอัตโนมัติด้วย eBPF และการแมปการพึ่งพา
            - วิเคราะห์ความหน่วงคำขอ (เปอร์เซ็นไทล์)
            - โปรไฟล์ CPU และหน่วยความจำ (flame graph)
            - รวบรวมล็อกและสหสัมพันธ์กับเมทริก
            - วิเคราะห์ทราฟฟิกเครือข่าย
            - ตรวจสอบ SLO พร้อมการแจ้งเตือน burn rate
            - ClickHouse และ Prometheus ในตัว
            - คอนเทนเนอร์เดียว (ไม่ต้องมีฐานข้อมูลภายนอก)

            ## สัญญาอนุญาต

            Apache-2.0 — [GitHub](https://github.com/coroot/coroot)
    zh-CN:
        description: |
            Coroot 是基于 eBPF 的开源可观测性平台。自动服务发现、延迟分析、日志关联和性能分析，内嵌 ClickHouse 和 Prometheus，单容器部署无需外部数据库。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 域名
              description: 访问 Coroot 的域名
        readme: |
            # Coroot

            基于 eBPF 的开源可观测性平台，自动发现和监控服务。提供服务拓扑图、延迟分析、日志关联、CPU 和内存分析 — 内嵌 ClickHouse 和 Prometheus，无需外部数据库。

            ## 部署后可以做什么

            1. **打开域名** — 进入 Coroot 控制面板
            2. **安装 Agent** — 在基础设施节点部署 coroot-node-agent
            3. **查看服务拓扑** — 查看自动发现的服务及其依赖关系
            4. **分析延迟** — 深入分析请求延迟分布和瓶颈
            5. **关联日志与追踪** — 连接每个服务的日志、追踪和指标

            ## 主要功能

            - 基于 eBPF 的自动服务发现和依赖映射
            - 请求延迟分析与百分位数细分
            - CPU 和内存性能分析（火焰图）
            - 日志收集与指标关联
            - 网络流量分析和重传检测
            - SLO 监控与燃烧率告警
            - 内嵌 ClickHouse 和 Prometheus
            - 单容器部署无需外部数据库

            ## 授权

            Apache-2.0 — [GitHub](https://github.com/coroot/coroot)
    zh-TW:
        description: |
            Coroot 是基於 eBPF 的開源可觀測性平台。自動服務探索、延遲分析、日誌關聯和效能分析，內建 ClickHouse 和 Prometheus，單容器部署無需外部資料庫。
        variables:
            - key: PUBLIC_DOMAIN
              type: STRING
              name: 網域
              description: 存取 Coroot 的網域
        readme: |
            # Coroot

            基於 eBPF 的開源可觀測性平台，自動探索和監控服務。提供服務拓撲圖、延遲分析、日誌關聯、CPU 和記憶體分析 — 內建 ClickHouse 和 Prometheus，無需外部資料庫。

            ## 部署後可以做什麼

            1. **開啟網域** — 進入 Coroot 控制面板
            2. **安裝 Agent** — 在基礎設施節點部署 coroot-node-agent
            3. **檢視服務拓撲** — 查看自動探索的服務及其依賴關係
            4. **分析延遲** — 深入分析請求延遲分佈和瓶頸
            5. **關聯日誌與追蹤** — 連結每個服務的日誌、追蹤和指標

            ## 主要功能

            - 基於 eBPF 的自動服務探索和依賴映射
            - 請求延遲分析與百分位數細分
            - CPU 和記憶體效能分析（火焰圖）
            - 日誌收集與指標關聯
            - 網路流量分析和重傳偵測
            - SLO 監控與燃燒率告警
            - 內建 ClickHouse 和 Prometheus
            - 單容器部署無需外部資料庫

            ## 授權

            Apache-2.0 — [GitHub](https://github.com/coroot/coroot)
