Sherpa is a highly available, fast, and flexible horizontal job scaling for HashiCorp Nomad. It is capable of running in a number of different modes to suit different requirements, and can scale based on Nomad resource metrics or external sources.
Mozilla Public License 2.0
163
stars
8
forks
source link
Add scaling event state management to track event details. #28
Previously the only way to understand what scaling events had been
triggered was to check the Sherpa server logs. This is not ideal
for operators and results in an incomplete picture. This change
adds scaling event state storage, allowing for operators to list
and view scaling events that have been triggered.
The Consul path CLI parameter has been changed to reflect the fact
it now relates to both policies and state. The change doesn't break
existing installs though.
Previously the only way to understand what scaling events had been triggered was to check the Sherpa server logs. This is not ideal for operators and results in an incomplete picture. This change adds scaling event state storage, allowing for operators to list and view scaling events that have been triggered.
The Consul path CLI parameter has been changed to reflect the fact it now relates to both policies and state. The change doesn't break existing installs though.
Closes #26