Top 1.1% dependent packages on proxy.golang.org
Top 0.9% dependent repos on proxy.golang.org
Top 5.3% forks on proxy.golang.org
Top 0.3% docker downloads on proxy.golang.org
proxy.golang.org : code.cloudfoundry.org/go-loggregator/v8
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
- Homepage
- Documentation
- JSON
purl: pkg:golang/code.cloudfoundry.org/go-loggregator/v8
License: Apache-2.0
Latest release: almost 4 years ago
First release: about 5 years ago
Namespace: code.cloudfoundry.org/go-loggregator
Dependent packages: 24
Dependent repositories: 38
Stars: 12 on GitHub
Forks: 17 on GitHub
Docker dependents: 25
Docker downloads: 49,246,859
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago