Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release notes for the che_workspace_status metric. #656

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions release-notes/release-6.17.0.md
Original file line number Diff line number Diff line change
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to group this and PR #658 under a single release notes heading (eg. "Improvements to workspace monitoring metrics").



## 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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we have the 2 PRs under a single heading, we will want to avoid repetition.

"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, 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."

Just a suggested alternative text.

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](<PROFILE_URL>) – [Company Name](<COMPANY_URL>) – (#PR): [PR Title](<PR_URL>)