Monitoring API call volume through Decision nodes

kimjohn
edited June 13 in General Q & A

Is there a way to see how many API calls per minute are coming through the decision nodes?

Comments

  • You could potentially set up logging for this using our logging steps to capture each call. Also, you could set up an incrementing mechanism in your flow to track every call that is made along with a timestamp comparison.

    Sometimes this degradation comes from processes not finishing and piling up when too many consecutive calls are made in a short time period.

Sign In or Register to comment.