Hi team, I just installed signoz and facing small ...
# support
p
Hi team, I just installed signoz and facing small issue about cluster name showing. I this is my basic values for otel k8s infra Please help me this, thanks
Copy code
receivers:
  otlp:
    protocols:
      http:
        endpoint: "my-release-signoz-otel-collector:4318"

processors:
  resource:
    attributes:
      - key: k8s.cluster.name
        value: my-cluster-name
        action: upsert

exporters:
  otlp:
    endpoint: "my-release-signoz-otel-collector:4317"
    tls:
      insecure: true

service:
  pipelines:
    traces:
      receivers: [otlp]
      processors: [resource]
      exporters: [otlp]

    metrics:
      receivers: [otlp]
      processors: [resource]
      exporters: [otlp]
s
Why this is suppose to work, i'd rather set this way global: clusterName: my-cluster-name
p
oops, I just realized that point yesterday. Tks for helping @Samuel Olowoyeye
s
You are welcome