Slackbot
03/08/2023, 6:21 PMnitya-signoz
03/09/2023, 7:18 AMSaajid Mohammed
03/09/2023, 2:31 PMresources_string.k8s_container_name
in the log record. I'm running on eks on aws.nitya-signoz
03/09/2023, 3:37 PMkubectl exec -n platform -it chi-my-release-clickhouse-cluster-0-0-0 -- sh
clickhouse client
use signoz_logs;
select distinct name from distributed_logs_resource_keys;
Saajid Mohammed
03/09/2023, 3:40 PMSELECT DISTINCT name
FROM distributed_logs_resource_keys
Query id: 02a3aa7e-bcc4-4b13-a527-0223530f3dd4
┌─name────────────────────────┐
│ host_name │
│ os_type │
│ signoz_component │
└─────────────────────────────┘
Saajid Mohammed
03/09/2023, 3:42 PMnitya-signoz
03/09/2023, 3:42 PMSaajid Mohammed
03/09/2023, 3:46 PMnitya-signoz
03/09/2023, 3:47 PMsignoz_logs
database and restart the collectors.
Else we can schedule a call to fix this.
Commands will be same as this https://signoz-community.slack.com/archives/C01HWQ1R0BC/p1678376272927989?thread_ts=1678299713.440809&cid=C01HWQ1R0BC
drop database signoz_logs
Saajid Mohammed
03/09/2023, 3:48 PMSaajid Mohammed
03/09/2023, 7:00 PMnitya-signoz
03/10/2023, 4:39 AMSaajid Mohammed
03/10/2023, 2:31 PM