問題
次のメッセージを含むNrIntegrationError
イベントが生成されます:
Configuration mismatch: Agent configured harvest limit for EVENT TYPE
exceeds maximum limit; limit adjusted to LIMIT
解決
これは、エージェントの設定の不一致が原因です。設定の不一致を解決するには、関連するエージェントのソリューションを参照してください。
あなたのnewrelic.yml
で:
- トランザクション イベントの場合、
transaction_events.max_samples_stored
の値を調整します。 - カスタム イベントの場合、
custom_events.max_samples_stored
の値を調整します。
あなたのnewrelic.config
で:
- トランザクション イベントの場合、
transactionEvents
要素の下のmaximumSamplesStored
属性の値を調整します。 - カスタム イベントの場合、
customEvents
要素の下のmaximumSamplesStored
属性の値を調整します。
- トランザクション イベントの場合、アプリの
newrelic.js
のtransaction_events: {
セクションで、 max_samples_per_minute
の値を調整します。 - カスタム イベントの場合、アプリの
newrelic.js
のcustom_insights_events: {
セクションで、 max_samples_stored
の値を調整します。
あなたのnewrelic.ini
で:
- トランザクション イベントの場合、
event_harvest_config. harvest_limits.analytic_event_data
の値を調整します。 - カスタム イベントの場合、
event_harvest_config.harvest_limits.custom_event_data
の値を調整します。 - エラー イベントの場合、
event_harvest_config.harvest_limits.error_event_data
の値を調整します。 - スパン イベントの場合、
event_harvest_config.harvest_limits.span_event_data
の値を調整します。
あなたのnewrelic.yml
で:
- トランザクション イベントの場合、
analytics_events.max_samples_stored
の値を調整します。 - カスタム イベントの場合、
custom_events.max_samples_stored
の値を調整します。 - エラー イベントの場合、
error_collector.max_event_samples_stored
の値を調整します。
ヒント
このエラーは、PHP エージェントには適用されません。