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

Support micrometer context-propagation #5577

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

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    faffdd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e1fd49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48b4039 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Add java docs

    chickenchickenlove committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    65aa41b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3cda0 View commit details
    Browse the repository at this point in the history
  3. Apply comment

    chickenchickenlove committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8030e8f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    46cd890 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67a4f14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae022ad View commit details
    Browse the repository at this point in the history
  4. add dependencies

    chickenchickenlove committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c633eaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8710f1d View commit details
    Browse the repository at this point in the history
  6. fix test fail

    chickenchickenlove committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    64cb196 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b32927 View commit details
    Browse the repository at this point in the history
  8. Add test cases

    chickenchickenlove committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6d4762a View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Add test case

    chickenchickenlove committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    4209756 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Update core/src/main/java/com/linecorp/armeria/common/RequestContextA…

    …ccessor.java
    
    Co-authored-by: minux <songmw725@gmail.com>
    chickenchickenlove and minwoox committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    747fa36 View commit details
    Browse the repository at this point in the history
  2. Update core/src/main/java/com/linecorp/armeria/common/RequestContextA…

    …ccessor.java
    
    Co-authored-by: minux <songmw725@gmail.com>
    chickenchickenlove and minwoox committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    83a84b0 View commit details
    Browse the repository at this point in the history
  3. Update core/src/main/java/com/linecorp/armeria/common/RequestContextA…

    …ccessor.java
    
    Co-authored-by: minux <songmw725@gmail.com>
    chickenchickenlove and minwoox committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    3bdbd3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    767bd9a View commit details
    Browse the repository at this point in the history
  5. resolve lint error

    chickenchickenlove committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    88b1475 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    4a3ebfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a3d4f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d2970d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24c6f38 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. apply review

    chickenchickenlove committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4a00814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23f670 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update core/src/test/java/com/linecorp/armeria/common/RequestContextA…

    …ccessorTest.java
    
    Co-authored-by: Trustin Lee <t@motd.kr>
    chickenchickenlove and trustin committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    eb0c71e View commit details
    Browse the repository at this point in the history
  2. apply review

    chickenchickenlove committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8a46ca5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aca31f8 View commit details
    Browse the repository at this point in the history
  4. apply review

    chickenchickenlove committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    9cd60e1 View commit details
    Browse the repository at this point in the history
  5. add test case

    chickenchickenlove committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    4b5015f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix lint error

    chickenchickenlove committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    90f76a7 View commit details
    Browse the repository at this point in the history
  2. Update core/src/main/java/com/linecorp/armeria/internal/common/Reques…

    …tContextThreadLocalAccessor.java
    
    Co-authored-by: Trustin Lee <t@motd.kr>
    chickenchickenlove and trustin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    230a664 View commit details
    Browse the repository at this point in the history
  3. Update core/src/test/java/com/linecorp/armeria/internal/common/Reques…

    …tContextThreadLocalAccessorTest.java
    
    Co-authored-by: Trustin Lee <t@motd.kr>
    chickenchickenlove and trustin committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    3b9de29 View commit details
    Browse the repository at this point in the history
  4. apply review

    chickenchickenlove committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    890a725 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Update core/src/main/java/com/linecorp/armeria/internal/common/Reques…

    …tContextThreadLocalAccessor.java
    
    Co-authored-by: Trustin Lee <t@motd.kr>
    chickenchickenlove and trustin committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6a3e46e View commit details
    Browse the repository at this point in the history
  2. apply review

    chickenchickenlove committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e80117c View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    12a2929 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    2ca6b1b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Update reactor3/src/test/java/com/linecorp/armeria/common/reactor3/Re…

    …questContextPropagationFluxTest.java
    
    Co-authored-by: jrhee17 <guins_j@guins.org>
    chickenchickenlove and jrhee17 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    79f16af View commit details
    Browse the repository at this point in the history
  2. Update reactor3/src/test/java/com/linecorp/armeria/common/reactor3/Re…

    …questContextPropagationMonoTest.java
    
    Co-authored-by: jrhee17 <guins_j@guins.org>
    chickenchickenlove and jrhee17 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fb2db7d View commit details
    Browse the repository at this point in the history
  3. Update core/src/main/java/com/linecorp/armeria/internal/common/Reques…

    …tContextThreadLocalAccessor.java
    
    Co-authored-by: jrhee17 <guins_j@guins.org>
    chickenchickenlove and jrhee17 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f087912 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e6cd9b View commit details
    Browse the repository at this point in the history