File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,14 @@ limitations under the License.
1717# Zipkin Library for Go
1818
1919[ ![ GHA] ( https://github.com/openzipkin/zipkin-go/actions/workflows/ci.yml/badge.svg?event=push )] ( https://github.com/openzipkin/zipkin-go/actions/workflows/ci.yml )
20- [ ![ CircleCI] ( https://circleci.com/gh/openzipkin/zipkin-go.svg?style=shield )] ( https://circleci.com/gh/openzipkin/zipkin-go )
2120[ ![ codecov] ( https://codecov.io/gh/openzipkin/zipkin-go/branch/master/graph/badge.svg?token=gXdWofFlsq )] ( https://codecov.io/gh/openzipkin/zipkin-go )
2221[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/openzipkin/zipkin-go )] ( https://goreportcard.com/report/github.com/openzipkin/zipkin-go )
2322[ ![ GoDoc] ( https://godoc.org/github.com/openzipkin/zipkin-go?status.svg )] ( https://godoc.org/github.com/openzipkin/zipkin-go )
2423[ ![ Gitter chat] ( https://badges.gitter.im/openzipkin/zipkin.svg )] ( https://gitter.im/openzipkin/zipkin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
2524[ ![ Sourcegraph] ( https://sourcegraph.com/github.com/openzipkin/zipkin-go/-/badge.svg )] ( https://sourcegraph.com/github.com/openzipkin/zipkin-go?badge )
2625
27- Zipkin Go is the official Go Tracer / Tracing implementation for Zipkin, supported by the
28- OpenZipkin community.
26+ Zipkin Go is the official Go Tracer / Tracing implementation for Zipkin,
27+ supported by the OpenZipkin community.
2928
3029## package organization
3130` zipkin-go ` is built with interoperability in mind within the OpenZipkin
@@ -70,8 +69,8 @@ For convenience `NewClient` is provided which returns a HTTP Client which embeds
7069calling the ` DoWithAppSpan() ` method.
7170
7271#### grpc
73- Easy to use grpc.StatsHandler middleware are provided for tracing gRPC server and
74- client requests.
72+ Easy to use grpc.StatsHandler middleware are provided for tracing gRPC server
73+ and client requests.
7574
7675For a server, pass ` NewServerHandler ` when calling ` NewServer ` , e.g.,
7776
You can’t perform that action at this time.
0 commit comments