Skip to content

Commit

Permalink
Add screenshot carousel to Grafana plugin listing. (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Troisi <[email protected]>
  • Loading branch information
htroisi authored Jul 19, 2022
1 parent 049f8e7 commit b3b23f2
Show file tree
Hide file tree
Showing 15 changed files with 58 additions and 1 deletion.
Binary file added src/img/screenshots/http-error-rate-script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/screenshots/http-errors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/screenshots/http-events.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/screenshots/http-service-map-script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/screenshots/namespace-metrics-script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/screenshots/node-metrics-script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/screenshots/pod-metrics-script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/screenshots/px-cluster-grafana.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/screenshots/service-metrics-script.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/screenshots/service-throughput.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 58 additions & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,64 @@
"url": "https://github.com/pixie-io/pixie/blob/main/LICENSE"
}
],
"screenshots": [],
"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.6",
"updated": "2022-07-19"
},
Expand Down

0 comments on commit b3b23f2

Please sign in to comment.