maxmilian/dsh-grafana-query1

dsh-grafana-query

为 DeepSeek Harness 提供的只读 Grafana 指标与告警查询工具插件。

AI 分析

核心用途是让智能体能够读取 Grafana 的监控指标和告警状态。适合运维工程师或 SRE,便于通过对话让 AI 辅助排查系统故障。需要配置 Grafana 实例地址及 Token。

包名
dsh-grafana-query
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:maxmilian/dsh-grafana-query

Configuration

export GRAFANA_URL='https://grafana.example.com'
export GRAFANA_TOKEN='glsa_your_service_account_token'
FieldEnvironment variableDefaultRange
baseUrlGRAFANA_URLrequiredHTTP(S) URL, no credentials, no query or fragment; a sub-path is fine
tokenGRAFANA_TOKENrequirednon-empty
localeenen, zh-TW, zh-CN, ja
requestTimeoutMs300001 – 300000
maxResponseBytes52428801 – 52428800
maxSeries1001 – 1000

Plugin configuration takes precedence over the environment variables.