https://signoz.io logo
#support
Title
# support
a

Ayan Khamza

06/15/2023, 1:16 PM
Hello, team! I installed signoz in bare metal k8s cluster via helm chart. How I can filter my applications in Services section or Service Map section? There in search bar I can read that
"Search and filter based on resource attributes"
. But I haven't any filters in suggestions. I checked in env variables of my application pod which I registered to signoz. There I can see OTEL_RESOURCE_ATTRIBUTES variable:
Copy code
OTEL_RESOURCE_ATTRIBUTES=k8s.container.name=sample-backend,k8s.deployment.name=sample-backend,k8s.namespace.name=apm-demo,k8s.node.name=worker8,k8s.pod.name=sample-backend-6c5d87f944-ftgdm,k8s.replicaset.name=sample-backend-6c5d87f944
But in web ui I can't filter it by namespaces or name of app.
s

Srikanth Chekuri

06/15/2023, 3:48 PM
Only
deployment.environment
,
k8s.cluster.name
,
k8s.cluster.namespace
are supported at the moment in service map.
v

Vishnu Teja Vallala

06/16/2023, 5:34 AM
@Srikanth Chekuri To have this deployment.environment/other variable filter (not on service map but on the home services page), we need to add it in the dimensions right? Can we get this if i add the properties to the pipeline like you mentioned yesterday and i add a new dimension. Or it will work only if i pass it as OTEL attribute?
s

Srikanth Chekuri

06/16/2023, 6:19 AM
we need to add it in the dimensions right?
Yes
Can we get this if i add the properties to the pipeline like you mentioned yesterday and i add a new dimension.
Yes
Or it will work only if i pass it as OTEL attribute?
Not clear, if the ingested spans data consists of attributes and you add the attribute to the dimensions, it will show up in the filters.
v

Vishnu Teja Vallala

06/16/2023, 7:20 AM
Understood Srikanth, thanks😀
a

Ayan Khamza

06/19/2023, 11:07 AM
@Vishnu Teja Vallala Hi! What does mean dimensions and where I can it add 🙂
v

Vishnu Teja Vallala

06/20/2023, 4:37 AM
@Ayan Khamza On the Services/home page of signoz, you can see the search filter on the top. By default there will be an option to filter based on signoz_collector_id, namespace and environment. So you need to filter based on some other custom parameters. You can add it in the dimensions in the otel-collector-config.yaml file in signozspanmetrics processor to achieve it.
a

Ayan Khamza

06/20/2023, 6:28 PM
🙏 Thank's a lot guys! I finally got it with your help and filtered in Services/home page. What about Service Map page? I need also add it in processor but at another place on config file ?
2 Views