Hey Everyone! I installed signoz and the `k8s-infr...
# support
a
Hey Everyone! I installed signoz and the
k8s-infra
chart by following this doc: https://signoz.io/docs/metrics-management/k8s-infra-otel-config/ I'm getting this error in the logs of the OTel collector that
k8s-infra
deployed:
Copy code
2025-01-30T23:09:25.960Z	info	envprovider@v1.15.0/provider.go:53	Configuration references empty environment variable	{"name": "OTEL_EXPORTER_OTLP_ENDPOINT"}
2025-01-30T23:09:25.960Z	warn	envprovider@v1.15.0/provider.go:51	Configuration references unset environment variable	{"name": "SIGNOZ_API_KEY"}
Error: invalid configuration: exporters::otlp: requires a non-empty "endpoint"
2025/01/30 23:09:25 collector server run finished with error: invalid configuration: exporters::otlp: requires a non-empty "endpoint"
p
https://signoz.io/docs/metrics-management/k8s-infra-otel-config/
@Chitransh Gupta can you please update the above guide? We should mention the prerequisite of K8s-Infra chart already installed. If not, follow the install tutorial.
a
Thank you I got it working now
I was probably looking at the wrong docs