diff --git a/developer-guide/concepts-and-designs/sig-observability/kubesphere-logging.md b/developer-guide/concepts-and-designs/sig-observability/kubesphere-logging.md index 470c81df6..ddb157ee8 100644 --- a/developer-guide/concepts-and-designs/sig-observability/kubesphere-logging.md +++ b/developer-guide/concepts-and-designs/sig-observability/kubesphere-logging.md @@ -2,7 +2,7 @@ ## Overview -The KubeSphere logging system comprises of many components that work together to achieve unified log management. Once you enable the logging module during installation, a few components will be deployed or created within the namespace `kubesphere-logging-system`: +The KubeSphere logging system is comprised of many components that work together to achieve unified log management. Once you enable the logging module during installation, a few components will be deployed or created within the namespace `kubesphere-logging-system`: - Fluent Bit: log collector deployed on each node. - Fluent-bit Operator: automates tasks for operating Fluent Bit instances. diff --git a/developer-guide/concepts-and-designs/sig-observability/kubesphere-monitoring.md b/developer-guide/concepts-and-designs/sig-observability/kubesphere-monitoring.md index abc7960b9..25ecfdd9f 100644 --- a/developer-guide/concepts-and-designs/sig-observability/kubesphere-monitoring.md +++ b/developer-guide/concepts-and-designs/sig-observability/kubesphere-monitoring.md @@ -2,7 +2,7 @@ ## Overview -The KubeSphere monitoring system comprises of many components that work together to achieve overall monitoring functionality. KubeSphere defaults to installing the monitoring module. It will deploy or create a few components within the namespace `kubesphere-monitoring-system`: +The KubeSphere monitoring system is comprised of many components that work together to achieve overall monitoring functionality. KubeSphere defaults to installing the monitoring module. It will deploy or create a few components within the namespace `kubesphere-monitoring-system`: - Prometheus Operator: automates tasks for operating Prometheus instances. - Prometheus: scrapes metrics and provides monitoring service.