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

[healthcheckextensionv2] Introduce health check extension based on component status reporting #30673

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Apr 24, 2024

  1. Copy the full SHA
    8fc1b26 View commit details
    Browse the repository at this point in the history
  2. Refactor aggregator

    There were previously different types for CollectorStatus and PipelineStatus
    that have been unified with a newly introduced AggregateStatus type. It cleaned
    up a lot of special cases.
    mwear committed Apr 24, 2024
    Copy the full SHA
    3a19a5a View commit details
    Browse the repository at this point in the history
  3. Make gotidy

    mwear committed Apr 24, 2024
    Copy the full SHA
    dd628d1 View commit details
    Browse the repository at this point in the history
  4. Update extension/healthcheckextensionv2/config.go

    Co-authored-by: Alex Boten <alex@boten.ca>
    mwear and codeboten committed Apr 24, 2024
    Copy the full SHA
    7eb6512 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Alex Boten <alex@boten.ca>
    mwear and codeboten committed Apr 24, 2024
    Copy the full SHA
    8c0c3f4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    18fe9a7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    449544e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    04fbd5f View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0d21264 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    6085882 View commit details
    Browse the repository at this point in the history
  11. Simplify HTTP strategies

    mwear committed Apr 24, 2024
    Copy the full SHA
    c8f9d56 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    99afda4 View commit details
    Browse the repository at this point in the history
  13. Fusion

    Support config and responses from current healthcheck extension.
    mwear committed Apr 24, 2024
    Copy the full SHA
    4075e13 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    c773103 View commit details
    Browse the repository at this point in the history
  15. Readme fusion

    mwear committed Apr 24, 2024
    Copy the full SHA
    8adc96c View commit details
    Browse the repository at this point in the history
  16. Update extension/healthcheckextensionv2/README.md

    Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
    mwear and jpkrohling committed Apr 24, 2024
    Copy the full SHA
    fce6ae1 View commit details
    Browse the repository at this point in the history
  17. Address code review feedback

    - Words of caution on the readme
    - Remove prefix on errors
    - Log details on discarded events
    mwear committed Apr 24, 2024
    Copy the full SHA
    2c5670b View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    2d23a47 View commit details
    Browse the repository at this point in the history
  19. Post rebase fixes

    mwear committed Apr 24, 2024
    Copy the full SHA
    34a00f6 View commit details
    Browse the repository at this point in the history
  20. Post rebase fixes

    mwear committed Apr 24, 2024
    Copy the full SHA
    cde6507 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    e52f4d1 View commit details
    Browse the repository at this point in the history
  22. Update metadata

    mwear committed Apr 24, 2024
    Copy the full SHA
    17edc87 View commit details
    Browse the repository at this point in the history
  23. Post rebase updates

    mwear committed Apr 24, 2024
    Copy the full SHA
    ac459be View commit details
    Browse the repository at this point in the history
  24. Enable goleak

    mwear committed Apr 24, 2024
    Copy the full SHA
    04cf05b View commit details
    Browse the repository at this point in the history
  25. Update collector module version

    mwear committed Apr 24, 2024
    Copy the full SHA
    1a45be5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update go.mod

    mwear committed Apr 25, 2024
    Copy the full SHA
    47d2100 View commit details
    Browse the repository at this point in the history