Muhammed Hussein Karimi
02/28/2023, 9:17 AMk8s-infra
log counter in logs
section works but there is no data in events section, also fields are loaded correctlyAnkit Nayan
02/28/2023, 9:25 AMnitya-signoz
02/28/2023, 9:39 AMkubectl exec -n platform -it chi-my-release-clickhouse-cluster-0-0-0 -- sh
clickhouse client
use signoz_logs;
select timestamp,observed_timestamp from distributed_logs order by timestamp desc limit 10;
Muhammed Hussein Karimi
02/28/2023, 9:41 AM┌───────────timestamp─┬──observed_timestamp─┐
│ 1677577033101391005 │ 1677577033114197754 │
│ 1677577033087210293 │ 1677577033114149167 │
│ 1677577033081940586 │ 1677577033113942963 │
│ 1677577033079232086 │ 1677577033114117714 │
│ 1677577033074985781 │ 1677577033114088974 │
│ 1677577033071399878 │ 1677577033113746096 │
│ 1677577033068867909 │ 1677577033114495821 │
│ 1677577033058288277 │ 1677577033114040042 │
│ 1677577033054256687 │ 1677577033114446222 │
│ 1677577033036741379 │ 1677577033114394174 │
└─────────────────────┴─────────────────────┘
nitya-signoz
02/28/2023, 9:43 AM/logs
endpoint from the network tab?Muhammed Hussein Karimi
02/28/2023, 9:49 AM/logs
only aggregate
nitya-signoz
02/28/2023, 9:50 AMMuhammed Hussein Karimi
02/28/2023, 9:51 AM{
"status": "error",
"data": "Failed to fetch logs from the DB",
"errorType": "internal",
"error": "code: 241, message: Memory limit (total) exceeded: would use 3.62 GiB (attempt to allocate chunk of 5064994 bytes), maximum: 3.60 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker.: (while reading column attributes_string_value): While executing MergeTreeReverse"
}
resources:
requests:
cpu: 100m
memory: 200Mi
limits:
cpu: 2000m
memory: 4Gi
nitya-signoz
02/28/2023, 9:56 AMPalash Gupta
02/28/2023, 10:34 AMcan there be a case where /logs is not triggered on the UI ?I am not aware of such case... @Muhammed Hussein Karimi can you please share the loom video for the same
Muhammed Hussein Karimi
02/28/2023, 10:45 AMPalash Gupta
02/28/2023, 10:48 AM