diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2021-12-16 14:34:42 -0600 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-12-17 12:06:46 +0000 |
commit | 1568b001fbf9eb6d08203875f21720f45f9e34b6 (patch) | |
tree | c33670fe2c5cca784d99b079fdb0757414d1a57e /server/sonar-docs | |
parent | ae61249ea33216321dbaebf8403ed7fa205fa54c (diff) | |
download | sonarqube-1568b001fbf9eb6d08203875f21720f45f9e34b6.tar.gz sonarqube-1568b001fbf9eb6d08203875f21720f45f9e34b6.zip |
DOCS apply validation suggestions
Diffstat (limited to 'server/sonar-docs')
3 files changed, 6 insertions, 3 deletions
diff --git a/server/sonar-docs/src/pages/instance-administration/monitoring.md b/server/sonar-docs/src/pages/instance-administration/monitoring.md index e072ce1f258..1bcd48bd051 100644 --- a/server/sonar-docs/src/pages/instance-administration/monitoring.md +++ b/server/sonar-docs/src/pages/instance-administration/monitoring.md @@ -132,3 +132,6 @@ admin adminpassword ``` Note: on `jmxremote.password`, you should apply `chmod 600` or `400` for security reasons. + +## Kubernetes Monitoring +You can monitor your SonarQube instance using SonarQube's native integration with Prometheus. For more information see the **Monitoring** section of the [Deploy SonarQube on Kubernetes](/setup/sonarqube-on-kubernetes/) page if you're using Community, Developer, or Enterprise Edition. See the [Deploy a SonarQube Cluster on Kubernetes](/setup/sonarqube-cluster-on-kubernetes/) if you're using Data Center Edition. diff --git a/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md b/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md index 1664fb22781..c55162658f1 100644 --- a/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md +++ b/server/sonar-docs/src/pages/setup/sonarqube-cluster-on-kubernetes.md @@ -96,8 +96,8 @@ Monitoring through this endpoint requires authentication. You can access the end - **`X-Sonar-Passcode: xxxxx` header:** You can use `X-Sonar-passcode` during database upgrade and when SonarQube is fully operational. Define `X-Sonar-passcode` in the `sonar.properties` file using the `sonar.web.systemPasscode property`. - **username:password and JWT token:** When SonarQube is fully operational, system admins logged in with local or delegated authentication can access the endpoint. -####**JMX Exporter** -You can also expose at the JMX metrics to Prometheus with the help of the Prometheus JMX exporter. +#### **JMX Exporter** +You can also expose the JMX metrics to Prometheus with the help of the Prometheus JMX exporter. To use this option, set the following values in your `values.yaml` file: diff --git a/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md b/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md index 87b0f1ed293..cdc4ff2e4ae 100644 --- a/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md +++ b/server/sonar-docs/src/pages/setup/sonarqube-on-kubernetes.md @@ -217,7 +217,7 @@ Monitoring through this endpoint requires authentication. You can access the end - **`X-Sonar-Passcode: xxxxx` header:** You can use `X-Sonar-passcode` during database upgrade and when SonarQube is fully operational. Define `X-Sonar-passcode` in the `sonar.properties` file using the `sonar.web.systemPasscode property`. - **username:password and JWT token:** When SonarQube is fully operational, system admins logged in with local or delegated authentication can access the endpoint. -####**JMX Exporter** +#### **JMX Exporter** You can also expose the JMX metrics to Prometheus using the Prometheus JMX exporter. To use this option, set the following values in your `values.yaml` file: |