Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.07 KB

File metadata and controls

15 lines (11 loc) · 1.07 KB

Accumulators

Accumulators subscribe to streams of specific event types and the router forwards matching Loggregator envelopes to the accumulators for processing.

Event Types

All metrics include the PCF meta data. Only PCFContainerMetric and PCFLogMessage hold application specific data. All other metrics pertain to PCF System metrics.

Event Type Loggregator Envelope Type Description Accumulator
PCFContainerMetric ContainerMetric Application specific metrics accumulators/container/container.go
PCFValueMetric ValueMetric PCF System metrics of multiple metric types accumulators/value/value.go
PCFCounterEvent CounterEvent PCF System metrics as counter types only accumulators/counter/counter.go
PCFLogMessage LogMessage PCF Logs accumulators/logmessage/logmessage.go
PCFHttpStartStop HttpStartStop PCF HTTP request details accumulators/http/http.go