원클릭으로
unit
Generate Guance unit metadata from metrics CSV files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate Guance unit metadata from metrics CSV files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate, repair, or review Guance Dashboard JSON from real metrics CSV files, tag metadata, and resource-catalog or custom-object CSV/JSON data.
Generate Guance monitor JSON from CSV metric files for any component.
Convert Grafana dashboard JSON into Guance dashboard JSON with a fully self-contained skill package. Use when the user wants to analyze Grafana dashboards before conversion, run conversion, audit conversion gaps, improve units or PromQL compatibility with LLM-assisted review, repair panel or variable mappings, preserve settings, groups, and vars as much as possible, validate generated Guance dashboard JSON against the bundled schemas, or debug why a Grafana dashboard does not convert cleanly.
Use the owl CLI for Guance queries, diagnostics, root-cause analysis, and structured Markdown reports.
Convert Prometheus alerting rules into Guance monitor JSON and validate all generated DQL.
Generate, fix, explain, and review DQL; final executable DQL must pass dqlcheck item by item.
| name | unit |
| author | liurui |
| description | Generate Guance unit metadata from metrics CSV files. |
Generate standardized Guance unit description files from CSV metric metadata.
csv/{{name}}*.csv or csv/{{name}}.csv.output/unit/{{name}}.json.metric_name: metric field name.unit: source unit to map.desc field.| CSV unit | Guance unit | Meaning |
|---|---|---|
C | temperature,C | Celsius |
% | percent,percent | Percentage |
B | digital,B | Bytes |
KB | digital,KB | Kilobytes |
MB | digital,MB | Megabytes |
GB | digital,GB | Gigabytes |
B/s | traffic,B/S | Traffic |
KB/s | traffic,KB/S | Traffic |
MB/s | traffic,MB/S | Traffic |
bps | bandWidth,bps | Bandwidth |
Mbps | bandWidth,Mbps | Bandwidth |
ms | time,ms | Milliseconds |
s | time,s | Seconds |
iops | throughput,iops | IOPS |
ops | throughput,ops | Operations per second |
reqps | throughput,reqps | Requests per second |
readps | throughput,readps | Reads per second |
wps | throughput,wps | Writes per second |
| empty | empty | Unitless |