feat: fallback scrape protocol#12
Merged
tedim52 merged 4 commits intokurtosis-tech:mainfrom Feb 21, 2025
Merged
Conversation
tedim52
approved these changes
Feb 21, 2025
tedim52
added a commit
that referenced
this pull request
Mar 12, 2025
🤖 I have created a release *beep* *boop* --- ## [1.0.0](0.0.1...1.0.0) (2025-03-12) ### Features * Add node selector to prometheus ([#2](#2)) ([2fdde9c](2fdde9c)) * add support for custom name ([823f732](823f732)) * customize storage size/retention period ([3047373](3047373)) * customize storage size/retention period ([#6](#6)) ([d867bac](d867bac)) * default fallback scrape protocol ([608c58e](608c58e)) * fallback scrape protocol ([#12](#12)) ([f5ce159](f5ce159)) * make prom image configurable ([79ab7cb](79ab7cb)) * make prom image configurable ([#7](#7)) ([c0c5d00](c0c5d00)) ### Bug Fixes * doc string to match validator ([7907001](7907001)) * fallback scrape protocol ([ba44292](ba44292)) * protocol name ([38e4eac](38e4eac)) * token name ([#15](#15)) ([81ff9e5](81ff9e5)) * typo ([118df54](118df54)) * typo ([#9](#9)) ([581d6d5](581d6d5)) * typo for labels in main.star ([b509b0a](b509b0a)) * typo for labels in main.star ([#5](#5)) ([b77c97f](b77c97f)) ### Miscellaneous Chores * add release please config ([#13](#13)) ([1733241](1733241)) * fix release please token ([#14](#14)) ([ddbc5d9](ddbc5d9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Prometheus v3 introduced the
fallback_scrape_protocoloption in the scrape config. I believe before it would usePrometheusText0.0.4. Read more about the breaking change here: https://prometheus.io/docs/prometheus/3.0/migration/#scrape-protocols