Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 3.2% on proxy.golang.org
Top 0.3% dependent packages on proxy.golang.org
Top 0.4% 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

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 - Source - Documentation - JSON
purl: pkg:golang/code.cloudfoundry.org/go-loggregator
License: Apache-2.0
Latest release: about 5 years ago
First release: about 7 years ago
Namespace: code.cloudfoundry.org
Dependent packages: 265
Dependent repositories: 331
Stars: 12 on GitHub
Forks: 17 on GitHub
Docker dependents: 146
Docker downloads: 8,569,495
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago

    Loading...
    Readme
    Loading...