-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathplugin.json
96 lines (96 loc) · 2.63 KB
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"$schema": "https://raw.githubusercontent.com/grafana/grafana/master/docs/sources/developers/plugins/plugin.schema.json",
"type": "datasource",
"name": "Pixie Grafana Datasource Plugin",
"id": "pixie-pixie-datasource",
"metrics": true,
"backend": true,
"alerting": true,
"executable": "gpx-pixie-pixie-datasource-plugin",
"info": {
"description": "Pixie's Grafana Datasource Plugin",
"author": {
"name": "The Pixie Authors",
"url": "https://px.dev/"
},
"keywords": ["Pixie", "Grafana", "Kubernetes", "eBPF", "Open Source"],
"logos": {
"small": "img/logo.svg",
"large": "img/logo.svg"
},
"links": [
{
"name": "Website",
"url": "https://github.com/pixie-io/pixie"
},
{
"name": "License",
"url": "https://github.com/pixie-io/pixie/blob/main/LICENSE"
}
],
"screenshots": [
{
"name": "Cluster Overview",
"path": "img/screenshots/px-cluster-grafana.png"
},
{
"name": "HTTP Service Map",
"path": "img/screenshots/http-service-map-script.png"
},
{
"name": "HTTP Requests",
"path": "img/screenshots/http-events.png"
},
{
"name": "HTTP Errors Bar Chart Service",
"path": "img/screenshots/http-errors.png"
},
{
"name": "HTTP Errors per Service",
"path": "img/screenshots/http-error-rate-script.png"
},
{
"name": "HTTP Throughput per Service",
"path": "img/screenshots/service-throughput.png"
},
{
"name": "Total Request Throughput",
"path": "img/screenshots/http-request-throughput-script.png"
},
{
"name": "Network Connections",
"path": "img/screenshots/network-connections-script.png"
},
{
"name": "Inbound Connections to Cluster",
"path": "img/screenshots/inbound-connections-script.png"
},
{
"name": "Outbound Connections to Cluster",
"path": "img/screenshots/outbound-connections-script.png"
},
{
"name": "Pod Metrics",
"path": "img/screenshots/pod-metrics-script.png"
},
{
"name": "Node Metrics",
"path": "img/screenshots/node-metrics-script.png"
},
{
"name": "Service Metrics",
"path": "img/screenshots/service-metrics-script.png"
},
{
"name": "Namespace Metrics",
"path": "img/screenshots/namespace-metrics-script.png"
}
],
"version": "0.0.10",
"updated": "2024-11-05"
},
"dependencies": {
"grafanaDependency": ">=7.3.0",
"plugins": []
}
}