grafana-prd
Tools for interaction with grafana production environment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Tools for interaction with grafana production environment
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Tools for interaction with countly production environment
Tools for interaction with countly testing environment
Tools for gathering documentation details
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
Tools for interaction with grafana testing environment
Tools for interaction with graylog production environment
| name | grafana-prd |
| description | Tools for interaction with grafana production environment |
#grafana-prdAccess Grafana production environment for live observability data. Covers metrics (Prometheus), logs (Loki), traces (Tempo), profiling (Pyroscope), incident management, OnCall schedules, Sift investigations, alerting, and dashboard management.
Include #grafana-prd tag in your prompt to activate this skill.
#grafana-prd Show current CPU usage for production API service
#grafana-prd Search production Loki logs for errors in the auth service last 30 minutes
#grafana-prd #fetch Create incident: "Payment service elevated error rate" severity critical
#grafana-prd Find slow requests in production for service checkout last 1 hour
#grafana-prd Who is currently on call?
#grafana-prd List all firing alert rules in production
Do NOT search the filesystem for mcp-config.json or similar files directly.
Do NOT read ~/.copilot/mcp-config.json directly — always route through custom agent file.
MCP server is configured in the grafana-prd.agent.md custom agent file.
Use environment variables defined in .copilot/.env.
Before taking any action, verify the Grafana Production MCP server is reachable:
list_datasources (with limit=1) as a lightweight probe.list_datasources first to find correct datasource UIDs before queryinglist_prometheus_metric_names before writing PromQLlist_loki_label_names / list_loki_label_values before writing LogQLquery_loki_stats to check log volume before fetching entriesget_dashboard_summary instead of get_dashboard_by_uid for large dashboards#grafana-tst in the same requestCRITICAL: Never use #grafana-prd and #grafana-tst in the same request. Choose one environment per query.