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

If you're using this tool with Grafana Mimir, please switch to "mimirtool" instead: https://github.com/grafana/mimir

Results 64 cortex-tools issues
Sort by recently updated
recently updated
newest added

Summary: Trying to run the benchtool on OpenShift. Problem: Cluster will not allow to bind on port 80: `panic: listen tcp :80: bind: permission denied` Proposal: Make the port configurable...

Currently, we can't set the default time range (window) between `start` and `end` times. ``` $ cortextool analyse prometheus --address http://10.10.10.10:30090 --log.level="debug" INFO[0000] log level set to debug cortextool: error:...

Currently the help command on version 0.10.7 says: ``` Flags: --help Show context-sensitive help (also try --help-long and --help-man). --log.level="info" set level of the logger --push-gateway.endpoint=PUSH-GATEWAY.ENDPOINT url for the push-gateway...

The fix for #148 does not account for `promtool test rules .yml`. Please also fix that since the namespace bits break the upstream tool.

Right now, when you use the `diff` command it will only tell you which groups are going to be changed, but does not tell you which individual rules/alerts are changing....

It would be helpful if the output format of `cortextool rules get ` matched the exact format expected to `cortextool rules sync`. This would make it easier to `get` down...

enhancement
command/cortex-tool

The cortextool doc (at https://github.com/grafana/cortex-tools/blob/main/README.md) does not dicuss how to interact with alert template files (i.e., these templates: https://prometheus.io/docs/alerting/latest/notification_examples/#defining-reusable-templates). Here is the advice that I provided to a customer, and...

We are currently using `cortex-tools` to expose Cortex Runtime Config as metrics. If we defined the following in the runtime config: ``` overrides: tenant1: ingestion_burst_size: 10000 ``` The exposed metrics...

Hi, If `cortextool rules sync` is ran without parameters for `rule-files` or `rule-dirs` then it assumes a null set of rules and deletes all the rules on the destination ruler...

bug
command/cortex-tool