- 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.
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
# Monitoring, logging, và tracing patterns
|
|
|
|
> **Skill**: `observability`
|
|
> **Compatibility**: .NET 10+, Serilog, OpenTelemetry, Prometheus, Grafana
|
|
|
|
## Tổng Quan
|
|
|
|
Monitoring, logging, và tracing patterns. Use for Prometheus metrics, Grafana dashboards, Loki logging, và distributed tracing.
|
|
|
|
## Khi Nào Sử Dụng
|
|
|
|
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
|
|
|
|
## Tham Chiếu Nhanh
|
|
|
|
Để biết chi tiết về patterns, code examples, và best practices, xem tài liệu skill đầy đủ.
|
|
|
|
## Skills Liên Quan
|
|
|
|
Xem [Danh Mục Skills](./index.md) để tìm skills liên quan.
|
|
|
|
## Tài Nguyên Bổ Sung
|
|
|
|
- **Tài Liệu Skill Đầy Đủ**: [`.agent/skills/observability/SKILL.md`](../../.agent/skills/observability/SKILL.md)
|
|
- **Ví Dụ Code**: [`.agent/skills/observability/references/REFERENCE.md`](../../.agent/skills/observability/references/REFERENCE.md)
|
|
|
|
---
|
|
|
|
**English Version**: [English Documentation](../../en/skills/observability.md)
|