• /
  • EnglishEspañolFrançais日本語한국어Português
  • 로그인지금 시작하기

사용자의 편의를 위해 제공되는 기계 번역입니다.

영문본과 번역본이 일치하지 않는 경우 영문본이 우선합니다. 보다 자세한 내용은 이 페이지를 방문하시기 바랍니다.

문제 신고

nrSendCustomEvent

통사론

nrSendCustomEvent(nr as Object, eventType as String, actionName as String, attr = invalid as Object) as Void

설명

맞춤형 대시보드를 보내세요.

인수

인수

설명

nr

뉴렐릭 에이전트 개체.

eventType

이벤트 유형.

actionName

동작 이름.

attr

(선택사항) 속성 연관 추가.

반품

아무것도 아님.

예시

nrSendCustomEvent(m.nr, "MyEvent", "MY_ACTION")
attr = {"key0":"val0", "key1":"val1"}
nrSendCustomEvent(m.nr, "MyEvent", "MY_ACTION", attr)
Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.