guys how can i see the service in the service filt...
# support
v
guys how can i see the service in the service filter dashbaord ? i already addeed the service variable in the k8s deployment i'm able to see it in the traces but not in the service filter.
n
Hey @Vinicius Casellato, for filtering the services, you need to add the resource attributes, PTAL: https://signoz.io/docs/userguide/metrics/#filter-the-list-of-applications
v
actually i have already declared the vars with these infos.
n
what are the attributes you've added?
v
let me share here.
Copy code
OTEL_SERVICE_NAME: "ob-cip-dev"
  OTEL_EXPORTER_OTLP_ENDPOINT: "<http://signoz-otel-collector.platform.svc.cluster.local:4317/v1/traces>"
  OTEL_EXPORTER_OTLP_PROTOCOL: "grpc"
  OTEL_RESOURCE_ATTRIBUTES: "service.name=ob-cip-dev"
  OTEL_TRACES_EXPORTER: "otlp"
  OTEL_LOGS_EXPORTER: "otlp"
  OTEL_NODE_RESOURCE_DETECTORS: "env,host,os"
  NODE_OPTIONS: "--require @opentelemetry/auto-instr
i dont know if i'm missing something but it's not appearing the filter to check only the service
Did anyone get this issue ?
n
How are you running Signoz? Also, are you putting these as environment variables?
v
no i have the signoz working and deployed via helm
i can see traces and logs
but the service filter isnt appearing.