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

crdb_custom_cnt could grow indefinitely #5

Closed
sravotto opened this issue Jul 13, 2022 · 0 comments
Closed

crdb_custom_cnt could grow indefinitely #5

sravotto opened this issue Jul 13, 2022 · 0 comments

Comments

@sravotto
Copy link
Collaborator

The cardinality of most crdb_custom metrics is constrained by a limit specified in the configuration, which is enforced on each request to the endpoint. It limits the unique statement ids returned on each call.
However, crdb_custom_cnt is not limited and can potentially grow indefinitely if we have many statement ids.

sravotto added a commit that referenced this issue Jul 15, 2022
sravotto added a commit that referenced this issue Jul 15, 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

No branches or pull requests

1 participant