Skip to content

Commit 755f5b0

Browse files
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>
1 parent b366c61 commit 755f5b0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

nginx/metadata.csv

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ nginx.location_zone.responses.5xx,count,,response,,The total number of responses
7070
nginx.location_zone.responses.code,count,,response,,The total number of responses per each status code.,0,nginx,loc zone code,
7171
nginx.location_zone.responses.total,count,,response,,The total number of responses sent to clients.,0,nginx,loc zone total,
7272
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
8080
nginx.pid,gauge,,,,The ID of the worker process that handled status request.,0,nginx,pid,
8181
nginx.ppid,gauge,,,,The ID of the master process that started the worker process,0,nginx,ppid,
8282
nginx.processes.respawned,gauge,,process,,The total number of abnormally terminated and respawned child processes.,0,nginx,proc respawned,

0 commit comments

Comments
 (0)