jj
Size: a a a
jj
AG
A
SELECT non_negative_derivative(mean("accepts"), 10s) AS "accepts", non_negative_derivative(mean("active"), 10s) AS "active", non_negative_derivative(mean("handled"), 10s) AS "handled", non_negative_derivative(mean("reading"), 10s) AS "reading", non_negative_derivative(mean("requests"), 10s) AS "requests", non_negative_derivative(mean("waiting"), 10s) AS "waiting", non_negative_derivative(mean("writing"), 10s) AS "writing" FROM "nginx" WHERE ("host" =~ /^$host$/) AND $timeFilter GROUP BY time($interval) fill(null) A
АК
NZ
АК
АК
jj
A
nginx -V 2>&1 | grep -o with-http_stub_status_module отдаёт with-http_stub_status_moduleСФ
SELECT sum("count") FROM "$measurement_name" WHERE ("application" =~ /^$application$/ AND "transaction" = 'all') AND "testId"='100' AND $timeFilter GROUP BY time($__interval) fill(null)jj
nginx -V 2>&1 | grep -o with-http_stub_status_module отдаёт with-http_stub_status_moduleAG
SELECT sum("count") FROM "$measurement_name" WHERE ("application" =~ /^$application$/ AND "transaction" = 'all') AND "testId"='100' AND $timeFilter GROUP BY time($__interval) fill(null)AG
СФ
A
location /nginx_status {
stub_status on;
allow 127.0.0.1;
access_log on;
deny all;
}так сделал) и шлю курл с этого же сервака, а мне ответ, The plain HTTP request was sent to HTTPS portAG
AG
AG
СФ