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
Update metadata.csv to identify open source NGINX metrics (DataDog#20633)
* Update metadata.csv
Added identifier (Included with open source NGINX) to the only metrics you would get when using open source NGINX vs NGINX plus. A majority are for NGINX plus only, so opted to annotated the 7 you get with open source NGINX
* Update nginx/metadata.csv
Co-authored-by: Sarah Witt <sarah.witt@datadoghq.com>
* Update metadata.csv
Moved additional metric data to metric description.
---------
Co-authored-by: Sarah Witt <sarah.witt@datadoghq.com>
Copy file name to clipboardExpand all lines: nginx/metadata.csv
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -70,13 +70,13 @@ nginx.location_zone.responses.5xx,count,,response,,The total number of responses
70
70
nginx.location_zone.responses.code,count,,response,,The total number of responses per each status code.,0,nginx,loc zone code,
71
71
nginx.location_zone.responses.total,count,,response,,The total number of responses sent to clients.,0,nginx,loc zone total,
72
72
nginx.location_zone.sent,count,,byte,,The total number of bytes sent to clients.,0,nginx,loc zone sent,
73
-
nginx.net.conn_dropped_per_s,rate,,connection,second,Rate of connections dropped.,-1,nginx,conns dropped/s,
74
-
nginx.net.conn_opened_per_s,rate,,connection,second,Rate of connections opened.,0,nginx,conns opened/s,
75
-
nginx.net.connections,gauge,,connection,,The total number of active connections.,0,nginx,conns,cpu|memory
76
-
nginx.net.reading,gauge,,connection,,The number of connections reading client requests.,0,nginx,conns reading,memory
77
-
nginx.net.request_per_s,rate,,request,second,Rate of requests processed. Measures both successful and failed requests.,0,nginx,req/s,
78
-
nginx.net.waiting,gauge,,connection,,The number of keep-alive connections waiting for work.,0,nginx,conns waiting,
79
-
nginx.net.writing,gauge,,connection,,The number of connections waiting on upstream responses and/or writing responses back to the client.,0,nginx,conns writing,memory
73
+
nginx.net.conn_dropped_per_s,rate,,connection,second,Rate of connections dropped (Included with open source NGINX).,-1,nginx,conns dropped/s,
74
+
nginx.net.conn_opened_per_s,rate,,connection,second,Rate of connections opened (Included with open source NGINX).,0,nginx,conns opened/s,
75
+
nginx.net.connections,gauge,,connection,,The total number of active connections (Included with open source NGINX).,0,nginx,conns,cpu|memory
76
+
nginx.net.reading,gauge,,connection,,The number of connections reading client requests (Included with open source NGINX).,0,nginx,conns reading,memory
77
+
nginx.net.request_per_s,rate,,request,second,Rate of requests processed. Measures both successful and failed requests (Included with open source NGINX).,0,nginx,req/s,
78
+
nginx.net.waiting,gauge,,connection,,The number of keep-alive connections waiting for work (Included with open source NGINX).,0,nginx,conns waiting,
79
+
nginx.net.writing,gauge,,connection,,The number of connections waiting on upstream responses and/or writing responses back to the client (Included with open source NGINX).,0,nginx,conns writing,memory
80
80
nginx.pid,gauge,,,,The ID of the worker process that handled status request.,0,nginx,pid,
81
81
nginx.ppid,gauge,,,,The ID of the master process that started the worker process,0,nginx,ppid,
82
82
nginx.processes.respawned,gauge,,process,,The total number of abnormally terminated and respawned child processes.,0,nginx,proc respawned,
0 commit comments