maxmilian/dsh-grafana-query1

dsh-grafana-query

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

包名
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.