Filtering Services Tab by Tag

TLDR Sergei asked how to filter services by tag. Prashant suggested using `deployment.environment` resource attributes for filtering.

Photo of Sergei
Sergei
Wed, 21 Jun 2023 09:52:47 UTC

Hello. How can I filter services in the services tab by tag? I see only `signoz.collector.id`

Photo of Prashant
Prashant
Thu, 22 Jun 2023 20:31:58 UTC

Hello Sergei, you can include `deployment.environment` resource attributes in your application instrumentation and that can be used to filter services. Example: `OTEL_RESOURCE_ATTRIBUTES=deployment.environment=staging`