Skip to content

loggregator/90.1

You can find the source of this version on GitHub at cloudfoundry/loggregator. It was created based on the commit 0144d39.

Release Notes

** Changelog** * Fixes large bosh release tarball size created using the newer versions of the Bosh CLI * Fixes conflicting ports for health endpoints on Metron, Doppler, TrafficController and RLP. Metron health port is now 14824. Everything else now uses 14825. - Remove dea_logging_agent - Doppler no longer sets deployment field on metrics (metron sets this field) - Added health endpoint to doppler (defaults to port 22222) - Traffic controller no longer sets job, index, and deployment fields on metrics (metron sets these fields) - Added health endpoint to traffic controller (defaults to port 22222) - Changed metron’s default health endpoint port to 22222 (previously 9090) - Added a drain script for RLP - RLP no longer sets job, index, and deployment fields on metrics (metron sets these fields) - Update golang version to 1.8.3 - Corrects egress metrics being emitted with the incorrect name (previously dropped) - RLP finishes draining messages before shutting down

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "loggregator"
  version: "90.1"
  url: "https://bosh.io/d/github.com/cloudfoundry/loggregator?v=90.1"
  sha1: "c6d8f4269cdca3b4a68f59cb85ffde816940d4ec"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 c6d8f4269cdca3b4a68f59cb85ffde816940d4ec \
  "https://bosh.io/d/github.com/cloudfoundry/loggregator?v=90.1"

Jobs

Packages