DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
214 stars 43 forks source link

Capture timing metrics when performing update #363

Closed Piccirello closed 1 year ago

Piccirello commented 1 year ago

This change allows us to see how many installs succeed/fail, as well as how long the update process takes.

Piccirello commented 1 year ago

@nmanoogian I've pushed up an additional commit to simplify the analytics interface. This makes it so that the caller doesn't need to worry about goroutines or adding to the wait group.