Hi all, surely someone else has the same need to monitor number of deployments/updates over a rolling period? 🙂
w
white-balloon-205
10/22/2019, 2:21 PM
There are Webhooks available which would let you collect this information yourself and aggregate it as needed: https://www.pulumi.com/docs/intro/console/extensions/webhooks/
The REST API is also available and stable (old CLIs depend on it) but is not yet documented.