You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/installation/metrics/metrics-configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ These variables affect the general configuration of PostgreSQL Operator Monitori
36
36
|`grafana_volume_size`| 1Gi |**Required**| Set to the size of persistent volume to create for Grafana. |
37
37
|`metrics_image_pull_secret`||| Name of a Secret containing credentials for container image registries. |
38
38
|`metrics_image_pull_secret_manifest`||| Provide a path to the image Secret manifest to be installed in the metrics namespace. |
39
-
|`metrics_namespace`| 1G |**Required**| The namespace that should be created (if it doesn't already exist) and utilized for installation of the Matrics infrastructure. |
39
+
|`metrics_namespace`| 1G |**Required**| The namespace that should be created (if it doesn't already exist) and utilized for installation of the Metrics infrastructure. |
40
40
|`pgbadgerport`| 10000 |**Required**| Set to configure the port used by pgbadger in any PostgreSQL clusters. |
41
41
|`prometheus_install`| false |**Required**| Set to true to install Promotheus in order to capture metrics exported from PostgreSQL clusters. |
42
42
|`prometheus_service_type`| true |**Required**| How to [expose][k8s-service-type] the Prometheus service. |
0 commit comments