Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove agent_config sample configuration #5366

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions _meta/beat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,28 +273,6 @@ apm-server:
#index_pattern: "apm-*-sourcemap*"

#---------------------------- APM Server - Agent Configuration ----------------------------
# Directly specify agent configuration. If `agent_config` is set, agent
# configuration under `kibana` will be ignored.
# An agent's incoming configuration request will be matched to an
# agent_config with the following precedence:
# - service.name and service.environment match an agent_config
# - service.name matches an agent_config, service.environment == ""
# - service.environment matches an agent_config, service.name == ""
# - an agent_config without a name or environment set
# An empty result is is returned if no matching result is found.
# agent_config:
# - service.name: ten_percent
# service.environment: production
# config:
# capture_body: off
# capture_body: true
# log_level: info
# recording: true
# transaction_sample_rate: 0.1
# - service.name: frontend
# agent.name: rum-js
# config:
# transaction_sample_rate: 0.1

# When using APM agent configuration, information fetched from Kibana will be cached in memory for some time.
# Specify cache key expiration via this setting. Default is 30 seconds.
Expand Down
22 changes: 0 additions & 22 deletions apm-server.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,28 +273,6 @@ apm-server:
#index_pattern: "apm-*-sourcemap*"

#---------------------------- APM Server - Agent Configuration ----------------------------
# Directly specify agent configuration. If `agent_config` is set, agent
# configuration under `kibana` will be ignored.
# An agent's incoming configuration request will be matched to an
# agent_config with the following precedence:
# - service.name and service.environment match an agent_config
# - service.name matches an agent_config, service.environment == ""
# - service.environment matches an agent_config, service.name == ""
# - an agent_config without a name or environment set
# An empty result is is returned if no matching result is found.
# agent_config:
# - service.name: ten_percent
# service.environment: production
# config:
# capture_body: off
# capture_body: true
# log_level: info
# recording: true
# transaction_sample_rate: 0.1
# - service.name: frontend
# agent.name: rum-js
# config:
# transaction_sample_rate: 0.1

# When using APM agent configuration, information fetched from Kibana will be cached in memory for some time.
# Specify cache key expiration via this setting. Default is 30 seconds.
Expand Down
22 changes: 0 additions & 22 deletions apm-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,28 +273,6 @@ apm-server:
#index_pattern: "apm-*-sourcemap*"

#---------------------------- APM Server - Agent Configuration ----------------------------
# Directly specify agent configuration. If `agent_config` is set, agent
# configuration under `kibana` will be ignored.
# An agent's incoming configuration request will be matched to an
# agent_config with the following precedence:
# - service.name and service.environment match an agent_config
# - service.name matches an agent_config, service.environment == ""
# - service.environment matches an agent_config, service.name == ""
# - an agent_config without a name or environment set
# An empty result is is returned if no matching result is found.
# agent_config:
# - service.name: ten_percent
# service.environment: production
# config:
# capture_body: off
# capture_body: true
# log_level: info
# recording: true
# transaction_sample_rate: 0.1
# - service.name: frontend
# agent.name: rum-js
# config:
# transaction_sample_rate: 0.1

# When using APM agent configuration, information fetched from Kibana will be cached in memory for some time.
# Specify cache key expiration via this setting. Default is 30 seconds.
Expand Down