UX (2) 썸네일형 리스트형 데이터독 RUM 샘플레이트 관련 RUM SDK는 샘플링 관련 몇 가지 환경변수가 존재한다. Browser RUM의 경우 1)sampleRate를 통해 RUM 세션 자체에 대한 샘플레이트를 조절할 수 있다. 그리고 세션 재생(session replay)를 위한 2)sessionReplaySampleRate가 있다. 그리고 백앤드 서버와 Tracing을 위한 3)tracingSampleRate가 존재한다. 예를 들어 sampleRate는 50, sessionReplaySampleRate는 20을 설정하고, 총 요청 세션 수가 1,000이라고 가정 했을 때, 500개의 세션 정보가 Datadog에서 인덱싱 되고, 500개의 20%인 10개의 세션리플레이가 가능하다. https://docs.datadoghq.com/real_user_monit.. 데이터독 Synthetic Test API(CI/CD) https://docs.datadoghq.com/api/latest/synthetics/ Synthetic ID를 통한 결과 확인 curl -X POST \ -H 'Content-Type: application/json' \ -H "DD-API-KEY: xxx" \ -H "DD-APPLICATION-KEY: xxx" \ -d "{ \"tests\": [ { \"public_id\": \"aur-mea-wzx\" } ] }" "https://api.datadoghq.com/api/v1/synthetics/tests/trigger/ci" | jq 응답 값 { "batch_id": "8f3f1a11-5172-4fbf-a52b-a0961eecd8fe", "results": [ { "device": "chrome.. 이전 1 다음