Skip to content

Commit

Permalink
Add meter.go
Browse files Browse the repository at this point in the history
  • Loading branch information
watal committed Jul 20, 2023
1 parent 48a6eb4 commit 8117bb0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/sources/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Specify the IP address and port number for IPFIX collector
ipfix:
addr: 192.0.2.1
port: 4739
ingress-interface: ens192
```
### Run Fluvia Exporter using the fluvia command
Expand All @@ -28,10 +29,6 @@ Start the fluvia command. Specify the created configuration file with the -f opt
$ sudo fluvia -f fluvia.yaml
```

> **Note**
> TODO: Implement `meter.go` to acquire flow data and send it to `exporter.go` via channel ch.
> Currently, the fluvia command only has an exporter function, and `meter.go` is not implemented yet.

## 2. Fluvia Exporter as a Native IPFIX Exporter Library
### Clone this repository
Expand Down

0 comments on commit 8117bb0

Please sign in to comment.