190 Commits

Author SHA1 Message Date
Daniel Czerwonk
c9985a3895 migrated log from deprecated prom package to logrus 1.2.6 2021-07-02 11:44:13 +02:00
Daniel Czerwonk
da65fd2c1a ignore freebsd/arm64 1.2.5 2021-03-19 13:48:57 +01:00
Daniel Czerwonk
1d7fe1f110 add release workflow 2021-03-19 13:42:10 +01:00
Daniel Czerwonk
0b82f1e107
Update test.yml 2021-03-19 12:03:22 +01:00
Daniel Czerwonk
1b10a644fc fix vendoring 2021-03-19 11:36:25 +01:00
Daniel Czerwonk
882792400e use former test command 2021-03-19 11:34:07 +01:00
Daniel Czerwonk
4de827701a github workflow, go 1.16 2021-03-19 11:32:42 +01:00
Daniel Czerwonk
019fc09804
Merge pull request #39 from imlonghao/fix/timezone
Parse uptime with timezone info
2020-10-08 17:58:34 +02:00
imlonghao
f2ac48979e
Parse uptime with timezone info 2020-09-13 18:41:42 +08:00
Daniel Czerwonk
6d16be67a8
Merge pull request #36 from stv0g/add-missing-protocols
Add missing bird protocols which caused segfaults in parser
2020-05-30 11:13:00 +02:00
Steffen Vogel
6228314532 Add missing bird protocols which caused segfaults in parser
Closes #34
2020-05-26 21:41:47 +02:00
Daniel Czerwonk
70add87095
Update main.go 2020-05-04 22:44:24 +02:00
Daniel Czerwonk
350a49f6c2
Update main.go
bumped version
2020-02-19 17:14:30 +01:00
Daniel Czerwonk
080776b93b
Merge pull request #33 from taktv6/master
Add labels from protocol descriptions.
2020-02-19 16:50:32 +01:00
Oliver Herms
3655df1d23 Add labels from protocol descriptions. 2020-02-18 19:55:16 +01:00
Daniel Czerwonk
6ba0275f6e
Update Dockerfile 2020-01-10 15:48:02 +01:00
Daniel Czerwonk
25ef739b20 add filter names as label 1.2.4 2019-11-01 13:18:42 +01:00
Daniel Czerwonk
d6a31b7948
Merge pull request #29 from openvnf/feature/correct_entrypoint
change Entrypoint format to allow passing arguments
2019-05-26 12:03:24 +02:00
Tobias Famulla
ddf46df6d0 change Entrypoint format to allow passing arguments 2019-05-13 09:32:46 +02:00
Daniel Czerwonk
cfe60b92dd
Update main.go 2019-03-09 14:23:50 +01:00
Daniel Czerwonk
5f3e69405d
Update README.md 1.2.3 2019-03-09 14:21:25 +01:00
Daniel Czerwonk
2039f1d0b6
Merge pull request #27 from k1-hedayati/patch-1
Fixed typo
2019-03-09 14:11:53 +01:00
Keyvan Hedayati
da01862ec7
Fixed typo 2019-03-08 16:09:23 +03:30
Daniel Czerwonk
7ec1a00d97 small lint fixes 2019-01-14 20:07:26 +01:00
Daniel Czerwonk
6ce998d7db new dockerfile 2019-01-14 19:32:01 +01:00
Daniel Czerwonk
c8dd6e43d3
Update README.md 2019-01-14 19:19:59 +01:00
Daniel Czerwonk
a48e7232ad
Update Dockerfile 2019-01-14 19:19:31 +01:00
Daniel Czerwonk
134bf29f00 switched to go modules 2019-01-14 19:16:36 +01:00
Daniel Czerwonk
0ff505a8a7
Update .travis.yml 2018-09-22 10:21:32 +02:00
Daniel Czerwonk
7a237d04fc
Update .travis.yml 2018-09-22 09:49:49 +02:00
Daniel Czerwonk
7b8eb0d507
Update .travis.yml 2018-09-22 09:49:35 +02:00
Daniel Czerwonk
e744d19130
Merge pull request #25 from atopuzov/slim
Use debian:stretch-slim
2018-09-19 20:29:40 +02:00
Aleksandar Topuzovic
7d790f5d35 Use debian:stretch-slim
* debian:stretch-slim is 55 Mb
* golang:1.10 is 730 Mb
2018-09-19 15:59:03 +01:00
Daniel Czerwonk
d984aa9140 bumped version 1.2.2 2018-08-24 09:13:09 +02:00
Daniel Czerwonk
42bfdbb0fc
Update label_strategy.go 2018-08-09 11:34:24 +02:00
Daniel Czerwonk
f8a98ca19c
Merge pull request #21 from baloo/baloo/api_label_strategy
metrics: allow label_strategy to be implemented as api
2018-08-09 11:29:26 +02:00
Daniel Czerwonk
4779739191
Merge branch 'master' into baloo/api_label_strategy 2018-08-09 11:26:43 +02:00
Daniel Czerwonk
081f8e2b85
Merge pull request #22 from baloo/baloo/parse_static_protocols
parser: static protocols were not parsed
2018-08-09 11:22:49 +02:00
Arthur Gautier
719221d9c6 parser: static protocols were not parsed
we use static protocol enabled/disabled as a switch to
broadcast bgp routes and announce service.
Support for static protocols is mostly there, but is just missing
support in the parser

Signed-off-by: Arthur Gautier <baloo@gandi.net>
2018-08-09 06:47:39 +00:00
Arthur Gautier
e570048463 metrics: allow label_strategy to be implemented as api
I use this exporter as an api, and I need to implement another
custom label strategy. Purpose being to habe business logic in
those labels (datacenter, ...).

Because the interface is private, this can not be implemented
elsewhere. This commit makes it public.

Signed-off-by: Arthur Gautier <baloo@gandi.net>
2018-08-09 06:43:29 +00:00
Daniel Czerwonk
bf73cd8309
Merge pull request #20 from ottoyiu/docker-k8s
Add Dockerfile and kubernetes daemonset example
2018-06-30 10:24:39 +02:00
Otto Yiu
dca94666ec add Dockerfile and kubernetes example 2018-06-27 14:56:45 -07:00
Daniel Czerwonk
34f34794c5
Merge pull request #19 from dswarbrick/master
Add manpage in Markdown format
2018-06-20 21:35:57 +02:00
Daniel Swarbrick
2af06c8601 Add manpage in Markdown format
To create a manpage, use pandoc:
```
pandoc -s -t man bird_exporter.1.md -o bird_exporter.1
```
2018-06-20 15:24:55 +02:00
Daniel Czerwonk
e0331de938
Merge pull request #18 from dswarbrick/master
Fix typo convinient -> convenient
2018-06-15 17:16:59 +02:00
Daniel Swarbrick
1e8267229b Fix typo convinient -> convenient 2018-06-15 16:47:46 +02:00
Daniel Czerwonk
3efb6e6b35
Update default_label_strategy.go 2018-03-31 13:03:31 +02:00
Daniel Czerwonk
6eff2642a4
Update README.md 2018-03-26 22:09:04 +02:00
Daniel Czerwonk
cf9298f461 moved image to grafana folder 2018-03-26 21:59:12 +02:00
Daniel Czerwonk
848ecd0678
Update README.md 2018-03-26 21:55:23 +02:00