Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

split log-cache from doppler, use syslog ingress #949

Merged
merged 7 commits into from
Feb 17, 2022

Commits on Feb 2, 2022

  1. split log-cache from doppler, use syslog ingress

    Making this change for a few reasons:
    - The scaling needs of dopplers and log-cache are often different, so
      grouping them together can be problematic. Dopplers are limited to ~40
      instances and some high traffic foundations need larger log-cache
      instance groups.
    - Syslog ingress eliminates the load on dopplers and traffic controllers
      to get envelopes to log-cache. This increases the load slightly on
      diego cells, and eliminates significant load on dopplers/tc's.
    
    It's recommended after deploying this change to evaluate the memory
    allocated to doppler nodes and switch them to compute heavy instances and
    deploy log-cache to high memory instances.
    mkocher committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    cfa1e1d View commit details
    Browse the repository at this point in the history
  2. remove remove-logging-pipeline-with-danger ops files

    They didn't seem to be used and would need to be updated to work with
    the separate log cache instance group.
    mkocher committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    0158943 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Remove use-log-cache-syslog-ingress ops files

    We had made these ops files no-ops in an earlier commit, here we are
    removing them.
    mkocher committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    6c4c0a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. update cc log-cache url

    mkocher committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    0e2e1e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    bc57c8c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    926dcb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a7ce81 View commit details
    Browse the repository at this point in the history