This message was deleted.
# general
s
This message was deleted.
1
c
Hi all, surely someone else has the same need to monitor number of deployments/updates over a rolling period? 🙂
w
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.
c
Thanks!