Skip to content

Commit

Permalink
generate README.md
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jul 29, 2021
1 parent 5235813 commit a24d9c9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!-- README.md is a generated file. Make any changes in README.md.gotmpl or values.yaml. -->

# cortex

![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![AppVersion: v1.9.0](https://img.shields.io/badge/AppVersion-v1.9.0-informational?style=flat-square)
![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![AppVersion: v1.9.0](https://img.shields.io/badge/AppVersion-v1.9.0-informational?style=flat-square)

Horizontally scalable, highly available, multi-tenant, long term Prometheus.

Expand Down Expand Up @@ -143,7 +145,7 @@ metadata:
labels:
cortex_alertmanager: "1"
name: alertmanager-example-config
data:
data:
fake.yaml: |-
global:
resolve_timeout: 5m
Expand Down Expand Up @@ -296,9 +298,9 @@ Kubernetes: `^1.19.0-0`
| compactor.strategy.type | string | `"RollingUpdate"` | |
| compactor.terminationGracePeriodSeconds | int | `240` | |
| compactor.tolerations | list | `[]` | |
| config.alertmanager.enable_api | bool | `false` | Enable the experimental alertmanager config api. |
| config.alertmanager.external_url | string | `"/api/prom/alertmanager"` | |
| config.alertmanager.enable_api | bool | `false` | Enable the experimental alertmanager config api. |
| 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 |
| 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 |
| config.api.prometheus_http_prefix | string | `"/prometheus"` | |
| config.api.response_compression_enabled | bool | `true` | |
| config.auth_enabled | bool | `false` | |
Expand Down Expand Up @@ -334,7 +336,7 @@ Kubernetes: `^1.19.0-0`
| config.query_range.split_queries_by_interval | string | `"24h"` | |
| config.ruler.enable_alertmanager_discovery | bool | `false` | |
| config.ruler.enable_api | bool | `false` | Enable the experimental ruler config api. |
| 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|
| 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 |
| config.schema.configs[0].chunks.period | string | `"168h"` | |
| config.schema.configs[0].chunks.prefix | string | `"chunks_"` | |
| config.schema.configs[0].from | string | `"2020-11-01"` | |
Expand Down

0 comments on commit a24d9c9

Please sign in to comment.