Skip to content
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

[receiver/netflow] Netflow receiver implementation - PR 2 #36865

Merged

Conversation

dlopes7
Copy link
Contributor

@dlopes7 dlopes7 commented Dec 16, 2024

#34164 added the skeleton for the netflow receiver, this adds the implementation along with tests

  • Implement the receiver construction, along with the UDP listener that receives the packets
  • Implement the producer, the function that is responsible for parsing the data and sending it to the consumers
  • Add tests

Link to tracking Issue: #32732

.chloggen/netflow-receiver-implementation.yaml Outdated Show resolved Hide resolved
.chloggen/netflow-receiver-implementation.yaml Outdated Show resolved Hide resolved
receiver/netflowreceiver/factory.go Show resolved Hide resolved
receiver/netflowreceiver/config_test.go Outdated Show resolved Hide resolved
receiver/netflowreceiver/parser.go Outdated Show resolved Hide resolved
receiver/netflowreceiver/receiver.go Outdated Show resolved Hide resolved
receiver/netflowreceiver/receiver.go Outdated Show resolved Hide resolved
receiver/netflowreceiver/receiver.go Outdated Show resolved Hide resolved
.chloggen/netflow-receiver-implementation.yaml Outdated Show resolved Hide resolved
receiver/netflowreceiver/receiver.go Show resolved Hide resolved
receiver/netflowreceiver/producer.go Outdated Show resolved Hide resolved
receiver/netflowreceiver/producer.go Outdated Show resolved Hide resolved
@evan-bradley evan-bradley merged commit 96e7cd8 into open-telemetry:main Jan 22, 2025
164 checks passed
@github-actions github-actions bot added this to the next release milestone Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants