capture_params
| attributes.include = request.parameters.*
デフォルトでは、リクエストパラメータは送信されません。すべてのリクエスト パラメータをオンにするには、 request.parameters.* を attributes.include リストに追加します。 capture_params プロパティは非推奨になりました。 |
ignored_params
| attributes.exclude = request.parameters.{name}
各リクエスト パラメータ キーを attributes.exclude リストに追加します。キーの前に必ず request.parameters を付けてください。 ignored_params プロパティは非推奨になりました。 |
analytics_events.enabled
| transaction_events.enabled
|
analytics_events.capture_attributes
| transaction_events.attributes.enabled
|
analytics_events.max_samples_stored
| transaction_events.max_samples_stored
|
browser_monitoring.capture_attributes
| browser_monitoring.attributes.enabled
|
error_collector.capture_attributes
| error_collector.attributes.enabled
|
event_harvest_config.harvest_limits.analytic_event_data
| transaction_events.max_samples_stored
|
event_harvest_config.harvest_limits.custom_event_data
| custom_insights_events.max_samples_stored
|
event_harvest_config.harvest_limits.error_event_data
| error_collector.max_event_samples_stored
|
event_harvest_config.harvest_limits.log_event_data
| application_logging.forwarding.max_samples_stored
|
event_harvest_config.harvest_limits.span_event_data
| span_events.max_samples_stored
|
transaction_events.capture_attributes
| transaction_events.attributes.enabled
|
transaction_tracer.capture_attributes
| transaction_tracer.attributes.enabled
|