Skip to content

Commit

Permalink
Added Zero-configuration support section (#499)
Browse files Browse the repository at this point in the history
* Added Zero-configuration support section

* Update specs/agents/configuration.md

Co-authored-by: Trent Mick <[email protected]>

* Update specs/agents/configuration.md

Co-authored-by: Colton Myers <[email protected]>

Co-authored-by: Trent Mick <[email protected]>
Co-authored-by: Colton Myers <[email protected]>
  • Loading branch information
3 people authored Sep 2, 2021
1 parent 6ced393 commit cfaf33f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specs/agents/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,14 @@ Failure to process one config attribute should not affect processing of others.
#### Feature flag

Agents should implement a [configuration option](https://docs.google.com/spreadsheets/d/1JJjZotapacA3FkHc2sv_0wiChILi3uKnkwLTjtBmxwU), (`CENTRAL_CONFIG`) which lets users disable the central configuration polling.

### Zero-configuration support

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`.

0 comments on commit cfaf33f

Please sign in to comment.