cortex-jsonnet
cortex-jsonnet copied to clipboard
Deprecated: see https://github.com/grafana/mimir/tree/main/operations/mimir instead
**What this PR does**: Ensure the namespace defined in _config is set on these resources: - Distributor - Memcached - Querier - Query-frontend **Which issue(s) this PR fixes**: Fixes #177...
https://github.com/cortexproject/cortex-jsonnet Re Below import file is missing local utils = import 'mixin-utils/utils.libsonnet';
Looks like this got broken again in some refactoring along the way Setting the flag to an empty string causes an error on startup: ``` level=error ts=2021-11-29T02:53:40.522651402Z caller=log.go:106 msg="error running...
**What this PR does**: Update cortex-mixin to support Helm chart deployment and produce usable dashboards. List of issues fixed by this change: - support disabling cortex-gw, query scheduler and ruler...
**What this PR does**: Distributor uses multiple kv stores - for global limits and ha-tracker, as well as reading from the ingester ring - so we need to narrow the...
Signed-off-by: Callum Styan **What this PR does**: Changes compaction failed alert to use new `cortex_compactor_compaction_interval_seconds` metric, so that we can more accurately alert when two compactions in a row have...
This PR updates alertmanager storage flags.
The selector should be "querier" instead of "query-frontend". Please correct me if I'm wrong.
This just changes the send and receive limits to match what was configured in the `query-frontend` (and changes the definition of 100MB from `100
**What this PR does**: noted errors in store-gateway being unable to access memcached and found that it was related to this: https://github.com/cortexproject/cortex/pull/3203