Skip to content

Commit 7b696ab

Browse files
committed
Move listener_backlog to nginxaas statistics
1 parent 0457264 commit 7b696ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/nginxaas-azure/monitoring/metrics-catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ The metrics are categorized by the namespace used in Azure Monitor. The dimensio
4444
| nginxaas.maxmind | status | count | The status of any MaxMind license in use for downloading geoip2 databases. Refer to [License Health]({{< ref "/nginxaas-azure/quickstart/geoip2.md#monitoring" >}}) to learn more about the status dimension. | deployment |
4545
| waf.enabled | | count | Current status of Web Application Firewall on the deployment. | deployment |
4646
| ports.used | | count | The number of listen ports used by the deployment during the aggregation interval. | deployment |
47+
| system.listener_backlog.max| listen_addr, file_desc | count | The fullness (expressed as a fraction) of the fullest backlog queue. | deployment |
48+
| system.listener_backlog.length| listen_address, file_desc | count | The number of items in a specific backlog queue, labelled by listen address. | deployment |
49+
| system.listener_backlog.queue_limit| listen_address, file_desc | count | The capacity of a specific backlog queue, labelled by listen address. | deployment |
4750

4851
{{</bootstrap-table>}}
4952

@@ -250,9 +253,6 @@ The metrics are categorized by the namespace used in Azure Monitor. The dimensio
250253
| system.interface.packets_sent| interface | count | System Interface Packets Sent. | deployment |
251254
| system.interface.total_bytes| interface | count | System Interface Total Bytes, sum of bytes_sent and bytes_rcvd. | deployment |
252255
| system.interface.egress_throughput| interface | count | System Interface Egress Throughput, i.e. bytes sent per second| deployment |
253-
| system.listener_backlog.max| listen_addr, file_desc | count | The fullness (expressed as a fraction) of the fullest backlog queue. | deployment |
254-
| system.listener_backlog.length| listen_address, file_desc | count | The number of items in a specific backlog queue, labelled by listen address. | deployment |
255-
| system.listener_backlog.queue_limit| listen_address, file_desc | count | The capacity of a specific backlog queue, labelled by listen address. | deployment |
256256

257257
{{</bootstrap-table>}}
258258

0 commit comments

Comments
 (0)