proxy.golang.org : code.cloudfoundry.org/go-loggregator/v8 : v8.0.0
Package loggregator provides clients to send data to the Loggregator v1 and v2 API. The v2 API distinguishes itself from the v1 API on three counts: 1) it uses gRPC, 2) it uses a streaming connection, and 3) it supports batching to improve performance. The code here provides a generic interface into the two APIs. Clients who prefer more fine grained control may generate their own code using the protobuf and gRPC service definitions found at: github.com/cloudfoundry/loggregator-api. Note that on account of the client using batching wherein multiple messages may be sent at once, there is no meaningful error return value available. Each of the methods below make a best-effort at message delivery. Even in the event of a failed send, the client will not block callers. In general, use IngressClient for communicating with Loggregator's v2 API. For Loggregator's v1 API, see v1/client.go.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/code.cloudfoundry.org/go-loggregator/[email protected]
Published:
Indexed:
Related tag:
v8.0.0
- code.cloudfoundry.org/go-diodes v0.0.0-20180905200951-72629b5276e3
- code.cloudfoundry.org/rfc5424 v0.0.0-20180905210152-236a6d29298a
- code.cloudfoundry.org/tlsconfig v0.0.0-20200131000646-bbe0f8da39b3
- github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77
- github.com/cloudfoundry/dropsonde v1.0.0
- github.com/cloudfoundry/gosteno v0.0.0-20150423193413-0c8581caea35
- github.com/cloudfoundry/loggregatorlib v0.0.0-20170823162133-36eddf15ef12
- github.com/cloudfoundry/sonde-go v0.0.0-20171206171820-b33733203bb4
- github.com/gogo/protobuf v1.2.1
- github.com/golang/protobuf v1.3.2
- github.com/kr/pretty v0.1.0
- github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
- github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
- github.com/onsi/ginkgo v1.8.0
- github.com/onsi/gomega v1.5.0
- github.com/poy/eachers v0.0.0-20181020210610-23942921fe77
- golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
- golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7
- google.golang.org/grpc v1.19.1
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
- launchpad.net/gocheck v0.0.0-20140225173054-000000000087