From 44fff0cbc96ae78f87687593e11319326f21d865 Mon Sep 17 00:00:00 2001 From: Colton Myers Date: Fri, 3 Sep 2021 11:22:22 -0600 Subject: [PATCH] Add missing suggestion to zero conf spec (#500) --- specs/agents/configuration.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/specs/agents/configuration.md b/specs/agents/configuration.md index 68115556..202d5143 100644 --- a/specs/agents/configuration.md +++ b/specs/agents/configuration.md @@ -119,7 +119,6 @@ To decrease onboarding friction, APM agents should not require any configuration to send data to a local APM Server. After onboarding, users can customize settings for which the defaults aren't appropriate. -Agents should be able to auto-detect the APM Server endpoint -by just defaulting to `http://localhost:8200/`. -Furthermore, if it's possible, agents should detect sensible defaults for `service.name` -and `service.version`. +By default, agents should send data to the APM Server at `http://localhost:8200/`. +If possible, agents should detect sensible defaults for `service.name` and `service.version`. +Even if detecting these values is not possible, a default value for `service.name` should be provided for frictionless onboarding.