maxmilian/dsh-grafana-query1

dsh-grafana-query

Read-only Grafana metrics and alert tools for DeepSeek Harness.

AI Analysis

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

Package
dsh-grafana-query
Version
0.1.0
License
MIT
Last updated
Aug 26, 2026

Install

$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.