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

Add more logging/metrics to GitOps #3161

Open
1 of 2 tasks
manno opened this issue Dec 19, 2024 · 1 comment
Open
1 of 2 tasks

Add more logging/metrics to GitOps #3161

manno opened this issue Dec 19, 2024 · 1 comment

Comments

@manno
Copy link
Member

manno commented Dec 19, 2024

The introduction of events seems to have removed some log lines. We also need more metrics to troubleshoot large fleet deployments with a huge number of gitrepos.

  • add INFO level logging for all events, like "new commit" found
  • add metrics like
    • number of jobs created
@manno manno added this to Fleet Dec 19, 2024
@manno manno converted this from a draft issue Dec 19, 2024
@manno manno added this to the v2.11.0 milestone Dec 19, 2024
@p-se
Copy link
Contributor

p-se commented Jan 6, 2025

Here's a few things that could be of interest.

The number of times

  • a repo has been updated (git pull)
  • we have checked for a new commit

but also the time it takes to

  • get the most recent commit of a repository
  • download/update a git repository
  • create a bundle
  • create a bundle deployment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants