Files
pos-system/docs/en/skills/observability.md
Ho Ngoc Hai 6996e12ff0 docs: Add comprehensive Agent Skills documentation in English and Vietnamese
- Introduced new documentation for Agent Skills, detailing best practices, code patterns, common pitfalls, and quick references across various categories such as Architecture, Data Access, Security, Error Handling, Testing, Infrastructure, Communication, and Documentation.
- The documentation is structured to facilitate easy navigation and understanding, supporting developers in implementing consistent patterns on the GoodGo Platform.
- Both English and Vietnamese versions are provided to ensure accessibility for a wider audience.
2026-01-14 12:05:26 +07:00

35 lines
1.2 KiB
Markdown

# Monitoring, logging, và tracing patterns
> **Skill**: `observability`
> **Compatibility**: .NET 10+, Serilog, OpenTelemetry, Prometheus, Grafana
## Overview
Monitoring, logging, và tracing patterns. Use for Prometheus metrics, Grafana dashboards, Loki logging, và distributed tracing.
## When to Use
Use this skill when:
- Implementing health checks / Triển khai health checks
- Configuring structured logging / Cấu hình structured logging
- Setting up Prometheus metrics / Cài đặt Prometheus metrics
- Implementing distributed tracing / Triển khai distributed tracing
- Creating Grafana dashboards / Tạo Grafana dashboards
## Quick Reference
For detailed patterns, code examples, and best practices, refer to the full skill documentation.
## Related Skills
See [Skills Index](./index.md) for related skills.
## Additional Resources
- **Full Skill Documentation**: [`...agent/skills/observability/SKILL.md`](../../.agent/skills/observability/SKILL.md)
- **Code Examples**: [`...agent/skills/observability/references/REFERENCE.md`](../../.agent/skills/observability/references/REFERENCE.md)
---
**Vietnamese Version**: [Tài liệu tiếng Việt](../../vi/skills/observability.md)