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 Flow Metrics with Openshift Auth #1603

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 19, 2024

  1. Adds FLOW_METRICS_PORT var for flow-collector

    When FLOW_METRICS_PORT is set the flow collector will start an
    additional http server on the FLOW_METRICS_PORT serving only the
    prometheus metrics.
    
    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    23c12ae View commit details
    Browse the repository at this point in the history
  2. use metrics over http

    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2b30470 View commit details
    Browse the repository at this point in the history
  3. with https and generated certificate

    Signed-off-by: Christian Kruse <[email protected]>
    c-kruse committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    eb42691 View commit details
    Browse the repository at this point in the history