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
Hi there, this is rather a question on possible fine-tuning rather than issue report.
observed behavior
After log message is pushed e.g. via:
curl -X POST -H "Content-Type: application/json" -d '{"streams":[{"stream":{"job":"example-job","level":"info"},"values":[["'$(date +%s%N)'", "This is a log message with current timestamp: '$(date +%Y-%m-%dT%H:%M:%S%:z)'"]]}]}' http://127.0.0.1:3100/loki/api/v1/push
It takes about 20s to retrieve it in the web UI.
Record related to such log entry appears in sampls_v3 table almost immediately
Also label related to such log entry is avaiable in he web UI without noticeable delay; just the message itself is not available for some time.
expected behavior
Once log gets into samples_v3 table it should be returned by the web UI without delay.
additional information
qryn version: v3.2.36
qryn settings:
acceptance criteria
Maybe there is some caching going on in the web client ? If so - is it configurable to limit the delay?
Or maybe there are some operations done on clickhouse database before data is retrievable (earlier versions of qryn around v3.1 were using different schema with samples_v2 table and there were some periodic operations performed on the database - maybe in v.3.2 this process still exists and affects retrieval delay) ?
The text was updated successfully, but these errors were encountered:
Hi there, this is rather a question on possible fine-tuning rather than issue report.
observed behavior
After log message is pushed e.g. via:
It takes about 20s to retrieve it in the web UI.
Record related to such log entry appears in sampls_v3 table almost immediately
Also label related to such log entry is avaiable in he web UI without noticeable delay; just the message itself is not available for some time.
expected behavior
Once log gets into samples_v3 table it should be returned by the web UI without delay.
additional information
qryn version: v3.2.36
qryn settings:
clickhouse version: 24.5.3.5 (official build)
acceptance criteria
Maybe there is some caching going on in the web client ? If so - is it configurable to limit the delay?
Or maybe there are some operations done on clickhouse database before data is retrievable (earlier versions of qryn around v3.1 were using different schema with samples_v2 table and there were some periodic operations performed on the database - maybe in v.3.2 this process still exists and affects retrieval delay) ?
The text was updated successfully, but these errors were encountered: