You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/nginxaas-google/monitoring/enable-monitoring.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ Refer to the [Google's Metrics Explorer](https://cloud.google.com/monitoring/cha
43
43
44
44
You can retrieve raw time series metrics from the [Cloud Monitoring API](https://cloud.google.com/monitoring/api/v3).
45
45
46
-
For example, you can use [`projects.timeSeries.list`](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list) to list metrics matching filters from a specified time interval. The following `curl` command lists `nginxaas.ncus.provisioned` metrics from the time interval `start_time` to `end_time` in the given `project_id`.
46
+
For example, you can use [`projects.timeSeries.list`](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list) to list metrics matching filters from a specified time interval. The following `curl` command lists `nginx.http.requests` metrics from the time interval `start_time` to `end_time` in the given `project_id`.
The following metrics are reported by NGINXaaS for Google Cloud in Google Cloud Monitoring.
35
29
The metrics are categorized by the namespace used in Google Cloud Monitoring. The labels allow you to filter or split your queries in Google Cloud Monitoring providing you with a granular view over the metrics reported.
| nginxaas.ncus.provisioned| nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location | count | The number of successfully provisioned NCUs during the aggregation interval. | deployment |
44
-
45
-
{{< /table >}}
46
-
47
31
### NGINX config statistics
48
32
49
33
{{< table >}}
@@ -174,76 +158,3 @@ The metrics are categorized by the namespace used in Google Cloud Monitoring. Th
174
158
| nginx.stream.upstream.zombie.count | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, nginx_zone_name, nginx_upstream_name | gauge | The current number of peers removed from the group but still processing active client connections. | upstream |
| system.cpu.time | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, cpu, state | count | Total seconds each logical CPU spent on each mode (idle, interrupt, nice, softirq, steal, system, user, wait). | deployment |
185
-
| system.cpu.utilization | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, cpu, state | gauge | Difference in system.cpu.time since the last measurement per logical CPU, divided by the elapsed time (value in interval [0,1]). | deployment |
186
-
| system.cpu.physical.count | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location | count | Number of available physical CPUs. | deployment |
187
-
| system.cpu.logical.count | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location | count | Number of available logical CPUs. | deployment |
188
-
| system.cpu.frequency | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, cpu | gauge | Current frequency of the CPU core in Hz. | deployment |
| system.disk.io | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device, direction | count | Disk bytes transferred (read/write). | deployment |
199
-
| system.disk.operations | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device, direction | count | Disk operations count (read/write). | deployment |
200
-
| system.disk.io_time | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device | count | Time disk spent activated. On Windows, this is calculated as the inverse of disk idle time. | deployment |
201
-
| system.disk.operation_time | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device, direction | count | Time spent in disk operations. | deployment |
202
-
| system.disk.weighted_io_time | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device | count | Time disk spent activated multiplied by the queue length. | deployment |
| system.disk.merged | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device, direction | count | The number of disk reads/writes merged into single physical disk access operations. | deployment |
| system.memory.limit | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location | count | Total bytes of memory available. | deployment |
215
-
| system.memory.usage | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, state | count | Bytes of memory in use, broken down by type (buffered, cached, inactive, free, slab_reclaimable, slab_unreclaimable, used). | deployment |
216
-
| system.memory.utilization | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, state | gauge | Percentage of memory bytes in use. | deployment |
217
-
| system.memory.page_size | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location | gauge | A constant value for the system's configured page size. | deployment |
218
-
| system.linux.memory.available | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location | count | An estimate of how much memory is available for starting new applications, without swapping (Linux only). | deployment |
219
-
| system.linux.memory.dirty | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location | count | The amount of dirty memory according to `/proc/meminfo`. | deployment |
| system.network.packets | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device, direction | count | The number of packets transferred (receive/transmit). | deployment |
242
-
| system.network.dropped | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device, direction | count | The number of packets dropped. | deployment |
243
-
| system.network.errors | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device, direction | count | The number of network errors encountered. | deployment |
244
-
| system.network.io | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, device, direction | count | The number of bytes transmitted and received. | deployment |
245
-
| system.network.connections | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location, protocol, state | count | The number of network connections by protocol and state. | deployment |
246
-
| system.network.conntrack.count | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location | count | The count of entries in conntrack table. | deployment |
247
-
| system.network.conntrack.max | nginxaas_account_id, nginxaas_namespace, nginxaas_deployment_object_id, nginxaas_deployment_name, nginxaas_deployment_location | count | The limit for entries in the conntrack table. | deployment |
0 commit comments