diff --git a/README.md b/README.md index 79b9c6b..dcd7235 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ and the various Gateway API resources in the `gateway.networking.k8s.io` apiGrou A set of Grafana dashboards are available in [./config/examples/dashboards](./config/examples/dashboards) and on [grafana.com](https://grafana.com/grafana/dashboards/?search=Gateway+API+State) You can import them directly into Grafana and modify as needed. -The dashboards are divided by resources (GatewayClasses, Gateways and HTTPRoutes), +The dashboards are divided by resources (GatewayClasses, Gateways, HTTPRoutes, GRPCRoutes, TLSRoutes, TCPRoutes and UDPRoutes), with variables for filtering, and links to drill down from a GatewayClass to a -Gateway to a HTTPRoute. +Gateway to all the routes. https://grafana.com/grafana/dashboards/19432 gatewayclasses @@ -44,6 +44,14 @@ https://grafana.com/grafana/dashboards/19433 https://grafana.com/grafana/dashboards/19434 httproutes +grpcroutes + +tlsroutes + +tcproutes + +udproutes + ## Alerts A set of example Alerts are available in [./config/examples/rules](./config/examples/rules). diff --git a/gatewayclasses.png b/gatewayclasses.png index 703ca0f..c46c698 100644 Binary files a/gatewayclasses.png and b/gatewayclasses.png differ diff --git a/gateways.png b/gateways.png index e0baaa3..1fbe9f7 100644 Binary files a/gateways.png and b/gateways.png differ diff --git a/grpcroutes.png b/grpcroutes.png new file mode 100644 index 0000000..424b27a Binary files /dev/null and b/grpcroutes.png differ diff --git a/httproutes.png b/httproutes.png index 37dfe8a..0e7e8bf 100644 Binary files a/httproutes.png and b/httproutes.png differ diff --git a/tcproutes.png b/tcproutes.png new file mode 100644 index 0000000..cbd67ba Binary files /dev/null and b/tcproutes.png differ diff --git a/tlsroutes.png b/tlsroutes.png new file mode 100644 index 0000000..122d650 Binary files /dev/null and b/tlsroutes.png differ diff --git a/udproutes.png b/udproutes.png new file mode 100644 index 0000000..5a0170f Binary files /dev/null and b/udproutes.png differ