Support scraping native histograms from the prometheus CRDs#4750
Merged
Support scraping native histograms from the prometheus CRDs#4750
Conversation
Contributor
|
💻 Deploy preview deleted (Support scraping native histograms from the prometheus CRDs). |
Contributor
clayton-cornell
left a comment
There was a problem hiding this comment.
👍 on the doc changes
|
Any progress on this? We're waiting for it to enable scraping native histograms on our monitoring stack |
kalleep
approved these changes
Nov 11, 2025
kalleep
reviewed
Nov 11, 2025
| |----------------------------|------------|------------------------------------------------------------------------------------------------------------------------------|---------|----------| | ||
| | `default_scrape_interval` | `duration` | The default interval between scraping targets. Used as the default if the target resource doesn't provide a scrape interval. | `1m` | no | | ||
| | `default_scrape_timeout` | `duration` | The default timeout for scrape requests. Used as the default if the target resource doesn't provide a scrape timeout. | `10s` | no | | ||
| | `enable_native_histograms` | `bool` | Allow the scrape manager to ingest native histograms. | `false` | no | |
Contributor
There was a problem hiding this comment.
Suggested change
| | `enable_native_histograms` | `bool` | Allow the scrape manager to ingest native histograms. | `false` | no | | |
| | `scrape_native_histograms` | `bool` | Allow the scrape manager to ingest native histograms. | `false` | no | |
What do you think? This is what we have named this setting in prometheus.scrape
dehaansa
added a commit
to madhub/alloy
that referenced
this pull request
Dec 10, 2025
…4750) * Support scraping native histograms from the prometheus CRDs * Rename based on PR feedback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
There was an additional issue with the CRD implementation in Alloy preventing native histogram ingestion. This should resolve the issue.