-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Enabling HTTP/3.0 detection for Prober Extender (QUIC) #1425
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
Merged
jesusvazquez
merged 17 commits into
prometheus:master
from
sebastianfeliciano:sfeliciano-traffic-4464-quic-detection
Jul 16, 2025
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f014c16
First iteration: Moving to work in local to improve, with egress issu…
sebastianfeliciano f3fc881
Adding HTTP/3.0 Configurations
sebastianfeliciano b17d590
Resetting Dockerfile and cleaning code
sebastianfeliciano 780662d
Removing redundant header setting
sebastianfeliciano 1c1e350
Adding CEL Metric for CI/CD
sebastianfeliciano 770c434
Fixing CEL boolean logic
sebastianfeliciano 5fa72a4
Adding logger, that i accidently removed
sebastianfeliciano cd8b353
fix: preserve original TLS config when creating HTTP client for redir…
sebastianfeliciano c5f26ae
Handing nil check for h3 no servername
sebastianfeliciano b47e935
Adding Tests for H3 over QUIC/UDP
sebastianfeliciano 6b1728d
Removing duplicate test
sebastianfeliciano af30cf8
Fixing go.mod conflicts
sebastianfeliciano 23ce5d4
Adding config validations for h2 and h3, tested on invalid ymls, loca…
sebastianfeliciano 220cc4d
Fixing logic for config validation within ValidHTTPVersions for diffe…
sebastianfeliciano ce0ad4a
New line fix
sebastianfeliciano 085d97b
Adding newline, server waitgroups, config yml test
sebastianfeliciano ad7fe54
Fixing yml new line
sebastianfeliciano File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| modules: | ||
| http_headers: | ||
| prober: http | ||
| timeout: 5s | ||
| http: | ||
| enable_http3: true | ||
| enable_http2: true | ||
| valid_http_versions: ["HTTP/3.0"] | ||
| preferred_ip_protocol: "ip4" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| modules: | ||
| http_headers: | ||
| prober: http | ||
| timeout: 5s | ||
| http: | ||
| enable_http3: true | ||
| enable_http2: false | ||
| valid_http_versions: ["HTTP/1.1", "HTTP/2.0", "HTTP/3.0"] | ||
| preferred_ip_protocol: "ip4" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| modules: | ||
| http_headers: | ||
| prober: http | ||
| timeout: 5s | ||
| http: | ||
| enable_http3: true | ||
| enable_http2: true | ||
| valid_http_versions: ["HTTP/1.1", "HTTP/2.0", "HTTP/3.0"] | ||
| preferred_ip_protocol: "ip4" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| modules: | ||
| http_headers: | ||
| prober: http | ||
| timeout: 5s | ||
| http: | ||
| enable_http3: true | ||
| preferred_ip_protocol: "ip4" |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.