diff --git a/doc/content/concepts/architecture/components/forwarded-messages-count.png b/doc/content/concepts/architecture/components/forwarded-messages-count.png new file mode 100644 index 0000000000..e0b7cd482e Binary files /dev/null and b/doc/content/concepts/architecture/components/forwarded-messages-count.png differ diff --git a/doc/content/concepts/architecture/components/network-operations-center.md b/doc/content/concepts/architecture/components/network-operations-center.md index e53942818d..8a98e8c93a 100644 --- a/doc/content/concepts/architecture/components/network-operations-center.md +++ b/doc/content/concepts/architecture/components/network-operations-center.md @@ -115,6 +115,10 @@ The Packets per channel and Channel utilization graphs can be used to find out w {{< figure src="../gateway-packets-per-data-rate.png" alt="" >}} +**Round Trip Times** - a graph that visualizes Round Trip Times (RTT) between the Gateway Server and Gateways as a measure of latency in ms over a time interval. For more information on this, refer to [Round Trip Times]({{< ref "/hardware/gateways/concepts/gateway-rtt/" >}}) + +{{< figure src="../roundtrip-times.png" alt="round trip times" >}} + ## Application Details Dashboard The **Application Details** dashboard provides a detailed insight into application statistics in the selected time period. @@ -139,6 +143,14 @@ It consists of the following panels: {{< figure src="../packets-per-channel-app.png" alt="" >}} +**Forwarded messages count** - a chart displaying the count of different messages forwarded to The Things Stack over a period of time. + +{{< figure src="../forwarded-messages-count.png" alt="forwarded messages" >}} + +**Webhook failures by error code** - a chart that visualizes the number of webhooks failed by error code in the selected time frame. + +{{< figure src="../webhook-failures-by-error.png" alt="webhook failures" >}} + ## End Device Details Dashboard The **End Device Details** dashboard provides a detailed insight into end device statistics in the selected time period. diff --git a/doc/content/concepts/architecture/components/roundtrip-times.png b/doc/content/concepts/architecture/components/roundtrip-times.png new file mode 100644 index 0000000000..f2f012b58d Binary files /dev/null and b/doc/content/concepts/architecture/components/roundtrip-times.png differ diff --git a/doc/content/concepts/architecture/components/webhook-failures-by-error.png b/doc/content/concepts/architecture/components/webhook-failures-by-error.png new file mode 100644 index 0000000000..ea06a0fac1 Binary files /dev/null and b/doc/content/concepts/architecture/components/webhook-failures-by-error.png differ