Hi, I have a doubt on the signoz helm chat. What...
# support
v
n
@Prashant Shahi ^
v
Thanks
p
otel-collector
writes all incoming data to writes to ClickHouseDB.
otel-deployment
collects k8s cluster-level metrics and relays to
otel-collector
to write to DB.
v
These are the pods I have, I only have a collector, I can't see any otel deployment.
Copy code
global:
  storageClass: gp2
  clusterName: "dev-sc"
  cloud: aws
fullnameOverride: "signoz"

clickhouse:
  enabled: true
  persistence:
    size: 100Gi

  resources:
    requests:
      cpu: 6
      memory: 6Gi
    limits:
      cpu: 8
      memory: 8Gi

  zookeeper:
    replicaCount: 3
    resources:
      limits: 
        memory: 1Gi
        cpu: 500m
      requests:
        memory: 512Mi
        cpu: 100m

  coldStorage:
    enabled: true
    type: s3
    endpoint: <https://signoz-dev.s3.amazonaws.com/data/>
    role:
      enabled: true
      annotations:
        eks.amazonaws.com/role-arn: arn:aws:iam::1234567789:role/dev_signoz_eks_role

queryService:
  name: "query-service"
  replicaCount: 1
  resources:
    requests:
      memory: 200Mi
    limits:
      cpu: 750m
      memory: 6000Mi

frontend:
  name: "frontend"
  replicaCount: 3
  resources:
    requests:
      cpu: 100m
      memory: 100Mi
    limits:
      cpu: 200m
      memory: 200Mi
  ingress:
    enabled: true
####some configs here

# k8s-infra:
#   fullnameOverride: "k8s-infra"

otelCollector:
  replicaCount: 3
  resources:
    requests:
      cpu: 500m
      memory: 2Gi
    limits:
      cpu: 1500m
      memory: 3Gi

k8s-infra:
  otelAgent:
    resources:
      requests:
        cpu: 100m
        memory: 500Mi
      limits:
        cpu: 500m
        memory: 1Gi
is it a replacement for otelAgent?
p
These are the pods I have, I only have a collector, I can't see any otel deployment.
I see the
k8s-infra-otel-deployment
in the list