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

Conversation

metlos
Copy link
Contributor

@metlos metlos commented Jan 8, 2019

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


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


### 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.

@metlos
Copy link
Contributor Author

metlos commented Jan 22, 2019

Closing this since the text was merged into #658 as suggested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants