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 7682b1e commit 2757592
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.18
require (
github.com/container-storage-interface/spec v1.7.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/networkservicemesh/sdk v0.5.1-0.20230922100610-97bacd7153a2
github.com/networkservicemesh/sdk v0.5.1-0.20230928095228-256d2ccfaf72
github.com/pkg/errors v0.9.1
github.com/spiffe/spiffe-csi v0.2.3
github.com/stretchr/testify v1.8.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORN
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
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/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 2757592

Please sign in to comment.