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

Add a new exporter type: DirectFLP #223

Merged
merged 2 commits into from
Nov 24, 2023

Commits on Nov 23, 2023

  1. Add a new exporter type: DirectFLP

    DirectFLP starts the whole flowlogs-pipeline process directly from the
    Agent, eliminating the need for a network connection between them.
    
    This can be useful when both Agent and FLP run on the same host, saving
    resources. This is mutually exclusive with other exporters such as with
    Kafka.
    
    rollback e2e deps bump
    
    Avoid pbuf conversion when using direct-flp
    
    Clarify test file name, use existing ipv6 const
    
    Restore L2 drops
    jotak committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8a3894f View commit details
    Browse the repository at this point in the history
  2. update flp dep

    jotak committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    fa1002c View commit details
    Browse the repository at this point in the history