Summary
Agent configuration currently only allows the user to change a single setting: sample_rate. We will add new config options to allow for further agent configuration from Kibana.
New config options
CAPTURE_BODY
Options: errors, transactions, all and off
Default: off
TRANSACTION_MAX_SPANS
Options: Number from 0 to max allowed numbers in the short num field.
Default: 500
Todos
Design
Updated flyout with new options


Configurations table updated with new columns for options set

Summary
Agent configuration currently only allows the user to change a single setting:
sample_rate. We will add new config options to allow for further agent configuration from Kibana.New config options
CAPTURE_BODYOptions:
errors,transactions,allandoffDefault:
offTRANSACTION_MAX_SPANSOptions: Number from
0to max allowed numbers in theshortnum field.Default: 500
Todos
"This allows you to fine-tune your agent configuration directly in Kibana. Best of all, changes are automatically propagated to your APM agents so there’s no need to redeploy."You can select “All” in the services or environments options. This will create a configuration that applies to any service with any environment variable set. This allows for any explicit configurations to override the “All” configuration. Learn more about configurations in the documentation.The agent can optionally capture the request body (e.g. POST variables). The default value is "off".Limits the number of spans that are recorded per transaction. Set it to “0” if the agent should not create spans. The default value is "500".Design
Updated flyout with new options
Configurations table updated with new columns for options set