Omar
Omar
Currently, keel supports post deploy actions. Expose this field in the Gate API. Similar to https://github.com/spinnaker/gate/pull/1435
After upgrading deploy-agent, add a call to `deploy-restarter` which will restart the deploy-agent process. This is preferred to the restart in the `RESTARTING` script due to several reasons: - Restarting...
For a minor optimization, check if debug logging is enabled before processing and logging a `Map`
Some methods were passing a `host` tag. However, it was being popped off in the metrics class. Also, the pinstatsd library is already expected to handle the hostname tag
## Summary The mock [`ServerlessClient`](https://github.com/pinterest/teletraan/blob/master/deploy-agent/deployd/client/serverless_client.py) was added long ago. Instead of maintaining the `ServerlessClient` (e.g. a mock server), the Teletraan API can be set up for local development now. Remove...
## Summary Add a `use_entitlements` flag to mark the environment as opted into the entitlements feature. Initially, this feature is opt in, but in the long term, will be the...
## Summary This allows new cmp clusters to be created for dev1
## Summary Similar to other host binaries (e.g. TCM), raise a PR check error if the source code changes without a version bump ## Testing Done * Create a PR...
## Summary Add default metric tags for deploy-agent including: `deploy-agent version`, `telefig version`, `first_run` These are low cardinality metrics which should avoid impact on the metric system performance. Also: *...