Releases: CoScale/coscale-cli
Releases · CoScale/coscale-cli
Adds getting server group by path
This release adds getting server group by path.
This can be used, for example, to retrieve a server group for a Kubernetes deployment, by using coscale-cli servergroup get --path "Kubernetes/Namespace/test/Deployment/dep1"
Improves alert trigger updates
- Fixes encoding issues
Add support to push data from stdin
Use 'coscale-cli data insert --stdin' to read metric data from stdin instead of the command line.
Improved batch support for inserting data
- Send compressed batches to the API.
- New format to send multiple data point for a single metric and server.
Add MacOS X build for the CoScale CLI
3.2.0 Use -osx for OS X binary.
Add ParentId on ServerGroup insert.
Extended the functionality of the CoScale CLI by adding
- ParentId on the ServerGroup insert
- ViewType on the Data fetch