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

action logs collector feed enhancements #633

Merged
merged 7 commits into from
Oct 6, 2023
Merged

Commits on Oct 4, 2023

  1. Report to collector a wrap-up status based on the exitcode

    Instead of forging a status based on stderr log presence, which is
    causing false-negatives when a startup script prints to stderr for no
    good reason.
    cvaroqui committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a8820a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Report the sid in action logs send to the collector

    Which make it easier to communicate using the sid with collector users.
    Also simplifies code on the collector to identify the logs of a session.
    cvaroqui committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    70ab5d0 View commit details
    Browse the repository at this point in the history
  2. Fix report of daemon sid instead of the action sid

    And add the argv to the wrap-up line.
    cvaroqui committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    3262ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d02a9f View commit details
    Browse the repository at this point in the history
  4. Report the rid and subset in their own svcactions columns

    Unclutter the 'action' column.
    And fix the line coalescing when rid, action and status are unchanged.
    cvaroqui committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    9e1696b View commit details
    Browse the repository at this point in the history
  5. Fix the rid reported to the collector svcactions

    Take care of the subset part in the log entry name, as in:
    container:front#nginx
    cvaroqui committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    79ef507 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3b1bfdb View commit details
    Browse the repository at this point in the history