5

In app insights, under API->Activity & Errors there are sections pertaining to: "Api Throttling" and "API Throttling Warnings". But I can't find documentation for what these sections mean and how to interpret them anywhere.

  1. What are the time values shown next to each section? i.e. Api Throttling - x minutes?
  2. What is this "fraction of budget"? And why do the %'s never seem to add up? :-P
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265
stantonk
  • 1,922
  • 1
  • 18
  • 24
  • https://www.facebook.com/help/?faq=210701362295828#Why-is-my-app-getting-rate-limited? โ€“ CBroe Aug 07 '12 at 09:34
  • Check this http://stackoverflow.com/questions/13932700/query-optimization-and-api-throttling โ€“ MARK Aug 21 '13 at 19:14

1 Answers1

1

What are the time values shown next to each section? i.e. Api Throttling - x minutes?

How long you have to wait until throttling ends

What is this "fraction of budget"? And why do the %'s never seem to add up?

The ratio of your total units to your consumed units

References

Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265