procedures: Update metrics collection to reflect automated Prometheus resource management#3094
Closed
tolusha wants to merge 1 commit into
Closed
procedures: Update metrics collection to reflect automated Prometheus resource management#3094tolusha wants to merge 1 commit into
tolusha wants to merge 1 commit into
Conversation
…ce management Update existing procedures to reflect automated Prometheus resource management introduced in eclipse-che/che-operator#2117. The Eclipse Che operator now automatically creates and manages ServiceMonitor, Role, RoleBinding, and namespace label resources when metrics are enabled. Changes: - proc_enabling-and-exposing-che-metrics.adoc: Added note about automatic Prometheus resource creation - proc_collecting-che-metrics-with-prometheus.adoc: Removed manual ServiceMonitor/RBAC creation steps, documented automatic resource management - proc_collecting-dev-workspace-operator-metrics-with-prometheus.adoc: Added spec.devEnvironments.metrics field documentation, removed manual resource creation steps Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
🎊 Navigate the preview: https://6a01f44eeaf187191213351b--eclipse-che-docs-pr.netlify.app 🎊 |
13 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation updates generated from PR eclipse-che/che-operator#2117
Updated procedures to reflect automated Prometheus ServiceMonitor and PodMonitor resource management introduced in che-operator.
Changes:
Fixes documentation for automated metrics collection without manual CRD creation.