-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add retention label to loki_distributor_bytes_received_total metrics #3840
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm really worried about the cardinality concerns here of exposing distributors * tenants * retention_configs
here. Can we encode this into logs instead?
This is an internal decision. Ping me if you want to know more. |
…ics. Signed-off-by: Cyril Tovena <[email protected]>
Signed-off-by: Cyril Tovena <[email protected]>
Co-authored-by: Karen Miller <[email protected]>
Signed-off-by: Cyril Tovena <[email protected]>
…ics. Signed-off-by: Cyril Tovena <[email protected]>
Signed-off-by: Cyril Tovena <[email protected]>
Signed-off-by: Cyril Tovena <[email protected]>
9187764
to
809c51a
Compare
Signed-off-by: Cyril Tovena <[email protected]>
This add the retention hours to our loki_distributor_bytes_received_total metrics which allows how much data fits for each type of retention per users.
This has been tested in a dev env see below:
Signed-off-by: Cyril Tovena [email protected]