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

Fix Envoy proxy failing in tcp-metrics #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Sep 5, 2022

  1. Fix Envoy proxy failing in tcp-metrics

    Description: This fixes a previous open issue layer5io#39
    
    Updated envoy.yaml
    - Envoy now calls for typed_config in `v3`
    - Rearranged placement of the filters, but it probably can be reworked to make it cleaner
    - Clusters is now set up with an endpoint, instead of `hosts`
    - Probably need to fix spacing
    
    Signed-off-by: Antonette Caldwell <[email protected]>
    acald-creator committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    6f39f3e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

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

Commits on Jan 29, 2023

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