Hi <@U01NT95GV8B> I wanted to confirm, are they l...
# support
s
Hi @Srikanth Chekuri I wanted to confirm, are they limitations in how many environments i can deploy to signoz. I tried to ingest a new environment today i had set deployment.environment = "newenv" i can see the env in logs when i filter with deployment.environment, however in the service list i cannot seem to find the dropdown. Could you kindly confirm this?
Copy code
global:
  clusterName: newenv
  # deploymentEnvironment: newenv

otelCollectorEndpoint: IP:4317
otelInsecure: true

otelDeployment:
  enabled: false

presets:
  hostMetrics:
    enabled: false
  kubeletMetrics:
    enabled: false
  clusterMetrics:
    enabled: false
  logsCollection:
    # whether to enable log collection
    enabled: true
    whitelist:
      enabled: true
      signozLogs: false
      namespaces:
        - default
        - product
        - vas
    blacklist:
    #   # whether to enable blacklisting
      enabled: true
    #   # whether to exclude signoz logs
      signozLogs: false
      pods:
        - edgemicro-mtn-ng
otelAgent:
  resources:
    requests:
      cpu: 100m
      memory: 100Mi
    limits:
      cpu: 400m
      memory: 700Mi
  config:
    processors:
      batch:
        send_batch_size: 10000
      resource/upsert:
        attributes:
          - key: deployment.environment
            value: "newenv"
            action: upsert
      tail_sampling:
        policies:
          - name: drop_noisy_traces_url
            type: string_attribute
            string_attribute:
              key: url.path
              values:
                - \/actuator*
                - \/health*
                - \/liveness*
              enabled_regex_matching: true
              invert_match: true
    exporters:
      otlp:
        sending_queue:
          queue_size: 10000
    service:
      pipelines:
        traces:
          processors: [resource/upsert, batch,tail_sampling]
        metrics:
          processors: [resource/upsert, batch]
        logs:
          processors: [resource/upsert, batch]
s
responded in DMs for this special case