Ganesh Wankhede
08/18/2025, 2:12 PMGanesh Wankhede
08/19/2025, 4:49 AMKieran Pilkington
08/19/2025, 7:23 AMk8s.namespace.name
is present in both the resource data and attribute data. Somewhere in your setup, it is setting the metric key twice. And Signoz doesn't know which one you are wanting to query with.
@Srikanth Chekuri The old query builder used to have blue/yellow colors when you selected a different metric source. Did the ability to do this get lost in the new query builder? Is there way to do this now?
resource(k8s.namespace.name) in ['mongodb']
attribute(k8s.namespace.name) in ['mongodb']
Srikanth Chekuri
08/19/2025, 7:36 AMresource.k8s.namespace.name
or attribute.k8s.namespace.name
depending on the context.Ganesh Wankhede
08/19/2025, 2:10 PMSrikanth Chekuri
08/19/2025, 2:13 PMGanesh Wankhede
08/19/2025, 2:40 PMSrikanth Chekuri
08/19/2025, 2:41 PMKieran Pilkington
08/19/2025, 8:24 PMresource.k8s.namespace.name
, then things should work.