Replies: 1 comment
-
I meant something like this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, @martin-helmich
prometheus-nginxlog-exporter version: 1.10.0
input - syslog udp.
I have POST-request which executs for 28.749 seconds.
Requests are rare, about 1-2 request in 3-5 mins.
22.22.22.22 - - [08/Dec/2022:17:57:54 +0300] example.com "POST /provider/balances/url HTTP/1.1" 499 0 "https://example.com/provider/balances/" "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36" 31006 650035276 28.749 1670511474.786 - 28.749 - 194fa74989685fade69f96b2eecdfc09 -
Seems like nginxlog-exporter caches quantile metric, so Prometheus gets same value multiple times(about 10 min).
Prometheus scrape time 30 sec.
PromQL request
nginxlog_http_response_time_seconds{hostname="monolit-balancer-1",quantile="0.99",method="POST",status="499"}[70m]
response
Maybe I have missing something or doing bad logic, but i think here need add timeout for refresh data?
Beta Was this translation helpful? Give feedback.
All reactions