Skip to content

Releases: neptune-networks/flow-exporter

v1.1.1

14 Jul 01:23
7020c7a
Compare
Choose a tag to compare

Changelog

7020c7a Merge pull request #14 from thebinary/listen-addr
734253b add listen addr flag

v1.1.0

07 Apr 23:18
e8e2114
Compare
Choose a tag to compare

Changelog

e7c72a4 Allow AS0 to be used
f3b0653 Fix references to non-existent docker image
b1400a9 Merge pull request #12 from neptune-networks/allow-as0
ae885b0 Update command line options to use plural brokers
e8e2114 Update docs for building application

v1.0.1

07 Apr 02:34
97b3ef4
Compare
Choose a tag to compare

Changelog

4e10fd9 Add link to blog post
c30e232 Adhere to GitHub's image name conventions
97b3ef4 Bump dependencies
25e7516 Move away from GitHub Packages to Docker Hub
209e746 Update Action to use DOCKER_PASSWORD
95c2438 Update README for new brokers argument
5e1616a Use GitHub Package Registry

v1.0.0

03 Nov 19:26
2c97ea2
Compare
Choose a tag to compare

Changelog

90ddbfd Extract consumer to separate package
8eb1d8f Extract flow consumer logic to method
2c97ea2 Merge pull request #9 from neptune-networks/consumer-refactor
c042552 Refactor consumption code to be more robust
50141d6 Remove config struct in favor of global params
6ba862b Remove unnecessary asns config map
ba56d89 Update broker variable to be plural
e2a2e53 Update link to Prometheus

v0.2.0

02 Nov 16:08
62c2482
Compare
Choose a tag to compare

Changelog

23f4e32 Add README for ASN Database
df54f24 Add basic error handling to ASNDB Fetch call
6b045f5 Add instructions on cutting new release
afa3151 Add more informatino about which ASN dump is used
16ca605 Add testing support via GitHub Action
06f7e2e Add tests for asndb
5608de8 Extract regex to constant
5abaeb8 Make ASNDB struct attributes public
537ffd4 Make room for dependency injection
1cc87d3 Merge branch 'master' into refactor
cb40935 Merge pull request #6 from neptune-networks/refactor
62972a2 Merge pull request #7 from neptune-networks/ci
b1a4617 Move asn database to new package
eef8060 Move logging over to main executable
68d53ac Remove ny1 subdomain from README
a2a4a3f Reorganize pmacct notes in README
cf766ae Return tuples of errors
20c5e9d Update ASNDB README to include advanced usage
62c2482 Update Dockerfile to point to new binary
4ec5513 Update goreleaser to use new binary directory
9626fb7 Update the URL of pmacct
3002d72 Update variable names to be more representative
63d9e55 Use dependency injetion in tests

v0.1.0

24 Oct 00:24
61cb98d
Compare
Choose a tag to compare

Changelog

4f6e7dc Add AS name as label
c1518cd Add Dockerfile
7f80295 Add GitHub Action to build Docker image
7d77f46 Add Prometheus exporter
3ba4514 Add README
a8e1aa9 Add documentation on using pmacct
bece81c Add example of the Prometheus metrics in README
52388f7 Add first iteration of consumer
10bde13 Add flags, log, and update metric names
6e979d4 Add hostname label
9157c03 Add note about ASN to name mapping in README
10de9a0 Add required argument for AS being monitored
3a1a1a7 Ensure the AS name is UTF-8 encoded
05c84bf Fix yaml styling in README
b2d6c5b Ignore binaries
e457426 Let's make this official with a license
0803e15 Merge pull request #2 from neptune-networks/fix-utf8-encoding-of-as-names
c69689d Merge pull request #3 from neptune-networks/fix-as-name-regex
46d8d82 Merge pull request #4 from neptune-networks/add-license
556f223 Merge pull request #5 from neptune-networks/pmacct-docs
61cb98d Prepare for Goreleaser addition
9609160 Remove conditionals around AS0, log all traffic
76eef0e Remove consumed incrementor
8f649e9 Remove defaultAS argument
a5cce3d Remove https link to AS database
300b146 Remove label from suggested things to monitor
36dea2e Remove tabs from YAML on README
7f9cda3 Remove tabs in favor of spaces in README
7f14927 Revert "Remove conditionals around AS0, log all traffic"
60f2b57 Typo fix in README
cd1cf82 Update AS regex to not accidentally stop on spaces
027e8a2 Update Action to use correct repository
dd590d2 Update port to be one that isn't used
87f5041 Use default of zero for pretty help output
84bc38f Use go modules