setting up signoz on gke standard, sending metrics...
# support
a
setting up signoz on gke standard, sending metrics to cloud but signoz doesn't detect any of the services, just logs. there are no kubelet metrics or any other data. deployed k8s-infra chart using
helm --namespace signoz install signoz-dev signoz/k8s-infra -f override-values.yaml
the services are nodejs based and are in namespace
dev
and
qa
while signoz is in
signoz
below is the override-values.yaml
Copy code
global:
  cloud: gcp
  clusterName: dev-cluster
  deploymentEnvironment: dev
otelCollectorEndpoint: ingest.in.signoz.cloud:443
otelInsecure: false
signozApiKey: <my api key>
presets:
  otlpExporter:
    enabled: true
  loggingExporter:
    enabled: false
  resourceDetection:
    detectors:
      - gcp
      - system
the system is up and there are no errors in gcp for this service except a few warnings around the vulnerability to denial of service attacks