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

Use 1hr chunk interval for metrics and enable remote write dashboard #26

Closed
wants to merge 2 commits into from

Conversation

arajkumar
Copy link
Member

No description provided.

Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
Signed-off-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
@arajkumar arajkumar requested a review from a team as a code owner November 2, 2022 11:10
Comment on lines +44 to +49
metrics:
default_chunk_interval: 1h
compress_data: true
default_retention_period: 90d
traces:
default_retention_period: 30d
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we limit this only to overrides without specifying default values?

Since this is introducing tech-debt on promsclae side (we are testing with non-default values), could you create an issue in the promscale project so we can keep track of this?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
metrics:
default_chunk_interval: 1h
compress_data: true
default_retention_period: 90d
traces:
default_retention_period: 30d
metrics:
default_chunk_interval: 1h

Let's set only values which are not the default ones.

Copy link
Member Author

Choose a reason for hiding this comment

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

Created a new PR for this: #31

stack/values.yaml Show resolved Hide resolved
@arajkumar arajkumar closed this Nov 3, 2022
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.

None yet

2 participants