Skip to content

Commit 6f125bb

Browse files
committed
Move listener_backlog to nginxaas statistics
1 parent 0457264 commit 6f125bb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

content/nginxaas-azure/changelog.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ To see a list of currently active issues, visit the [Known issues]({{< ref "/ngi
1313

1414
To review older entries, visit the [Changelog archive]({{< ref "/nginxaas-azure/changelog-archive" >}}) section.
1515

16+
17+
## May 20, 2025
18+
19+
- {{% icon-feature %}} **Azure Monitor Platform Metrics**
20+
21+
NGINXaaS now publishes platform metrics directly to Azure Monitor. Compared to legacy monitoring based on custom metrics, platform metrics offers reduced latency and higher reliability. We strongly recommend migrating your alerts to use platform metrics for improved monitoring and management. For more details on enabling platform metrics, please refer to [Enable Monitoring]({{< relref "/nginxaas-azure/monitoring/enable-monitoring.md">}}).
22+
1623
## April 22, 2025
1724

1825
### What's New
@@ -45,13 +52,6 @@ NGINX App Protect WAF is now generally available and is no longer a preview feat
4552

4653
See the [Supported Regions]({{< ref "/nginxaas-azure/overview/overview.md#supported-regions" >}}) documentation for the full list of regions where NGINXaaS for Azure is available.
4754

48-
## TODO: March XX, 2025
49-
50-
- {{% icon-resolved %}} **Azure Monitor Platform Metrics**
51-
52-
NGINXaaS now publishes platform metrics directly to Azure Monitor. Legacy monitoring based on custom metrics is deprecated, and we strongly recommend migrating your alerts to use platform metrics for improved monitoring and management. For more details on enabling platform metrics, please refer to [Enable Monitoring]({{< relref "/nginxaas-azure/monitoring/enable-monitoring.md">}}).
53-
54-
5555
## March 13, 2025
5656

5757
- {{% icon-resolved %}} **Percentage capacity metric**

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)