pelorus
pelorus copied to clipboard
Pagerduty exporter - query limitation of 10000 incidents
In https://github.com/konveyor/pelorus/pull/843 we added PagerDuty support as a failure exporter provider. But it has a limitation of querying only 10000 incidents in this first implementation (more details).
Add a pagination approach to the implementation to remove this limitation.