Skip to content
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

Move to top level ruler-storage options #270

Closed
wants to merge 1 commit into from

Conversation

gouthamve
Copy link
Member

Signed-off-by: Goutham Veeramachaneni [email protected]

@gouthamve gouthamve requested a review from a team as a code owner March 11, 2021 11:53
Signed-off-by: Goutham Veeramachaneni <[email protected]>
@gouthamve gouthamve force-pushed the update-ruler-flags branch from 098f7a7 to f140c88 Compare March 11, 2021 11:54
@@ -26,6 +26,8 @@

// Storage
'querier.second-store-engine': $._config.querier_second_storage_engine,

'api.response-compression-enabled': true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add this to the CHANGELOG too.

},
'local': {
'ruler.storage.local.directory': $._config.ruler_local_directory,
'ruler-storage.local.directory': $._config.ruler_local_directory,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new one is called ruler-storage.filesystem.dir

},
s3: {
'ruler.storage.s3.url': 'https://%s/%s' % [$._config.aws_region, $._config.ruler_s3_bucket_name],
'ruler-storage.s3.url': 'https://%s/%s' % [$._config.aws_region, $._config.ruler_s3_bucket_name],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pracucci
Copy link
Collaborator

Superseeded by #306.

@pracucci pracucci closed this May 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants