Skip to content

Commit 44fff0c

Browse files
authored
Add missing suggestion to zero conf spec (#500)
1 parent cfaf33f commit 44fff0c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

specs/agents/configuration.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ To decrease onboarding friction,
119119
APM agents should not require any configuration to send data to a local APM Server.
120120
After onboarding, users can customize settings for which the defaults aren't appropriate.
121121

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`
125-
and `service.version`.
122+
By default, agents should send data to the APM Server at `http://localhost:8200/`.
123+
If possible, agents should detect sensible defaults for `service.name` and `service.version`.
124+
Even if detecting these values is not possible, a default value for `service.name` should be provided for frictionless onboarding.

0 commit comments

Comments
 (0)