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

Expose metrics #22

Merged

Commits on Dec 7, 2022

  1. Log more info about dependency errors

    Previously only the GVK of the dependency with the error were logged.
    That made it difficult sometimes to know which thing failed.
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    JustinKuli committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    fec2683 View commit details
    Browse the repository at this point in the history
  2. Expose metrics

    By default, the metrics are exposed at localhost:8383. Note that this
    means in a pod, workloads outside the pod *can not* access them.
    
    Refs:
     - https://issues.redhat.com/browse/ACM-2179
    
    Signed-off-by: Justin Kulikauskas <jkulikau@redhat.com>
    JustinKuli committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    9a628ec View commit details
    Browse the repository at this point in the history