Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k@main

PR link: networkservicemesh/sdk#1513

Commit: 256d2cc
Author: Artem Glazychev
Date: 2023-09-28 16:52:28 +0700
Message:
  - Add concise tracing (#1513)
* Log rotated after 5 minutes in NSMgr / Registry (-draft implementation for networkservise)

Signed-off-by: Alexander Peretyatko <[email protected]>

Log rotated after 5 minutes in NSMgr / Registry (-forwarder implementation)

Signed-off-by: Alexander Peretyatko <[email protected]>

Log rotated after 5 minutes in NSMgr / Registry (-skip the same errors)

Signed-off-by: Alexander Peretyatko <[email protected]>

Log rotated after 5 minutes in NSMgr / Registry (-clean up)

Signed-off-by: Alexander Peretyatko <[email protected]>

Log rotated after 5 minutes in NSMgr / Registry (-handle errors)

Signed-off-by: Alexander Peretyatko <[email protected]>

Log rotated after 5 minutes in NSMgr / Registry (-handle registry logs)

Signed-off-by: Alexander Peretyatko <[email protected]>

Log rotated after 5 minutes in NSMgr / Registry (-clean up)

Signed-off-by: Alexander Peretyatko <[email protected]>

Log rotated after 5 minutes in NSMgr / Registry (-clean up)

Signed-off-by: Alexander Peretyatko <[email protected]>

Log rotated after 5 minutes in NSMgr / Registry (-clean up)

Signed-off-by: Alexander Peretyatko <[email protected]>

* improvements

Signed-off-by: Artem Glazychev <[email protected]>

* fix datarace

Signed-off-by: Artem Glazychev <[email protected]>

* fix unstable tests

Signed-off-by: Artem Glazychev <[email protected]>

* fix registry span

Signed-off-by: Artem Glazychev <[email protected]>

* show concise logs in all cases except TraceLevel

Signed-off-by: Artem Glazychev <[email protected]>

* take into account grpcmetadata

Signed-off-by: Artem Glazychev <[email protected]>

---------

Signed-off-by: Alexander Peretyatko <[email protected]>
Signed-off-by: Artem Glazychev <[email protected]>
Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Sep 28, 2023
1 parent 29953c6 commit 76b7b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo/v4 v4.6.1
github.com/networkservicemesh/sdk v0.5.1-0.20230922100610-97bacd7153a2
github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72
github.com/networkservicemesh/sdk-k8s v0.0.0-20230919044941-eae83db21370
go.uber.org/zap v1.19.0
gomodules.xyz/jsonpatch/v2 v2.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804 h1:RDbdWrIi+QL4ZKI45ETcT81Ox9DZPl083vDcFqY5AnI=
github.com/networkservicemesh/api v1.10.1-0.20230822145124-c4a3ece88804/go.mod h1:DO7D13Y4x/A8tQ2cQyUWa9o5wi7XHUB8+vITWRKreCc=
github.com/networkservicemesh/sdk v0.5.1-0.20230922100610-97bacd7153a2 h1:zucewg+R+ik42Nc2r0MaUzz8kuGh4cJNZU1UqSbmQR0=
github.com/networkservicemesh/sdk v0.5.1-0.20230922100610-97bacd7153a2/go.mod h1:KzbOZkk84r6KMNESKb50DpIWqxqCA88Mb+2jFrAdBJs=
github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72 h1:kHxDNU5ePuHH7MZceMc1G3dAZueUk1gSu3Rb5fhvFf4=
github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72/go.mod h1:KzbOZkk84r6KMNESKb50DpIWqxqCA88Mb+2jFrAdBJs=
github.com/networkservicemesh/sdk-k8s v0.0.0-20230919044941-eae83db21370 h1:jKysgZcxOW6PexOX1BMyFhI6xwUh1VNxnbWeuDbMq5Q=
github.com/networkservicemesh/sdk-k8s v0.0.0-20230919044941-eae83db21370/go.mod h1:cy5jQDgSXvy2+Dmwd61wfRlvBF07lA23pPTJ46zmWmw=
github.com/onsi/ginkgo/v2 v2.9.4 h1:xR7vG4IXt5RWx6FfIjyAtsoMAtnc3C/rFXBBd2AjZwE=
Expand Down

0 comments on commit 76b7b47

Please sign in to comment.