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

[v2] Configure health check extension for all configs #5861

Merged
merged 32 commits into from
Aug 23, 2024

Commits on Aug 18, 2024

  1. Added healthcheck to config.taml

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    2d6c6a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add health ext to all configs

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    2b2ca68 View commit details
    Browse the repository at this point in the history
  2. Added e2e test

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b31bf19 View commit details
    Browse the repository at this point in the history
  3. Added config for other storage

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    12851ff View commit details
    Browse the repository at this point in the history
  4. Add extension to Kafka

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    bd5b614 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Resolved Comments

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    8a9582a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d180a View commit details
    Browse the repository at this point in the history
  3. Edited file path

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    7a010c5 View commit details
    Browse the repository at this point in the history
  4. Test config

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    fb3dc14 View commit details
    Browse the repository at this point in the history
  5. Add different port

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    af87deb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    333fdbc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be1ccd6 View commit details
    Browse the repository at this point in the history
  8. Changed port to 13133 for all storages

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    1a2d577 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f4d21a View commit details
    Browse the repository at this point in the history
  10. refactor

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    294ba5a View commit details
    Browse the repository at this point in the history
  11. fix

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4861447 View commit details
    Browse the repository at this point in the history
  12. swap port, improve logging

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b054725 View commit details
    Browse the repository at this point in the history
  13. fix-typo

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6ffc727 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Modified config file

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e6bfa61 View commit details
    Browse the repository at this point in the history
  2. Move HC Call

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    06220d0 View commit details
    Browse the repository at this point in the history
  3. Move HC Call back

    Signed-off-by: Wise-Wizard <[email protected]>
    Wise-Wizard committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    383946d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a9ac06 View commit details
    Browse the repository at this point in the history
  5. log found traces

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    95db3c2 View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6b1189f View commit details
    Browse the repository at this point in the history
  7. undo

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    cfa9864 View commit details
    Browse the repository at this point in the history
  8. simpler

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    13bf5b2 View commit details
    Browse the repository at this point in the history
  9. revert grpc to original health check

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    921d564 View commit details
    Browse the repository at this point in the history
  10. fix

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    e9f2438 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. try to minimize configuration

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b5a675e View commit details
    Browse the repository at this point in the history
  2. improve logging

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7a381e0 View commit details
    Browse the repository at this point in the history
  3. undo grpc check override

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a7c11e9 View commit details
    Browse the repository at this point in the history
  4. redo override

    Signed-off-by: Yuri Shkuro <[email protected]>
    yurishkuro committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b1d0431 View commit details
    Browse the repository at this point in the history