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: internal/collector/nginxplusreceiver/documentation.md
+59-59Lines changed: 59 additions & 59 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,42 +136,42 @@ The total number of requests to an endpoint with a limit_req directive.
136
136
| nginx.limit_req.outcome | The outcome for attempting to establish a connection to an endpoint that has a limit_req directive configured. | Str: ``PASSED``, ``REJECTED``, ``REJECTED_DRY_RUN``, ``DELAYED``, ``DELAYED_DRY_RUN`` |
137
137
| nginx.zone.name | The name of the shared memory zone. | Any Str |
138
138
139
-
### nginx.http.request.byte.io
139
+
### nginx.http.request.count
140
140
141
-
The total number of HTTP byte IO.
141
+
The current number of client requests received from clients.
142
+
143
+
| Unit | Metric Type | Value Type |
144
+
| ---- | ----------- | ---------- |
145
+
| requests | Gauge | Int |
146
+
147
+
### nginx.http.request.discarded
148
+
149
+
The total number of requests completed without sending a response.
142
150
143
151
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| nginx.byte.io.direction | The direction of byte traffic. | Str: ``RX``, ``TX`` |
152
159
| nginx.zone.name | The name of the shared memory zone. | Any Str |
153
160
| nginx.zone.type | The type of shared memory zone, depending on what block it was defined in the NGINX configuration. | Str: ``SERVER``, ``LOCATION`` |
154
161
155
-
### nginx.http.request.count
156
-
157
-
The current number of client requests received from clients.
158
-
159
-
| Unit | Metric Type | Value Type |
160
-
| ---- | ----------- | ---------- |
161
-
| requests | Gauge | Int |
162
+
### nginx.http.request.io
162
163
163
-
### nginx.http.request.discarded
164
-
165
-
The total number of requests completed without sending a response.
164
+
The total number of HTTP byte IO.
166
165
167
166
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
| nginx.io.direction | The direction of byte traffic. | Str: ``receive``, ``transmit`` |
175
175
| nginx.zone.name | The name of the shared memory zone. | Any Str |
176
176
| nginx.zone.type | The type of shared memory zone, depending on what block it was defined in the NGINX configuration. | Str: ``SERVER``, ``LOCATION`` |
177
177
@@ -251,24 +251,6 @@ The current number of idle keepalive connections per HTTP upstream.
251
251
| nginx.zone.name | The name of the shared memory zone. | Any Str |
252
252
| nginx.upstream.name | The name of the upstream block. | Any Str |
253
253
254
-
### nginx.http.upstream.peer.byte.io
255
-
256
-
The total number of byte IO per HTTP upstream peer.
257
-
258
-
| Unit | Metric Type | Value Type | Aggregation Temporality | Monotonic |
0 commit comments