This message was deleted.
# support
s
This message was deleted.
a
The app is Spring boot with this command line config:
-Dotel.resource.attributes=service.name=${ProjectName}-${EnvironmentName}-${ServiceName},service.namespace=${ProjectName},deployment.environment=${EnvironmentName}
p
@Alexei Zenin are you not seeing this filter bar above services list?
a
I see the bar, when I click on it it says no attributes to filter by
Some apps are sending attributes others arent which might play a role.
Most of the data sent never had service.namespace and deployment.environment sent before
Would be nice if you could filter by service.name as well
p
Ah, I see. No it should filter for apps with those attributes available. @Prashant Shahi @Vishal Sharma do you have more insights on this
p
@Alexei Zenin We had some issues with resource attribute filter around v0.10.x The fix has been merged to
develop
branch. It will be included in the next release. https://github.com/SigNoz/signoz/pull/1521
a
Ah excellent, yeah also noticed services that stop sending data also showing up still in service list. Ill wait for the fix and then upgrade 👍
Found out my issue! Turns out my otel-collector-metrics was misconfigured and was never scraping properly thus not populating the DB/External calls metrics and looks like it also breaks the filter functionality. Once I got the scraping working again i could do the filtering by the dimensions.
One thing I noticed though is when filtering it doesn’t actually remove the services from the list and just sets all their metrics to 0.00
p
sets all their metrics to 0.00
That is fixed in
develop
👍 1
🙌 1
otel-collector-metrics was misconfigured and was never scraping properly thus not populating the DB/External calls metrics
Was it misconfiguration from yourself with overwrite data or something else?