-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Richer diff when running cortextool diff|sync
#34
Comments
To expand on this, it seems that running sync/diff after syncing will also result in updates - I would have expected this to no-op. |
@gotjosh take a look at this line: cortex-tools/pkg/rules/compare.go Line 215 in 35691e0
trying to figure out how to increase verbosity with a flag |
@gotjosh it is forced to false always: cortex-tools/pkg/commands/rules.go Line 491 in 35691e0
|
… Publishing not ready addresses is also required since the frontends wont go ready until a querier has connected, and the queriers wont find any frontend SRV records until they are ready (#34) Signed-off-by: Roger Steneteg <[email protected]>
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.I would be good to have an idea of what exactly is changing when you run this or the sync command.
The text was updated successfully, but these errors were encountered: