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

System Metrics Template Results in Very High Cardinality at Scale #211

Open
rickspencer3 opened this issue Nov 24, 2020 · 0 comments
Open
Assignees
Labels
Template Issue A problem with a specific Template

Comments

@rickspencer3
Copy link
Contributor

Template: linux_system

Describe the problem
When using this template at scale in a dynamic environment, for example Elastic Beanstalk, cardinality can grow dramatically. This is because the host is a tag, and if you have many immutable hosts being created constantly, there will be many thousands of values for the host tag.

Suggestion
A reasonable resolution for this is to store the raw data in a bucket with a short retention period (say, for example, 1 day) but then to downsample the data, dropping the host tag, and storing the downsampled data in a bucket with a longer retention period.

@rickspencer3 rickspencer3 added the Template Issue A problem with a specific Template label Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Template Issue A problem with a specific Template
Projects
None yet
Development

No branches or pull requests

2 participants