-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added alerts using prometheus section
- Loading branch information
brice
committed
Jul 17, 2018
1 parent
51501b5
commit 3fb8935
Showing
4 changed files
with
45 additions
and
2 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
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,32 @@ | ||
//// | ||
Creating alerts using Prometheus | ||
|
||
Module included in the following assemblies: | ||
|
||
* day_two_guide/environment_health_checks.adoc | ||
//// | ||
You can integrate {product-title} with Prometheus to create visuals and alerts | ||
to help diagnose any environment issues before they arise. These issues can | ||
include if a node goes down, if a pod is consuming too much CPU or memory, and | ||
more. | ||
|
||
See the | ||
xref:../install_config/cluster_metrics.adoc#openshift-prometheus[Prometheus on | ||
OpenShift Container Platform section in the Installation and configuration | ||
guide] for more information. | ||
|
||
[IMPORTANT] | ||
==== | ||
Prometheus on {product-title} is a Technology Preview feature only. | ||
ifdef::openshift-enterprise[] | ||
Technology Preview features are not supported with Red Hat production service | ||
level agreements (SLAs), might not be functionally complete, and Red Hat does | ||
not recommend to use them for production. These features provide early access to | ||
upcoming product features, enabling customers to test functionality and provide | ||
feedback during the development process. | ||
For more information on Red Hat Technology Preview features support scope, see | ||
https://access.redhat.com/support/offerings/techpreview/. | ||
endif::[] | ||
==== |
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
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