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

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

In the event of any inconsistency between the English version and the translated version, the English versionwill take priority. Please visit this page for more information.

문제 신고

newrelic_get_linking_metadata

통사론

newrelic_get_linking_metadata()

데이터를 추적 또는 엔터티에 연결하는 데 필요한 메타데이터 컬렉션을 반환합니다.

요구 사항

PHP 에이전트 버전 9.3 이상이 필요합니다.

트랜잭션 내에서 호출되어야 합니다.

설명

이 호출은 이 애플리케이션을 New Relic 백엔드의 다른 데이터와 연관시키는 데 사용할 수 있는 키-값 쌍의 불투명한 맵을 반환합니다.

연결 페이로드 만들기

연결 데이터를 가져와 도구로 내보내기 위해 JSON으로 인코딩합니다.

if (extension_loaded('newrelic')) {
$linking_md = newrelic_get_linking_metadata();
$payload = json_encode($linking_md);
}
Copyright © 2024 New Relic Inc.

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