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

feat: custom apm #155

Draft
wants to merge 48 commits into
base: main
Choose a base branch
from
Draft

feat: custom apm #155

wants to merge 48 commits into from

Commits on Apr 27, 2023

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

    buenaflor committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    34c70d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. add transaction wrappers

    buenaflor committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    265ebef View commit details
    Browse the repository at this point in the history
  2. add span provider

    buenaflor committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    ad838ee View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. improvement

    buenaflor committed May 2, 2023
    Configuration menu
    Copy the full SHA
    02286be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fbd4b6 View commit details
    Browse the repository at this point in the history
  3. remove dead code

    buenaflor committed May 2, 2023
    Configuration menu
    Copy the full SHA
    eb51730 View commit details
    Browse the repository at this point in the history
  4. add basic setup for jvm

    buenaflor committed May 2, 2023
    Configuration menu
    Copy the full SHA
    385f8ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9c3bb4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. add tests

    buenaflor committed May 3, 2023
    Configuration menu
    Copy the full SHA
    7d15ad0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. add tests and sample code

    buenaflor committed May 4, 2023
    Configuration menu
    Copy the full SHA
    71c8ba4 View commit details
    Browse the repository at this point in the history
  2. adjust boolean decision

    buenaflor committed May 4, 2023
    Configuration menu
    Copy the full SHA
    d924a22 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary code

    buenaflor committed May 4, 2023
    Configuration menu
    Copy the full SHA
    79a82bf View commit details
    Browse the repository at this point in the history
  4. change doc of SpanContexT

    buenaflor committed May 4, 2023
    Configuration menu
    Copy the full SHA
    539d6bf View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    9f932e4 View commit details
    Browse the repository at this point in the history
  2. Update providers

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    a21eb17 View commit details
    Browse the repository at this point in the history
  3. Fix test

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    50688e2 View commit details
    Browse the repository at this point in the history
  4. Add comments

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    201eb34 View commit details
    Browse the repository at this point in the history
  5. Formatting

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9d59d28 View commit details
    Browse the repository at this point in the history
  6. Adjust tests

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    d9d2cc8 View commit details
    Browse the repository at this point in the history
  7. improve

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    71b7218 View commit details
    Browse the repository at this point in the history
  8. improve

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    39acf70 View commit details
    Browse the repository at this point in the history
  9. Format

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    e29cb9c View commit details
    Browse the repository at this point in the history
  10. Update demos

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9d65233 View commit details
    Browse the repository at this point in the history
  11. Update CHANGELOG

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    7fc7469 View commit details
    Browse the repository at this point in the history
  12. Update API

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    aaafa5e View commit details
    Browse the repository at this point in the history
  13. Fix tests

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    a29e638 View commit details
    Browse the repository at this point in the history
  14. Fix sample

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    816f2df View commit details
    Browse the repository at this point in the history
  15. Format code

    getsentry-bot committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    21dcc4b View commit details
    Browse the repository at this point in the history
  16. Formatting

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    46dc594 View commit details
    Browse the repository at this point in the history
  17. Remove instrumenter

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    3869b4b View commit details
    Browse the repository at this point in the history
  18. Format

    buenaflor committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    645d4b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

    buenaflor committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    41a4d4b View commit details
    Browse the repository at this point in the history
  3. Update sample

    buenaflor committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    c58cfb0 View commit details
    Browse the repository at this point in the history
  4. apiDump

    buenaflor committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    3bf1246 View commit details
    Browse the repository at this point in the history
  5. Update comment

    buenaflor committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    a460bce View commit details
    Browse the repository at this point in the history
  6. Remove unnecessary test

    buenaflor committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    4738932 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    2054042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43a09d View commit details
    Browse the repository at this point in the history
  3. Fix jvm api error

    buenaflor committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c3cf0ba View commit details
    Browse the repository at this point in the history
  4. Format code

    getsentry-bot committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    417ce29 View commit details
    Browse the repository at this point in the history
  5. trigger ci

    buenaflor committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    590bb64 View commit details
    Browse the repository at this point in the history
  6. Retrigger ci

    buenaflor committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    264dcdb View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Update provider to adapter

    buenaflor committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    78d7ab1 View commit details
    Browse the repository at this point in the history
  2. Revert deps bump

    buenaflor committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b10efb0 View commit details
    Browse the repository at this point in the history
  3. Fix analyze

    buenaflor committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2b27001 View commit details
    Browse the repository at this point in the history