Sign in

Submit route breakdowns (v5)

documented

Submit breakdown data for routes (v5).

PUT /api/v5/projects/{project_id}/routes-breakdownsPerformance Monitoringno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.airbrake.io/api/v5/projects/{{$project_id}}/routes-breakdowns?key={{AIRBRAKE_API_KEY}}" \
  -X PUT \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"environment": "production", "routes": [{"route": "{{$route}}", "method": "{{$method}}", "responseType": "{{$responseType}}", "time": "{{$time}}", "count": {{$count}}, "sum": {{$sum}}, "sumsq": {{$sumsq}}, "tdigest": "{{$tdigest}}"}]}'