-
Notifications
You must be signed in to change notification settings - Fork 169
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
Conversation
|
||
Eclipse Che 6.17 includes: | ||
|
||
* **Workspace counts per status as metrics**: Allowing to monitor the workspace statuses with Prometheus-based tooling |
There was a problem hiding this comment.
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").
|
||
### Workspace counts per status as metrics | ||
|
||
The Prometheus metrics exposed by the Che server now include the `che_workspace_status` metric which |
There was a problem hiding this comment.
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.
Closing this since the text was merged into #658 as suggested. |
What does this PR do?
Adds a release note about the
che_workspace_status
Prometheus metric added to Che 6.17.0.What issues does this PR fix or reference?
eclipse-che/che#12092