| .agent/skills/security_check | ||
| app | ||
| bin | ||
| conf | ||
| docker | ||
| files | ||
| roles | ||
| scripts | ||
| templates | ||
| terraform | ||
| vagrant | ||
| workbench | ||
| .gitignore | ||
| .gitleaksignore | ||
| ansible.cfg | ||
| app.yml | ||
| bootstrap | ||
| cache.yml | ||
| cert.yml | ||
| CLAUDE.md | ||
| configure | ||
| deploy.yml | ||
| docker.yml | ||
| etcd-rm.yml | ||
| etcd.yml | ||
| infra-rm.yml | ||
| infra.yml | ||
| juice.yml | ||
| KEYS | ||
| KNOWN_ISSUES.md | ||
| LICENSE | ||
| Makefile | ||
| merge_dashboards.py | ||
| minio-rm.yml | ||
| minio.yml | ||
| mongo.yml | ||
| node-rm.yml | ||
| node.yml | ||
| NOTICE | ||
| pgsql-db.yml | ||
| pgsql-migration.yml | ||
| pgsql-monitor.yml | ||
| pgsql-pitr.yml | ||
| pgsql-rm.yml | ||
| pgsql-user.yml | ||
| pgsql.yml | ||
| pigsty.yml | ||
| README.md | ||
| redis-rm.yml | ||
| redis.yml | ||
| slim.yml | ||
| vibe.yml | ||
Observability.svc.plus
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
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
--endpointsupports both:
https://observability.svc.plushttps://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.
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
- License: Apache-2.0
- Upstream references:
6) 致谢
感谢开源社区与所有贡献者,特别是 observability、database、DevOps 相关项目维护者与实践者。
