- Documentation
- Learning Hub
- Section 3 of 3 Remote configuration
Safe experimentation workflow
Slide 11 of 14
Safe experimentation workflow
- Create pipeline
- Set matcher for ONE test collector (e.g., collector.ID=“test-collector-01”)
- Activate and verify (no errors, acceptable performance)
- Expand matcher to small group (e.g., env=“staging”)
- Verify at scale
- Expand to full target (e.g., env=“production”)
Why this is safe
Isolation + Fallback + Instant rollback + Staged rollout = Safe to experiment
You’re not gambling with production. You’re making controlled changes with multiple safety nets. Start small, verify, expand. If something goes wrong at any step, deactivate and try again. Recovery is fast and doesn’t require deployments or restarts.
Coming up next
You’ll categorize your collector fleet in the learning path. You’ll assign attributes like team, service.name, and env, the foundation that makes precise configuration and safe rollouts possible.