skywalking-client-js 集成

前端:

import ClientMonitor from 'skywalking-client-js';

ClientMonitor.setPerformance({
  collector: 'http://127.0.0.1:12800',
  service: 'browser-app',
  serviceVersion: '1.0.0',
  pagePath: location.href,
  useFmp: true
});

請求報文:

sky視圖:

 

安全:https://skywalking.apache.org/docs/main/v9.2.0/en/setup/backend/backend-token-auth/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章