My teams have noticed a lot of benefits by tracking the number of deployments we're making to staging and production environments. Along with the actual number, knowing what's running where and which changes were introduced in a quick and easy to understand fashion has made any troubleshooting faster, product roll outs easier, etc.
Is anyone else doing this?
How are you tracking such deployments?
Internally it tracks: timestamp, type of deploy (regular, rollback), state (succeeded, aborted, running), success (% on the fleet), build (git commit), user who did the deploy.
There's also a button to list all commits from the past deploy which is often useful to debug issues when a deploy fails (in our case, most of the time who deploys is not who authored the commits).
[1] https://github.com/pinterest/teletraan