getThrottleTags method

Iterable<String> getThrottleTags()

Returns a list of all active throttle tags.

Throttle tags are used to identify and manage throttled functions. This method provides a way to retrieve all currently active tags, which can be useful for debugging or monitoring purposes.

Returns: A list of strings representing the active throttle tags.

Implementation

Iterable<String> getThrottleTags() => _throttleOperations.keys;