cortex-jsonnet icon indicating copy to clipboard operation
cortex-jsonnet copied to clipboard

Deprecated: see https://github.com/grafana/mimir/tree/main/operations/mimir instead

Results 33 cortex-jsonnet issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Jiacheng Xu **What this PR does**: This PR adds two options to pass the extra_selectors and sum_by to the `latencyRecordingRulePanel` function. This is really useful when Prometheus adds external...

The Rollout Dashboard uses the [default set of deployment/statefulset names](https://github.com/grafana/cortex-jsonnet/blob/main/cortex-mixin/dashboards/rollout-progress.libsonnet#L9): ``` all_services_regex: std.join('|', ['cortex-gw', 'distributor', 'ingester.*', 'query-frontend.*', 'query-scheduler.*', 'querier.*', 'compactor', 'store-gateway', 'ruler', 'alertmanager']), ``` It should use the [configurable list...

I tried installing mixtool with go v1.18 and I got an error. It works fine with go v1.17.8 but then I get a deprecation notice. With go v1.18: ``` $...

The "gossip_ring_member" service selector should be removed, since it's only relevant for the "gossip-ring" service itself. So far it could look as if the `*_service_ignored_labels` properties don't have the intended...

bug

I built dashboards following the [mixtool instructions](https://github.com/grafana/cortex-jsonnet#monitoring-for-cortex), got the dashboards uploaded in Grafana and I found myself lost in a sea of "No data". Most dashdoards fall in that category:...

Hi, The official helm chart deploys nginx replicas and allows creation of an Ingress to forward incoming traffic to the correct components (mainly distributors). How is this handled by this...

Hello, The storage class for ingester is hardcoded to 'fast' Could we make this configurable ?

Hi, Now that the k8s-alpha lib is deprecated (https://github.com/jsonnet-libs/k8s-alpha), will this project be updated to use the newer k8s-libsonnet lib (https://github.com/jsonnet-libs/k8s-libsonnet) ?

The jsonnet definitions for compactor and store-gateway are buried into https://github.com/grafana/cortex-jsonnet/blob/master/cortex/tsdb.libsonnet. We should move them to dedicated files, like any other component.

help wanted

I already have Consul deployed and working in my environment and would like to reuse the existing cluster. There doesn't seem to be an easy way to override the consul...