Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
docs: Update docs to reflect the new labels
Browse files Browse the repository at this point in the history
Signed-off-by: Imran Pochi <imran@kinvolk.io>
  • Loading branch information
ipochi committed Nov 5, 2020
1 parent 8c18e44 commit 7e68844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Prometheus Operator configuration reference for Lokomotive
Prometheus Operator configuration reference for Lokomotive

## Contents

Expand Down Expand Up @@ -141,7 +141,7 @@ Table of all the arguments accepted by the component.
| `prometheus.node_selector` | Node selector to specify nodes where the Prometheus pods should be deployed. | {} | map(string) | false |
| `prometheus.storage_size` | Storage capacity for the Prometheus in bytes. You can express storage as a fixed-point integer using one of these suffixes: E, P, T, G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi, Mi, Ki. | "50Gi" | string | false |
| `prometheus.watch_labeled_service_monitors` | By default prometheus operator watches only the ServiceMonitor objects in the cluster that are labeled `release: prometheus-operator`. If set to `false` then all the ServiceMonitors will be watched. | `true` | bool | false |
| `prometheus.watch_labeled_prometheus_rules` | By default prometheus operator watches only the PrometheusRule objects in the cluster that are labeled `release: prometheus-operator` and `app: prometheus-operator`. If set to `false` then all the PrometheusRule will be watched. | `true` | bool | false |
| `prometheus.watch_labeled_prometheus_rules` | By default prometheus operator watches only the PrometheusRule objects in the cluster that are labeled `release: prometheus-operator` and `app: kube-prometheus-stack`. If set to `false` then all the PrometheusRule will be watched. | `true` | bool | false |
| `prometheus.external_labels` | This is the Prometheus parameter with the same name. The labels to add to any time series or alerts when communicating with external systems (federation, remote storage, Alertmanager). | - | map(string) | false |
| `prometheus.ingress.host` | Ingress URL host to expose Prometheus over the internet. **NOTE:** When running on Packet, a DNS entry pointing at the ingress controller needs to be created. | - | string | true |
| `prometheus.ingress.class` | Ingress class to use for Prometheus ingress. | `contour` | string | false |
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to-guides/monitoring-with-prometheus-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Create a PrometheuRule object with the required configuration and make sure to a
metadata:
labels:
release: prometheus-operator
app: prometheus-operator
app: kube-prometheus-stack
```
### Custom Prometheus operator setting
Expand Down

0 comments on commit 7e68844

Please sign in to comment.