package
0.0.0-20190918193452-3ce1eab57797
Repository: https://github.com/cloudfoundry/loggregator.git
Documentation: pkg.go.dev
# Functions
NewDopplerServer creates a new DopplerServer.
No description provided by the author
NewRouter is the constructor for Router.
# Structs
DopplerServer is the GRPC server component that accepts requests for firehose streams, application streams, and recent logs.
No description provided by the author
Router routes envelopes to particular buffers (called DataSetter here).
# Interfaces
DataSetter accepts writes of marshalled data.
EnvelopeStore returns Envelopes recent logs requests.
No description provided by the author
No description provided by the author
MetricClient creates new CounterMetrics to be emitted periodically.
Registrar registers stream and firehose DataSetters to accept reads.