Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
#29 Metrics for vpp agent (#136)
Browse files Browse the repository at this point in the history
* #29 Metrics chain element for VPP agent

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix review comments

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Correct logging

Correct logging

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Update to latest vppagent

Update to latest vppagent

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
  • Loading branch information
haiodo authored Apr 6, 2020
1 parent 1fb677c commit 2be341b
Show file tree
Hide file tree
Showing 5 changed files with 322 additions and 21 deletions.
7 changes: 4 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ require (
github.com/onsi/gomega v1.8.1 // indirect
github.com/open-policy-agent/opa v0.16.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/sirupsen/logrus v1.5.0
github.com/stretchr/testify v1.4.0
go.ligato.io/vpp-agent/v3 v3.0.1
google.golang.org/grpc v1.27.0
go.ligato.io/vpp-agent/v3 v3.1.0
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
google.golang.org/grpc v1.27.1
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)
Loading

0 comments on commit 2be341b

Please sign in to comment.