添加qiming-rcoder模块

This commit is contained in:
Codex
2026-06-01 13:54:52 +08:00
parent 8092c4b1f8
commit 4b1a580132
539 changed files with 151650 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: 1
providers:
- name: 'Default'
orgId: 1
folder: ''
type: file
disableDeletion: false
updateIntervalSeconds: 10
allowUiUpdates: true
options:
path: /etc/grafana/provisioning/dashboards

View File

@@ -0,0 +1,16 @@
apiVersion: 1
datasources:
# Prometheus 数据源(容器内部网络)
- name: Prometheus
type: prometheus
access: proxy
url: http://prometheus:9090
isDefault: true
editable: true
jsonData:
timeInterval: "15s"
# 注意: Pyroscope 有独立的 Web UI (http://localhost:4040)
# Grafana 原生不支持 Pyroscope 作为 datasource
# 请直接访问 Pyroscope Web UI 查看性能剖析数据