Go to file
2026-02-09 16:36:38 +08:00
.agent/skills/security_check Add Caddy and Alloy configuration templates; Update install script and README 2026-02-01 21:08:57 +08:00
app Restore non-sensitive configuration files 2026-02-01 21:01:27 +08:00
bin Remove sensitive files 2026-02-01 20:53:55 +08:00
conf refactor: split deepflow into server mysql and clickhouse-s3 roles 2026-02-09 16:31:26 +08:00
docker Remove sensitive files 2026-02-01 20:53:55 +08:00
files feat(obs): harden agent/server ingest pipeline and switch to observability domain 2026-02-04 00:12:00 +08:00
roles refactor: split deepflow into server mysql and clickhouse-s3 roles 2026-02-09 16:31:26 +08:00
scripts feat: add deepflow-agent options to installer and docs 2026-02-09 16:36:38 +08:00
templates Remove sensitive files 2026-02-01 20:53:55 +08:00
terraform Remove sensitive files 2026-02-01 20:53:55 +08:00
vagrant Remove sensitive files 2026-02-01 20:53:55 +08:00
workbench feat(workbench): enforce guest sandbox session uuid rotation and rename demo copy 2026-02-05 22:28:42 +08:00
.gitignore Remove sensitive files 2026-02-01 20:53:55 +08:00
.gitleaksignore docs: Add a detailed plan for OAuth social login rollout across accounts and console services. 2026-02-06 13:20:26 +08:00
ansible.cfg Remove sensitive files 2026-02-01 20:53:55 +08:00
app.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
bootstrap fix: ensure root SSH access is configured during install 2026-02-02 23:34:35 +08:00
cache.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
cert.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
CLAUDE.md Remove sensitive files 2026-02-01 20:53:55 +08:00
configure feat: implement smart IP detection and automated configuration 2026-02-02 23:38:05 +08:00
deepflow.yml refactor: split deepflow into server mysql and clickhouse-s3 roles 2026-02-09 16:31:26 +08:00
deploy.yml feat: enable insight workbench deployment 2026-02-03 01:38:24 +08:00
docker.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
etcd-rm.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
etcd.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
infra-rm.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
infra.yml feat: Introduce and deploy the Insight Workbench application with a dedicated Ansible role and Caddy routing. 2026-02-02 03:53:31 +08:00
juice.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
KEYS Remove sensitive files 2026-02-01 20:53:55 +08:00
KNOWN_ISSUES.md fix: use absolute URL for insight Overview link and document known issues 2026-02-03 11:22:10 +08:00
LICENSE Remove agent verification and installation scripts. 2026-02-01 23:39:10 +08:00
Makefile Rebrand and remove Pigsty-specific references from documentation, configuration defaults, and build scripts. 2026-02-02 02:58:47 +08:00
merge_dashboards.py fix: use absolute URL for insight Overview link and document known issues 2026-02-03 11:22:10 +08:00
minio-rm.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
minio.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
mongo.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
node-rm.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
node.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
NOTICE Remove sensitive files 2026-02-01 20:53:55 +08:00
pgsql-db.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
pgsql-migration.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
pgsql-monitor.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
pgsql-pitr.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
pgsql-rm.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
pgsql-user.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
pgsql.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
pigsty.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
README.md feat: add deepflow-agent options to installer and docs 2026-02-09 16:36:38 +08:00
redis-rm.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
redis.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
slim.yml Remove sensitive files 2026-02-01 20:53:55 +08:00
vibe.yml Remove sensitive files 2026-02-01 20:53:55 +08:00

Observability.svc.plus

License: Apache-2.0 Status: Stable

Observability.svc.plus is an observability solution strictly following the Apache 2.0 license.

Focus: Monitoring & Observability (监控/可观测). Integrating OpenTelemetry (OTel), with future plans to incorporate DeepFlow Agent and other open-source NPM (Network Performance Monitoring) probes.

Website | Public Demo | Blog | Support

banner

1) 概述

Observability.svc.plus provides a monitoring-focused stack for infrastructure and applications, centered on metrics, logs, and traces. It is designed for self-hosted, cloud-neutral operations with minimal vendor lock-in.

2) 架构图

flowchart LR
  A["Client Nodes<br/>node_exporter / process_exporter / vector"] --> B["OTel / Ingest Gateway"]
  B --> C["Metrics Store<br/>VictoriaMetrics"]
  B --> D["Logs Store<br/>Loki-compatible pipeline"]
  B --> E["Traces / OTel pipeline"]
  C --> F["Grafana"]
  D --> F
  E --> F
  F --> G["Dashboard & Alerting"]

3) Start

Server side

curl -fsSL "https://raw.githubusercontent.com/cloud-neutral-toolkit/observability.svc.plus/main/scripts/server-install.sh?$(date +%s)" | bash -s -- observability.svc.plus

Client side (agent)

# bash -s -- --endpoint <YOUR_ENDPOINT>
curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/observability.svc.plus/main/scripts/agent-install.sh \
  | bash -s -- --endpoint https://observability.svc.plus/ingest/otlp

Note

  • --endpoint supports both:
    • https://observability.svc.plus
    • https://observability.svc.plus/ingest/otlp
  • The installer auto-derives:
    • metrics endpoint: /ingest/metrics/api/v1/write
    • logs endpoint: /ingest/logs/insert
  • The script automatically verifies installation after setup.

Optional: DeepFlow Agent on Client

If you have deployed DeepFlow with deepflow.yml, you can install deepflow-agent on client nodes via the same script:

# example: endpoint exposed by caddy grpc ingress (deepflow_grpc_domain:443)
curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/observability.svc.plus/main/scripts/agent-install.sh \
  | bash -s -- \
    --endpoint https://observability.svc.plus/ingest/otlp \
    --deepflow-agent \
    --deepflow-grpc-endpoint deepflow-agent.svc.plus:443 \
    --deepflow-agent-download-url https://example.com/path/to/deepflow-agent

If deepflow-agent binary already exists on host, replace --deepflow-agent-download-url with --deepflow-agent-bin /path/to/deepflow-agent.

🚀 DeepFlow Deployment (Server Side)

This repo now provides dedicated DeepFlow roles:

  • deepflow_mysql
  • deepflow_clickhouse_s3
  • deepflow_server

Quick start:

./configure -c app/deepflow
vi pigsty.yml                  # adjust domain/password/ports
./deploy.yml
./docker.yml
./deepflow.yml
./infra.yml -t caddy           # apply deepflow_grpc_domain ingress

Default inventory template: conf/app/deepflow.yml

Remote client example (clawdbot.svc.plus)

ssh root@clawdbot.svc.plus \
  'curl -fsSL https://raw.githubusercontent.com/cloud-neutral-toolkit/observability.svc.plus/main/scripts/agent-install.sh \
    | bash -s -- --endpoint https://observability.svc.plus/ingest/otlp'

Optional SSH manager env example

SSH_SERVER_CLAWBOT_HOST=clawdbot.svc.plus
SSH_SERVER_CLAWBOT_USER=root
SSH_SERVER_CLAWBOT_KEYPATH=~/.ssh/id_rsa
SSH_SERVER_CLAWBOT_PORT=22
SSH_SERVER_CLAWBOT_DESCRIPTION=clawdbot_server

4) Features

  • Observability First: SOTA monitoring for PG / Infra / Node based on VictoriaMetrics, Grafana, and OpenTelemetry.
  • OTel Integration: Native support for OpenTelemetry, facilitating unified trace, metric, and log ingestion.
  • Future Ready: Planned integration for DeepFlow Agent and other open-source NPM probes for deep network and application observability.
  • Reliable Base: Robust self-healing HA clusters, PITR, and secure infrastructure.
  • Maintainable: One-Cmd Deploy, IaC support, and easy customization.
  • Controllable: Self-sufficient Cloud Neutral FOSS. Run on bare Linux.

5) License & Upstream

6) 致谢

感谢开源社区与所有贡献者,特别是 observability、database、DevOps 相关项目维护者与实践者。