-
Notifications
You must be signed in to change notification settings - Fork 1.9k
http_server: unify Fluent Bit HTTP listeners on flb_http_server #11538
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
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
556dfa5
http_server: unify core listener API and built-in server
edsiper 328b3f1
input: add shared HTTP server integration
edsiper f7016b7
output: add shared HTTP server integration
edsiper 9de25f9
in_http: unify HTTP server path
edsiper cd2ba1d
in_prometheus_remote_write: unify HTTP server path
edsiper d4d82ed
in_splunk: unify HTTP server path
edsiper 993b758
in_elasticsearch: unify HTTP server path
edsiper 224a899
in_opentelemetry: unify HTTP server path
edsiper 5689976
out_prometheus_exporter: unify HTTP server path
edsiper 8ebe51c
out_vivo_exporter: unify HTTP server path
edsiper 1f07d9c
tests: internal: add HTTP server coverage
edsiper e274c26
help: expose HTTP server options
edsiper 59d1da7
http_server: fix ALPN fallback for HTTP/1 TLS listeners
edsiper f8000fb
in_http: accept parameterized form content types
edsiper 213d481
in_prometheus_remote_write: fix ingest error handling
edsiper 352c3ce
in_splunk: return 400 on missing host header
edsiper 77f2bb9
out_prometheus_exporter: return empty metrics payload before first sn…
edsiper 7881357
help: fix HTTP server option map handling
edsiper 8ccb603
input: free http server config on ring buffer init failure
edsiper a8b20e3
http_server: fix endpoint registration and response handling
edsiper 2b62a25
tests: internal: destroy HTTP server test instance
edsiper b93e63a
lib: monkey: upgrade to v1.8.7
edsiper 623b463
in_prometheus_remote_write: delay context assignment until server sta…
edsiper d28ce0b
in_http: accept JSON content types with optional whitespace
edsiper b83aba2
out_prometheus_exporter: propagate metrics response errors
edsiper e9d318f
input: fix early cleanup in HTTP server property and instance setup p…
edsiper 4dac9f6
http_server: fix trace and reload error handling
edsiper bfc799e
http_server: harden cached buffer lifetime and endpoint registration
edsiper e2f4d14
tests: internal: stop on HTTP server init failure
edsiper e13d4be
http_server: add JSON health endpoint to API v2
edsiper a5183b8
github: linter: allow http_server umbrella prefix for HTTP server paths
edsiper 6dbf820
tests: internal: chunk_router: initialize HTTP server properties
edsiper a66434b
input: clean up resources on host setup failure
edsiper cee1c4e
http_server: validate trace request bodies before parsing
edsiper 3634e34
http_server: free endpoint state on monitoring init failure
edsiper ae4736b
http_server: return 405 for unsupported reload methods
edsiper ee53f62
http_server: use pthread portability wrapper
edsiper 18df4e8
http_server: fix retries_failed field length in v2 health
edsiper 8b7bc23
http_server: remove GCC-only unused function attribute
edsiper bf537f3
out_prometheus_exporter: use pthread portability wrapper
edsiper c919a65
out_vivo_exporter: use pthread portability wrapper
edsiper 877e961
tests: internal: use pthread portability wrapper in http server test
edsiper 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
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.
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.