-
Notifications
You must be signed in to change notification settings - Fork 568
[Prometheus Remote Write] Update request size limits #16962
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
Changes from 5 commits
2418429
6faf09b
ce915d6
5fa0edd
180fb75
87d9441
a40fe07
7270dc6
977e90e
dd4ccac
b0d6774
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| format_version: "3.3.0" | ||
| name: prometheus | ||
| title: Prometheus | ||
| version: 1.24.2 | ||
| version: 1.25.0 | ||
| description: Collect metrics from Prometheus servers with Elastic Agent. | ||
| type: integration | ||
| categories: | ||
|
|
@@ -10,7 +10,7 @@ categories: | |
| - containers | ||
| conditions: | ||
| kibana: | ||
| version: "^8.16.0 || ^9.0.0" | ||
| version: "^9.2.4 || ^9.3.1 || ^9.4.0" | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think changing kibana version to this is a good idea.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. See doc: update doc
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Let me clarify with an example: If someone tries 9.2.3 should not match. Is not this the correct approach?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
You need to use
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you ! done in fix versions
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @gizas : I still think this should not be done. As doing this we are actually removing any future support to versions like 8.19, 9.0, 9.1, 9.2 (lesser than 9.2.4), 9.3.0.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. for core integrations like prometheus we really want to retain support for 8.x customers.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The reason for that was that the beats fix elastic/beats#48218 was not imported to 8.19 versions. See above PR for relevant backports. If you agree I can do: and just document the limitations in README?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
You probably want
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you @jsoriano ! @tommyers-elastic , @ishleenk17 do u agree to proceed with above versions and also document the fact that the existing variables will not work in 8.x ?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @tommyers-elastic , @ishleenk17 I did the backport to 8.19. See elastic/beats#48918 So now "^8.19.3 || ~9.2.5 || ^9.3.1" is the final one. |
||
| elastic: | ||
| subscription: basic | ||
| screenshots: | ||
|
|
||
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.
See beats relevant config options: https://github.com/elastic/beats/blob/main/metricbeat/module/prometheus/remote_write/config.go#L35C58-L35C80