|  | 
|  | 1 | +{ | 
|  | 2 | +  "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json", | 
|  | 3 | +  "type": "datasource", | 
|  | 4 | +  "name": "ClickHouse", | 
|  | 5 | +  "id": "grafana-clickhouse-datasource", | 
|  | 6 | +  "metrics": true, | 
|  | 7 | +  "backend": true, | 
|  | 8 | +  "logs": true, | 
|  | 9 | +  "tracing": true, | 
|  | 10 | +  "alerting": true, | 
|  | 11 | +  "annotations": true, | 
|  | 12 | +  "executable": "gpx_clickhouse", | 
|  | 13 | +  "includes": [ | 
|  | 14 | +    { | 
|  | 15 | +      "type": "dashboard", | 
|  | 16 | +      "name": "Query Analysis", | 
|  | 17 | +      "path": "dashboards/query-analysis.json" | 
|  | 18 | +    }, | 
|  | 19 | +    { | 
|  | 20 | +      "type": "dashboard", | 
|  | 21 | +      "name": "Data Analysis", | 
|  | 22 | +      "path": "dashboards/data-analysis.json" | 
|  | 23 | +    }, | 
|  | 24 | +    { | 
|  | 25 | +      "type": "dashboard", | 
|  | 26 | +      "name": "Cluster Analysis", | 
|  | 27 | +      "path": "dashboards/cluster-analysis.json" | 
|  | 28 | +    }, | 
|  | 29 | +    { | 
|  | 30 | +      "type": "dashboard", | 
|  | 31 | +      "name": "ClickHouse OTel Dashboard", | 
|  | 32 | +      "path": "dashboards/opentelemetry-clickhouse.json" | 
|  | 33 | +    }, | 
|  | 34 | +    { | 
|  | 35 | +      "type": "dashboard", | 
|  | 36 | +      "name": "ClickHouse System Dashboards", | 
|  | 37 | +      "path": "dashboards/system-dashboards.json" | 
|  | 38 | +    } | 
|  | 39 | +  ], | 
|  | 40 | +  "category": "sql", | 
|  | 41 | +  "info": { | 
|  | 42 | +    "description": "ClickHouse datasource plugin for Grafana", | 
|  | 43 | +    "author": { | 
|  | 44 | +      "name": "Grafana Labs" | 
|  | 45 | +    }, | 
|  | 46 | +    "keywords": ["Simple"], | 
|  | 47 | +    "logos": { | 
|  | 48 | +      "small": "img/logo.svg", | 
|  | 49 | +      "large": "img/logo.svg" | 
|  | 50 | +    }, | 
|  | 51 | +    "links": [ | 
|  | 52 | +      { | 
|  | 53 | +        "name": "Website", | 
|  | 54 | +        "url": "https://github.com/grafana/clickhouse-datasource" | 
|  | 55 | +      }, | 
|  | 56 | +      { | 
|  | 57 | +        "name": "License", | 
|  | 58 | +        "url": "https://github.com/grafana/clickhouse-datasource/blob/master/LICENSE" | 
|  | 59 | +      } | 
|  | 60 | +    ], | 
|  | 61 | +    "screenshots": [], | 
|  | 62 | +    "version": "4.6.0", | 
|  | 63 | +    "updated": "2025-01-22" | 
|  | 64 | +  }, | 
|  | 65 | +  "dependencies": { | 
|  | 66 | +    "grafanaDependency": ">=9.5.0", | 
|  | 67 | +    "plugins": [] | 
|  | 68 | +  } | 
|  | 69 | +} | 
0 commit comments