Section 3 · Remote configuration

Why manual configuration doesn't scale

Estimated time: 1 min

The scaling challenge

Say you need to add a new metrics scrape to your collectors, maybe you’re rolling out a new integration or collecting extra data to troubleshoot an incident. With the manual approach, you access each machine, edit its configuration file, and reload the collector, then repeat for the next one. For 5 collectors that’s tedious. For 50 it’s most of a day. For 500 it’s impossible to do consistently.

Configuration management tools like Ansible or Terraform help, but they don’t remove the work. You’re still managing deployments, testing changes, and coordinating rollouts, so every configuration change becomes its own project.

The scaling challenge: manual approach vs remote configuration

How remote configuration changes this

Remote configuration flips the model. You create a configuration pipeline once in Fleet Management and assign it to collectors by their attributes, such as all production collectors or everything in us-east. The collectors pull the new configuration automatically on their next poll cycle.

Updates per change

Approach5 collectors50 collectors500 collectors
Manual5 updates50 updates500 updates
Remote config1 update1 update1 update

Configure once, deploy everywhere. One update reaches your entire fleet.