You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specs/agents/configuration.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,3 +112,14 @@ Failure to process one config attribute should not affect processing of others.
112
112
#### Feature flag
113
113
114
114
Agents should implement a [configuration option](https://docs.google.com/spreadsheets/d/1JJjZotapacA3FkHc2sv_0wiChILi3uKnkwLTjtBmxwU), (`CENTRAL_CONFIG`) which lets users disable the central configuration polling.
115
+
116
+
### Zero-configuration support
117
+
118
+
To decrease onboarding friction,
119
+
APM agents should not require any configuration to send data to a local APM Server.
120
+
After onboarding, users can customize settings for which the defaults aren't appropriate.
121
+
122
+
Agents should be able to auto-detect the APM Server endpoint
123
+
by just defaulting to `http://localhost:8200/`.
124
+
Furthermore, if it's possible, agents should detect sensible defaults for `service.name`
0 commit comments