|
| 1 | +<!-- README.md is a generated file. Make any changes in README.md.gotmpl or values.yaml. --> |
| 2 | + |
1 | 3 | # cortex
|
2 | 4 |
|
3 |
| -  |
| 5 | +  |
4 | 6 |
|
5 | 7 | Horizontally scalable, highly available, multi-tenant, long term Prometheus.
|
6 | 8 |
|
@@ -143,7 +145,7 @@ metadata:
|
143 | 145 | labels:
|
144 | 146 | cortex_alertmanager: "1"
|
145 | 147 | name: alertmanager-example-config
|
146 |
| -data: |
| 148 | +data: |
147 | 149 | fake.yaml: |-
|
148 | 150 | global:
|
149 | 151 | resolve_timeout: 5m
|
@@ -296,9 +298,9 @@ Kubernetes: `^1.19.0-0`
|
296 | 298 | | compactor.strategy.type | string | `"RollingUpdate"` | |
|
297 | 299 | | compactor.terminationGracePeriodSeconds | int | `240` | |
|
298 | 300 | | compactor.tolerations | list | `[]` | |
|
| 301 | +| config.alertmanager.enable_api | bool | `false` | Enable the experimental alertmanager config api. | |
299 | 302 | | config.alertmanager.external_url | string | `"/api/prom/alertmanager"` | |
|
300 |
| -| config.alertmanager.enable_api | bool | `false` | Enable the experimental alertmanager config api. | |
301 |
| -| config.alertmanager.storage | object | {} | Type of backend to use to store alertmanager configs. Supported values are: "configdb", "gcs", "s3", "local". refer to: https://cortexmetrics.io/docs/configuration/configuration-file/#alertmanager_config | |
| 303 | +| config.alertmanager.storage | object | `{}` | Type of backend to use to store alertmanager configs. Supported values are: "configdb", "gcs", "s3", "local". refer to: https://cortexmetrics.io/docs/configuration/configuration-file/#alertmanager_config | |
302 | 304 | | config.api.prometheus_http_prefix | string | `"/prometheus"` | |
|
303 | 305 | | config.api.response_compression_enabled | bool | `true` | |
|
304 | 306 | | config.auth_enabled | bool | `false` | |
|
@@ -334,7 +336,7 @@ Kubernetes: `^1.19.0-0`
|
334 | 336 | | config.query_range.split_queries_by_interval | string | `"24h"` | |
|
335 | 337 | | config.ruler.enable_alertmanager_discovery | bool | `false` | |
|
336 | 338 | | config.ruler.enable_api | bool | `false` | Enable the experimental ruler config api. |
|
337 |
| -| config.ruler.storage | object | {} | Method to use for backend rule storage (configdb, azure, gcs, s3, swift, local) refer to https://cortexmetrics.io/docs/configuration/configuration-file/#ruler_config| |
| 339 | +| config.ruler.storage | object | `{}` | Method to use for backend rule storage (configdb, azure, gcs, s3, swift, local) refer to https://cortexmetrics.io/docs/configuration/configuration-file/#ruler_config | |
338 | 340 | | config.schema.configs[0].chunks.period | string | `"168h"` | |
|
339 | 341 | | config.schema.configs[0].chunks.prefix | string | `"chunks_"` | |
|
340 | 342 | | config.schema.configs[0].from | string | `"2020-11-01"` | |
|
|
0 commit comments