이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Use Observability Pipelines’ New Relic destination to send logs to New Relic.

Setup

Set up the New Relic destination and its environment variables when you set up a pipeline. The information below is configured in the pipelines UI.

Set up the destination

Select the data center region (US or EU) of your New Relic account.

Set the environment variables

  • New Relic account ID:
    • Stored in the environment variable: DD_OP_DESTINATION_NEW_RELIC_ACCOUNT_ID.
  • New Relic license:
    • Stored in the environment variable: DD_OP_DESTINATION_NEW_RELIC_LICENSE_KEY.

How the destination works

Event batching

A batch of events is flushed when one of these parameters is met. See event batching for more information.

Max EventsMax BytesTimeout (seconds)
1001,000,0001
PREVIEWING: dgreen15/github-error-fix