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

support dynamic interface flow collector #133

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

jzwlqx
Copy link
Collaborator

@jzwlqx jzwlqx commented Nov 15, 2023

example

metrics:
  probes:
  - name: flow
    args:
       interface: eth*

probe will watch network interface change, and setup tc filter on every newly create nic whose name start with eth0 to enable flow collecting

@jzwlqx jzwlqx force-pushed the flow-args branch 2 times, most recently from 7ee054f to 5f51e62 Compare November 15, 2023 09:34
@jzwlqx jzwlqx requested review from Lyt99 and BSWANG November 15, 2023 10:48
@jzwlqx jzwlqx force-pushed the flow-args branch 2 times, most recently from 912cdf0 to 16a31d3 Compare November 15, 2023 11:25
example:
```
metrics:
  probes:
  - name: flow
    args:
       interface-name: eth*
```
@BSWANG BSWANG merged commit e62a876 into alibaba:main Nov 15, 2023
7 checks passed
@jzwlqx jzwlqx deleted the flow-args branch February 7, 2024 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants