Rohan Prabhu
10/02/2024, 6:39 AMglobal:
cloud: gcp/autogke
clusterName: bruh-cluster
deploymentEnvironment: staging
otelCollectorEndpoint: signoz-k8-k8s-infra-otel-agent.platform.svc.cluster.local:4317
otelInsecure: true
presets:
otlpExporter:
enabled: true
loggingExporter:
enabled: false
kubeletMetrics:
authType: none
endpoint: ${K8S_NODE_NAME}:10255
resourceDetection:
detectors:
- gcp
- system
I am getting following logs on otel-agent pods
2024-10-02T06:32:59.798Z warn envprovider@v1.15.0/provider.go:51 Configuration references unset environment variable {"name": "SIGNOZ_API_KEY"}
Error: invalid configuration: receivers::hostmetrics: invalid root_path: stat /hostfs: no such file or directory
2024/10/02 06:32:59 collector server run finished with error: invalid configuration: receivers::hostmetrics: invalid root_path: stat /hostfs: no such file or directory
Any idea what is causing this?
FYI : release name for k8s infra is signoz-k8
release name for signoz is signoz
Rohan Prabhu
10/02/2024, 6:50 AMpresets:
hostMetrics:
enabled: false
Probably I think this can be included in the override-values.yaml for GKE(Autopilot) under self-hostPrashant Shahi
10/02/2024, 7:45 AMSigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.
Powered by