cURL
curl --request PUT \ --url https://api.production.hyperoru.com/api/config/global-sampling \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "sampling_depth": 123, "sampling_interval": 123 } '
{ "sampling_depth": 123, "sampling_interval": 123 }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Update global sampling config
Was this page helpful?