Skip to content

Commit f985023

Browse files
committed
Add docs for ingress gateway dashboard
DOCS-2755
1 parent ccddf70 commit f985023

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

calico-cloud/observability/dashboards.mdx

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,12 @@ Dashboards help you see what's going on in your cluster.
1313
See how your cluster is performing and visualize your system's log data.
1414
## About dashboards
1515

16-
Calico Cloud provides a set of dashboards to help you understand the activity in your cluster.
16+
Calico Enterprise provides a set of dashboards to help you understand the activity in your cluster.
1717
Each dashboard is made up of graphs, charts, and diagrams that visually represent the data in your logs.
1818

1919
To view your dashboards, sign in to the web console and click the <IconDashboard width="20" /> **Dashboards** icon.
2020

21-
You can also create your own arrangement by creating a custom dashboard.
22-
With a custom dashboard, you can combine and arrange cards from any of the other dashboards.
23-
2421
Not all users have access to dashboards.
25-
Creating custom dashboards is limited to administrators.
2622

2723
### Cluster Health
2824

@@ -34,32 +30,39 @@ The **Cluster Health** dashboard provides a birds-eye view of cluster activity.
3430

3531
The **Traffic Volume** dashboard provides a high-level view of traffic in your cluster.
3632

37-
<Screenshot src="/img/calico-cloud/dashboard-data-volume.png" alt="Traffic Volume Dashboard" />
33+
<Screenshot src="/img/calico-enterprise/dashboard-data-volume.png" alt="Traffic Volume Dashboard" />
3834

3935
### DNS Logs
4036

4137
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.
4238

43-
<Screenshot src="/img/calico-cloud/dashboard-dns-logs.png" alt="DNS Logs Dashboard" />
39+
<Screenshot src="/img/calico-enterprise/dashboard-dns-logs.png" alt="DNS Logs Dashboard" />
4440

4541
### Flow Logs
4642

4743
The **Flow Logs** dashboard gives you an overview of how packets are being sent and received by all the pods in your cluster.
4844
Seeing this data helps you spot unusual flow activity, which may indicate a compromise.
4945

50-
<Screenshot src="/img/calico-cloud/dashboard-flow-logs.png" alt="Flow Logs Dashboard" />
46+
<Screenshot src="/img/calico-enterprise/dashboard-flow-logs.png" alt="Flow Logs Dashboard" />
5147

5248
### HTTP Traffic
5349

5450
The **HTTP Traffic** dashboard provides application performance metrics for inscope Kubernetes services.
5551
The data can assist service owners and platform personnel in assessing the health of cluster workloads without the need for a full service mesh.
5652
[L7 logs](elastic/l7/configure.mdx) are not enabled by default, and must be configured.
5753

58-
<Screenshot src="/img/calico-cloud/dashboard-l7.png" alt="HTTP Traffic dashboard" />
54+
<Screenshot src="/img/calico-enterprise/dashboard-l7.png" alt="HTTP Traffic dashboard" />
5955

6056
### Network Performance
6157

6258
The **Network Performance** dashboard provides TCP metrics to help you identify bottlenecks, packet loss, and performance issues.
6359
[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.
6460

65-
<Screenshot src="/img/calico-cloud/dashboard-tcp-performance.png" alt="Network Performance Dashboard" />
61+
<Screenshot src="/img/calico-enterprise/dashboard-tcp-performance.png" alt="Network Performance Dashboard" />
62+
63+
### Ingress Gateway L7
64+
65+
The **Ingress Gateway L7** dashboard gives you a clear view of how your gateways are handling traffic and if they are set up correctly.
66+
It helps you track request speeds, find errors quickly, and make sure your apps stay connected and running well.
67+
68+
<Screenshot src="/img/calico-enterprise/dashboard-ingress-gateway.png" alt="Ingress Gateway L7 dashboard" />

calico-enterprise/observability/dashboards.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,10 @@ The **Network Performance** dashboard provides TCP metrics to help you identify
5959
[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.
6060

6161
<Screenshot src="/img/calico-enterprise/dashboard-tcp-performance.png" alt="Network Performance Dashboard" />
62+
63+
### Ingress Gateway L7
64+
65+
The **Ingress Gateway L7** dashboard gives you a clear view of how your gateways are handling traffic and if they are set up correctly.
66+
It helps you track request speeds, find errors quickly, and make sure your apps stay connected and running well.
67+
68+
<Screenshot src="/img/calico-enterprise/dashboard-ingress-gateway.png" alt="Ingress Gateway L7 dashboard" />
153 KB
Loading

0 commit comments

Comments
 (0)