Section 3 · Remote configuration

How to choose the right attributes for your fleet

Estimated time: 1 min

How to choose your attributes

A little planning up front saves a lot of pain later. Start by asking one question: “What groups of collectors should receive the same configuration?”

To match a pipeline to…You need an attribute like…
All production serversenv=production
Collectors in specific regionsregion=us-east
Collectors owned by a teamteam=platform
Collectors for a specific serviceservice=api-gateway
Start with one question

Common attribute patterns

AttributeExample valuesUse case
envproduction, staging, devEnvironment-specific configs
regionus-east, eu-west, ap-southRegion-specific collection
teamplatform, backend, dataTeam ownership
serviceapi, web, workerService-specific monitoring

Start simple. Begin with env and one or two others. Add more as patterns emerge from real usage.