Hi I am facing isssue with signoz showing logs but...
# support
s
Hi I am facing isssue with signoz showing logs but no traces,metrics and services i am using signoz and k8s infra deployment using helm .kubectl get pods -n signoz-metric >> NAME READY STATUS RESTARTS AGE chi-signoz-clickhouse-cluster-0-0-0 1/1 Running 0 22h my-release-k8s-infra-otel-agent-47r8d 1/1 Running 0 21h my-release-k8s-infra-otel-agent-djqcb 1/1 Running 0 21h my-release-k8s-infra-otel-agent-hqh69 1/1 Running 0 21h my-release-k8s-infra-otel-agent-mhrld 1/1 Running 0 21h my-release-k8s-infra-otel-agent-qhp2p 1/1 Running 0 21h my-release-k8s-infra-otel-deployment-797b8dd997-8vlwr 1/1 Running 0 21h python-petclinic-86cc84ffdf-8svbk 1/1 Running 0 20h signoz-0 1/1 Running 0 22h signoz-alertmanager-0 1/1 Running 0 22h signoz-clickhouse-operator-6995fc6546-v5qs5 2/2 Running 2 (22h ago) 22h signoz-otel-collector-bdb777648-bmx7f 1/1 Running 0 22h signoz-schema-migrator-async-779kf 0/1 Completed 0 42h signoz-schema-migrator-async-init-5m6ll 0/1 Completed 0 22h signoz-schema-migrator-sync-5cl6x 0/1 Completed 0 42h signoz-schema-migrator-sync-init-d4fh4 0/1 Completed 0 22h signoz-zookeeper-0 1/1 Running 0 22h simplest-collector-9d86b4fb6-6klx6 1/1 Running 0 16h
n
Hey @Sumedh Deshpande what version of signoz are you running?
s
0.78.0
n
• Could you please share the ConfigMap values for
signoz-otel-collector
? • Are there any errors in the
signoz-otel-collector
logs? • If you're able to exec into ClickHouse, please run the following command and share the output.
Copy code
SELECT max(timestamp)
FROM signoz_traces.signoz_index_v3
s
Error from server (NotFound): configmaps "signoz-otel-collector-config" not found PS C:\Users\DELL\Downloads\helm-v3.17.3-windows-amd64\windows-amd64> kubectl get configmap signoz-otel-collector-config -n signoz-metr ic -o yaml
>
Error from server (NotFound): configmaps "signoz-otel-collector-config" not found PS C:\Users\DELL\Downloads\helm-v3.17.3-windows-amd64\windows-amd64> kubectl get configmaps -n signoz-metric
>
configmap.txt
chi-signoz-clickhouse-cluster-0-0-0.chi-signoz-clickhouse-cluster-0-0.signoz-metric.svc.cluster.local :) SELECT max(timestamp) FROM si gnoz_traces.signoz_index_v3; SELECT max(timestamp) FROM signoz_traces.signoz_index_v3 Query id: aff05eee-d478-469d-b2c1-a3c98a442b05 ┌────────────────max(timestamp)─┐ │ 1970-01-01 000000.000000000 │ └───────────────────────────────┘ 1 row in set. Elapsed: 0.003 sec.
Hi Nagesh can u please tell me what is isssue i am facing
n
could you please share logs of signoz-otel-collector
s
er","data_type":"metrics","name":"clickhousemetricswrite"} {"level":"warn","ts":1745915860.7358782,"caller":"clickhousemetricsexporter/exporter.go:361","msg":"empty batch, skipping","kind":"expor ter","data_type":"metrics","name":"clickhousemetricswrite"} {"level":"warn","ts":1745915920.7357335,"caller":"clickhousemetricsexporter/exporter.go:361","msg":"empty batch, skipping","kind":"expor ter","data_type":"metrics","name":"clickhousemetricswrite"} {"level":"warn","ts":1745915980.7362828,"caller":"clickhousemetricsexporter/exporter.go:361","msg":"empty batch, skipping","kind":"expor ter","data_type":"metrics","name":"clickhousemetricswrite"} {"level":"warn","ts":1745916040.7359169,"caller":"clickhousemetricsexporter/exporter.go:361","msg":"empty batch, skipping","kind":"expor ter","data_type":"metrics","name":"clickhousemetricswrite"} PS C:\
Hii Nagesh plz help me