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

Print more log messages to enable tracking of SLIs #110

Merged
merged 4 commits into from
Nov 16, 2022

Commits on Nov 16, 2022

  1. builder: Explicitly log task id to track SLI

    Each 'Task id' corresponds to a 'Compose id' in case everything works as
    expected. In order to be able to track both in Splunk to measure our
    first service level indicator (SLI) we need to explicitly log the 'Task
    id' when it is received by the plugin.
    ochosi committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    9a1fdf0 View commit details
    Browse the repository at this point in the history
  2. hub: Log adding tasks to Koji's db

    Log both the entrypoint and the return value from adding a task to
    Koji's database. We can measure both to ensure a task has been
    successfully added to the database as a service level indicator.
    ochosi committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a7e40d4 View commit details
    Browse the repository at this point in the history
  3. ci: Pin Fedora container for pylint

    This is so that new pylint errors with the version in Fedora 37 can be
    fixed in a separate, subsequent PR.
    ochosi committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ee2d81a View commit details
    Browse the repository at this point in the history
  4. builder: Fix typo

    ochosi committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    70ab44c View commit details
    Browse the repository at this point in the history