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: create XRayInstrument #16

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

feat: create XRayInstrument #16

wants to merge 52 commits into from

Commits on Jul 20, 2020

  1. Chore: bump AnyCodable to 0.3.0

    Michal A committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    0fd427c View commit details
    Browse the repository at this point in the history
  2. feat: create XRayInstrument

    Michal A committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    50c5da1 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into feature/instrument

    # Conflicts:
    #	Package.swift
    Michal A committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    a27628d View commit details
    Browse the repository at this point in the history
  4. feat: expose Segment name

    Michal A committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    b26c5f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    3ae1d29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac2d5ac View commit details
    Browse the repository at this point in the history
  3. refactor: expose segment id

    Michal A committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    38f9a63 View commit details
    Browse the repository at this point in the history
  4. refactor: expose segment startTime and endTime

    Michal A committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    3d4d004 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feature/instrument

    Michal A committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    0f5d415 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    29ff160 View commit details
    Browse the repository at this point in the history
  7. WIP

    Michal A committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    6c1d3c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. WIP

    Michal A committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    80ed11f View commit details
    Browse the repository at this point in the history
  2. Fixed XRayREcorder dependencies

    Michal A committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    e43ed86 View commit details
    Browse the repository at this point in the history
  3. Do not limit extracting and injecting to HTTPHeaders, fixed testInjec…

    …tingContext
    Michal A committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    e50851c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a807dcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a35ffa View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' into feature/instrument

    # Conflicts:
    #	Tests/AWSXRayRecorderTests/TraceTests.swift
    Michal A committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    d749d4c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' into feature/instrument

    Michal A committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    ec93186 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf7d6fe View commit details
    Browse the repository at this point in the history
  9. Generate TraceId in XRayInstrument tests

    Michal A committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    c5e7d2a View commit details
    Browse the repository at this point in the history
  10. feat: create AWSXRayInstrumentExample

    Michal A committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    94c313e View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Create instrumented HTTP client

    Michal A committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e8aeb31 View commit details
    Browse the repository at this point in the history
  2. Fixed setting HTTP attributes

    Michal A committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    c7a1bbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8a597d View commit details
    Browse the repository at this point in the history
  4. fix: fix serialization of "appended" metadata

    Michal A committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    b12b94b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop' into feature/instrument

    Michal A committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    8e606f2 View commit details
    Browse the repository at this point in the history
  6. fix: testAppendingMetadata

    Michal A committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    8bcb386 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into feature/instrument

    Michal A committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    393963a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into feature/instrument

    Michal A committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    924d164 View commit details
    Browse the repository at this point in the history
  9. docs: add license headers

    Michal A committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    7a1e106 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. Merge branch 'master' into feature/instrument

    # Conflicts:
    #	Examples/Package.swift
    #	Package.swift
    Michal A committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    4ef2173 View commit details
    Browse the repository at this point in the history
  2. Pull changes from swift-tracing

    Michal A committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    d27ba09 View commit details
    Browse the repository at this point in the history
  3. Update XRayInstrument example to generate trace and query instrumente…

    …d service
    Michal A committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    868aad2 View commit details
    Browse the repository at this point in the history
  4. Store links and events separately

    Michal A committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    5b2d789 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Merge branch 'master' into feature/instrument

    # Conflicts:
    #	Examples/Package.swift
    #	Package.swift
    Michal A committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    189a3aa View commit details
    Browse the repository at this point in the history
  2. Pull changes from swift-tracing

    Michal A committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    0c634c7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into feature/instrument

    Michal A committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    1af7dee View commit details
    Browse the repository at this point in the history
  4. Fix compilation of AWSXRayInstrumentExample

    Michal A committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    d6cdd15 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Merge branch 'emitter' into feature/instrument

    # Conflicts:
    #	Examples/Package.swift
    pokryfka committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    93e39f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Configuration menu
    Copy the full SHA
    de28605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    683ff26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97c63f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb72833 View commit details
    Browse the repository at this point in the history
  5. fix: expose span name

    pokryfka committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    e317cdd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ac2849 View commit details
    Browse the repository at this point in the history
  7. test: update span tests

    pokryfka committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    096b12e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    99bd603 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

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

Commits on Aug 27, 2020

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

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    ed287b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e93fd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    857c1c3 View commit details
    Browse the repository at this point in the history