Cloud Foundry Loggregator

Loggregator is Cloud Foundry's distributed log and metric pipeline that aggregates application logs, platform component logs, and metrics for streaming consumption by users and external sinks. It exposes a WebSocket Firehose, a v2 gRPC egress API, and the Reverse Log Proxy.

API entry from apis.yml

apis.yml Raw ↑
aid: cloud-foundry:loggregator
name: Cloud Foundry Loggregator
tags:
- Logs
- Metrics
- Observability
- Streaming
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://docs.cloudfoundry.org/loggregator/
properties:
- url: https://docs.cloudfoundry.org/loggregator/
  type: Documentation
- url: https://github.com/cloudfoundry/loggregator-release
  type: Source Code
- url: asyncapi/cloud-foundry-loggregator-asyncapi.yml
  type: AsyncAPI
description: Loggregator is Cloud Foundry's distributed log and metric pipeline that aggregates application
  logs, platform component logs, and metrics for streaming consumption by users and external sinks. It
  exposes a WebSocket Firehose, a v2 gRPC egress API, and the Reverse Log Proxy.