-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[receiver/netflow] Netflow receiver implementation - PR 2 #36865
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
evan-bradley
merged 69 commits into
open-telemetry:main
from
dlopes7:netflow-receiver-implementation
Jan 22, 2025
Merged
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
f7ff90b
#32732 - Initial implementation
dlopes7 9871936
#32732 - Make internal methods private
dlopes7 09a91d1
#32732 - netflow - make checks
dlopes7 26d5aec
#32732 - netflow - simplify implementation, remove listener
dlopes7 64acc94
netflow - add parser tests
dlopes7 658c414
netflow - add more tests
dlopes7 0a50dbb
netflow - add test to check for udp receiver creation
dlopes7 dd6a006
netflow - gofmt
dlopes7 363f93b
Merge remote-tracking branch 'upstream/main' into netflow-receiver-im…
dlopes7 3854269
netflow - make checks
dlopes7 0fe206e
netflowreceiver - add changelog for implementation
dlopes7 d7c0782
netflow - fix license header
dlopes7 b343ab4
netflowreceiver - lint
dlopes7 f504466
Merge branch 'main' into netflow-receiver-implementation
dlopes7 d31a81e
Merge branch 'main' into netflow-receiver-implementation
dlopes7 8d07a6a
Merge branch 'main' into netflow-receiver-implementation
dlopes7 f7b1512
Merge branch 'main' into netflow-receiver-implementation
dlopes7 33d0cee
Merge remote-tracking branch 'upstream/main' into netflow-receiver-im…
dlopes7 5e178ac
netflow - update .chloggen/netflow-receiver-implementation.yaml
dlopes7 ebfa73d
netflow - remove scaffold issue
dlopes7 86701b9
netflow - add comment about default queue size value
dlopes7 52bca59
netflow - fix duplicate test case
dlopes7 edbbbc0
netflow - fix typo
dlopes7 d68e826
netflow - better error handling messages
dlopes7 053543c
netflow - use a simple log record instead of struct
dlopes7 169373f
netflow - use context.Background() on producer
dlopes7 5cf7625
netflow - type the dropHandler interface
dlopes7 10fc878
Update .chloggen/netflow-receiver-implementation.yaml
dlopes7 2281a06
Merge branch 'netflow-receiver-implementation' of github.com:dlopes7/…
dlopes7 54d8b60
netflow - more concise startup log message
dlopes7 d2c1c1f
netflow - sflow and netflow schema documentation
dlopes7 41b68a2
netflow - remove 'flow' scheme
dlopes7 7dbde9b
netflow - add sflow to sample yaml config
dlopes7 b33920b
netflow - fix default queue size
dlopes7 12e8425
Merge remote-tracking branch 'upstream/main' into netflow-receiver-im…
dlopes7 77ec06a
netflow - go mod tidy
dlopes7 a1f6422
netflow - format
dlopes7 c738398
netflow - lint and typing
dlopes7 ccf6e7c
Merge remote-tracking branch 'upstream/main' into netflow-receiver-im…
dlopes7 c090043
Merge remote-tracking branch 'upstream/main' into netflow-receiver-im…
dlopes7 3ef5c92
Merge branch 'main' into netflow-receiver-implementation
dlopes7 6c92bc5
netflow - better wording on log
dlopes7 b767ec6
netflow - rename fields
dlopes7 416efa7
netflow - remove unecessary log line
dlopes7 9e4aa70
netflow - better reference in comment
dlopes7 583915e
netflow - remove unecessary log line
dlopes7 64aed8c
netflow - move flow keys to 'flow.' namespace
dlopes7 ab9b6c1
netflow - update readme keys
dlopes7 dd8f7d9
Merge branch 'main' into netflow-receiver-implementation
dlopes7 fed610b
netflow - adjust validSchemes slice size
dlopes7 f77489b
netflow - clarify minimum queue size
dlopes7 44e134e
netflow - simplify panic handling
dlopes7 f6526d6
netflow - formatting and remove a comment
dlopes7 5c07873
Merge branch 'main' into netflow-receiver-implementation
dlopes7 59633be
Update receiver/netflowreceiver/producer.go
dlopes7 75cba97
Update receiver/netflowreceiver/producer.go
dlopes7 af1e72b
netflow - fix panic handling and test for it
dlopes7 da9b68e
Merge branch 'main' into netflow-receiver-implementation
dlopes7 e72e3f3
Merge branch 'netflow-receiver-implementation' of github.com:dlopes7/…
dlopes7 22c12b2
Merge branch 'main' into netflow-receiver-implementation
dlopes7 075d87b
Merge branch 'main' into netflow-receiver-implementation
dlopes7 9049e77
netflow - add tests for parsed timestamps
dlopes7 735ab5a
Merge remote-tracking branch 'upstream/main' into netflow-receiver-im…
dlopes7 9eb1955
netflow - go mod tidy
dlopes7 838e479
netflow - update semconv
dlopes7 bbd7c38
Merge branch 'main' into netflow-receiver-implementation
dlopes7 41c116f
Merge remote-tracking branch 'upstream/main' into netflow-receiver-im…
evan-bradley a67b9ad
netflow - update semconv
dlopes7 40cc5ec
go mod tidy
evan-bradley 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Use this changelog template to create an entry for release notes. | ||
|
||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) | ||
component: netflowreceiver | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Adds the implementation of the netflow receiver | ||
|
||
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists. | ||
issues: [32732] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: The receiver now supports receiving NetFlow v5, NetFow v9, IPFIX, and sFlow v5 logs. | ||
|
||
# If your change doesn't affect end users or the exported elements of any package, | ||
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label. | ||
# Optional: The change log or logs in which this entry should be included. | ||
# e.g. '[user]' or '[user, api]' | ||
# Include 'user' if the change is relevant to end users. | ||
# Include 'api' if there is a change to a library API. | ||
# Default: '[user]' | ||
change_logs: [user] |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.