-
Notifications
You must be signed in to change notification settings - Fork 1.8k
out_doris: add new doris out plugin #9514
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
Open
joker-star-l
wants to merge
32
commits into
fluent:master
Choose a base branch
from
joker-star-l:dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,175
−0
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
4106485
feat: add doris out plugin
joker-star-l ee44b6d
feat: add unit test
joker-star-l b272f12
feat: support http redirect
joker-star-l 988e277
feat: add doris build config
joker-star-l 7f975f0
feat: add more doris config
joker-star-l 25803ab
add label config
joker-star-l a47fcf4
fix: unit test
joker-star-l 4cde159
fix: mem leak
joker-star-l 6ba9192
fix: typo
joker-star-l 78a3dd0
fix: only calculate speed when interval > 0
joker-star-l f28355b
fix: windows atomic
joker-star-l 4b0a19f
refactor: atomic add
joker-star-l 9188197
fix: max host length
joker-star-l e99f72a
add: support json lines
yunsur 72afb62
default format json_lines (#2)
yunsur 8832f64
refactor: default json line
joker-star-l d1491d8
refactor: label
joker-star-l 67e850a
fix: typo
joker-star-l d0516b3
fix: parse response
joker-star-l ada01de
feat: add config endpoint_type
joker-star-l b1b0635
fix: reporter
joker-star-l 600e596
refactor: test
joker-star-l 2ff7c87
feat: doris be connection pool
joker-star-l 2cc15ae
chore
joker-star-l a4871c7
chore
joker-star-l 94b88be
fix: volatile to atomic
joker-star-l 73a291c
fix: volatile
joker-star-l 6bb142f
fix: visibility
joker-star-l 7246ce5
refactor
joker-star-l 257dee0
fix: http_put
joker-star-l 7b2d9ef
refactor: global be pool -> tls be pool
joker-star-l 9ff1399
fix: FLB_TLS_INIT(doris_be_pool)
joker-star-l 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| set(src | ||
| doris.c | ||
| doris_conf.c | ||
| ) | ||
|
|
||
| FLB_PLUGIN(out_doris "${src}" "") |
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.