-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #658 from metlos/workspace-failure-metrics
Add release notes for the che_workspace_failure_total and che_workspace_status metrics.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
## Release summary | ||
|
||
Eclipse Che 6.17 includes: | ||
|
||
* **Improvements to workspace monitoring metrics**: Added a Prometheus metric to count the number of | ||
workspace failures | ||
|
||
|
||
## Upgrading | ||
|
||
Instructions on how to upgrade. | ||
|
||
|
||
## Release details | ||
|
||
### Improvements to workspace monitoring metrics | ||
|
||
As part of the improvements in the monitoring and tracing of workspaces, we have added several new | ||
metrics in this release. The Prometheus metrics exposed by the Che server now include the | ||
`che_workspace_status` and `che_workspace_failure_total` metrics, allowing users to track the count | ||
of workspaces per status (`STARTING`, `RUNNING` `STOPPING` or `STOPPED`), and the total number of | ||
failed workspaces. Server operators can see when workspaces are failing by using a `while` tag, | ||
which recognizes `STARTING`, `RUNNING` or `STOPPING` values respectively. These new metrics enable | ||
operators to proactively identify when there are issues with 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](<PROFILE_URL>) – [Company Name](<COMPANY_URL>) – (#PR): [PR Title](<PR_URL>) |