From f80643efc74e48f05ff9851670ea87a917d2fd25 Mon Sep 17 00:00:00 2001 From: Lukas Krejci Date: Tue, 8 Jan 2019 13:35:16 +0100 Subject: [PATCH] Add release notes for the che_workspace_status metric. --- release-notes/release-6.17.0.md | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 release-notes/release-6.17.0.md diff --git a/release-notes/release-6.17.0.md b/release-notes/release-6.17.0.md new file mode 100644 index 0000000000..ecd5946e04 --- /dev/null +++ b/release-notes/release-6.17.0.md @@ -0,0 +1,34 @@ +## Release summary + +Eclipse Che 6.17 includes: + +* **Workspace counts per status as metrics**: Allowing to monitor the workspace statuses with Prometheus-based tooling + + +## Upgrading + +Instructions on how to upgrade. + + +## Release details + +### Workspace counts per status as metrics + +The Prometheus metrics exposed by the Che server now include the `che_workspace_status` metric which +reports the count of workspaces per status (STARTING, RUNNING, STOPPING, STOPPED, each exposed as +a tag of the metric). This enables the server operators to inspect and react to the changes in +the status of the workspaces. + +## Other notable enhancements + +* Issue title. (#ISSUE) + +## Notable bug fixes + +* Fixed issue’s title. (#ISSUE) + +## Community, Thank You! + +We’d like to say a big thank you to everyone who helped to make Che even better: + +* [Contributor Name]() – [Company Name]() – (#PR): [PR Title]()