diff --git a/calico-cloud/observability/dashboards.mdx b/calico-cloud/observability/dashboards.mdx index b2a782f1c9..da2904d8ae 100644 --- a/calico-cloud/observability/dashboards.mdx +++ b/calico-cloud/observability/dashboards.mdx @@ -13,16 +13,12 @@ Dashboards help you see what's going on in your cluster. See how your cluster is performing and visualize your system's log data. ## About dashboards -Calico Cloud provides a set of dashboards to help you understand the activity in your cluster. +Calico Enterprise provides a set of dashboards to help you understand the activity in your cluster. Each dashboard is made up of graphs, charts, and diagrams that visually represent the data in your logs. To view your dashboards, sign in to the web console and click the **Dashboards** icon. -You can also create your own arrangement by creating a custom dashboard. -With a custom dashboard, you can combine and arrange cards from any of the other dashboards. - Not all users have access to dashboards. -Creating custom dashboards is limited to administrators. ### Cluster Health @@ -34,20 +30,20 @@ The **Cluster Health** dashboard provides a birds-eye view of cluster activity. The **Traffic Volume** dashboard provides a high-level view of traffic in your cluster. - + ### DNS Logs The **DNS Logs** dashboard summarizes DNS data and logs into metrics, providing high-level information on the types of DNS lookups made, responses, and overall DNS performance. - + ### Flow Logs The **Flow Logs** dashboard gives you an overview of how packets are being sent and received by all the pods in your cluster. Seeing this data helps you spot unusual flow activity, which may indicate a compromise. - + ### HTTP Traffic @@ -55,11 +51,18 @@ The **HTTP Traffic** dashboard provides application performance metrics for ins The data can assist service owners and platform personnel in assessing the health of cluster workloads without the need for a full service mesh. [L7 logs](elastic/l7/configure.mdx) are not enabled by default, and must be configured. - + ### Network Performance The **Network Performance** dashboard provides TCP metrics to help you identify bottlenecks, packet loss, and performance issues. [Additional TCP statistics](elastic/flow/tcpstats.mdx) such as Round Trip Time, Retransmission and Packet Loss are not enabled by default, and must be configured. - + + +### Ingress Gateway L7 + +The **Ingress Gateway L7** dashboard gives you a clear view of how your gateways are handling traffic and if they are set up correctly. +It helps you track request speeds, find errors quickly, and make sure your apps stay connected and running well. + + \ No newline at end of file diff --git a/calico-enterprise/observability/dashboards.mdx b/calico-enterprise/observability/dashboards.mdx index c5064ea6bf..da2904d8ae 100644 --- a/calico-enterprise/observability/dashboards.mdx +++ b/calico-enterprise/observability/dashboards.mdx @@ -59,3 +59,10 @@ The **Network Performance** dashboard provides TCP metrics to help you identify [Additional TCP statistics](elastic/flow/tcpstats.mdx) such as Round Trip Time, Retransmission and Packet Loss are not enabled by default, and must be configured. + +### Ingress Gateway L7 + +The **Ingress Gateway L7** dashboard gives you a clear view of how your gateways are handling traffic and if they are set up correctly. +It helps you track request speeds, find errors quickly, and make sure your apps stay connected and running well. + + \ No newline at end of file diff --git a/static/img/calico-enterprise/dashboard-ingress-gateway.png b/static/img/calico-enterprise/dashboard-ingress-gateway.png new file mode 100644 index 0000000000..b844157c84 Binary files /dev/null and b/static/img/calico-enterprise/dashboard-ingress-gateway.png differ