-
Notifications
You must be signed in to change notification settings - Fork 460
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
[O11y][Prometheus] Revert changes of TSDB performance and storage reduction #10766
[O11y][Prometheus] Revert changes of TSDB performance and storage reduction #10766
Conversation
@@ -2,10 +2,14 @@ | |||
type: group | |||
fields: | |||
- name: labels.* | |||
type: object |
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.
Let us not do this rollback change.
Introducing labels_fingerprint
would suffice
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.
What we have presently (as below), must be retained.
- name: prometheus
type: group
fields:
- name: labels.*
type: keyword
dimension: true
description: |
Prometheus metric labels
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.
Updated, thanks!
@@ -2,10 +2,14 @@ | |||
type: group | |||
fields: | |||
- name: labels.* | |||
type: object |
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.
As mentioned above, let us not do this mapping changes.
Introducing labels_fingerprint
is sufficient.
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.
Updated, thanks!
Co-authored-by: Agi K Thomas <[email protected]>
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!
💚 Build Succeeded
History
|
Quality Gate passedIssues Measures |
Package prometheus - 1.18.1 containing this change is available at https://epr.elastic.co/search?package=prometheus |
Proposed commit message
Checklist
changelog.yml
file.Related issues