X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fk8s%2FREADME-osm_k8s_monitoring.md;fp=installers%2Fk8s%2FREADME-osm_k8s_monitoring.md;h=73adb54e3bcd5e3ef157c4186bc80bfdc9055053;hb=89a4f0a8a7e73cb984d0bcd6a592d0df3edb0ab9;hp=b9a60c1b8671524480953c092921860cb164747c;hpb=f83c20ab3304291aca8224ebe2dd88b58b5dc1b4;p=osm%2Fdevops.git diff --git a/installers/k8s/README-osm_k8s_monitoring.md b/installers/k8s/README-osm_k8s_monitoring.md index b9a60c1b..73adb54e 100644 --- a/installers/k8s/README-osm_k8s_monitoring.md +++ b/installers/k8s/README-osm_k8s_monitoring.md @@ -30,21 +30,22 @@ OSM must be/have been deployed using the Kubernetes installer (that is, with the For reference, the versions for the external components used are as follows: -* PROMETHEUS_OPERATOR=6.18.0 -* PROMETHEUS_MONGODB_EXPORTER=2.3.0 -* PROMETHEUS_MYSQL_EXPORTER=0.5.1 -* HELM_CLIENT=2.15.2 +* PROMETHEUS_OPERATOR=30.0.3 +* PROMETHEUS_MONGODB_EXPORTER=2.9.0 +* PROMETHEUS_MYSQL_EXPORTER=1.5.0 +* PROMETHEUS_KAFKA_EXPORTER=1.5.0 +* HELM_CLIENT=3.7.2 ## Functionality Kubernetes cluster metrics (for nodes, pods, deployments, etc.) are stored in the dedicated Prometheus instance and accessible using Grafana. -"Prometheus-operator" () provides the basic components and the monitoring of the basic Kubernetes resources. Additional "exporters" are used to gather metrics from Kafka, Mysql and Mongodb. +"Kube-prometheus-stack" () provides the basic components and the monitoring of the basic Kubernetes resources. Additional "exporters" are used to gather metrics from Kafka, Mysql and Mongodb. It is important to note that Grafana is not installed with this chart because we are using Grafana installed with OSM core. ## Install procedure -There are two ways to install the monitoring component based on the OSM global installer () +There are two ways to install the monitoring component based on the OSM global installer () * Using the --k8s_monitor switch in the OSM installation: @@ -95,7 +96,6 @@ usage: ./uninstall_osm_k8s_monitoring.sh [OPTIONS] Uninstall OSM Monitoring OPTIONS -n : use specified kubernetes namespace - default: monitoring - --helm : uninstall tiller --debug : debug script -h / --help : print this help ```