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

tracing: Add support for sending data in Zipkin v2 format #6985

Merged
merged 55 commits into from
Aug 30, 2019

Commits on May 16, 2019

  1. Prepare sending proto3 to zipkin

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d445cc8 View commit details
    Browse the repository at this point in the history
  2. Generate ids

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 16, 2019
    Configuration menu
    Copy the full SHA
    ac13b27 View commit details
    Browse the repository at this point in the history
  3. Add newline

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 16, 2019
    Configuration menu
    Copy the full SHA
    7fdbeb9 View commit details
    Browse the repository at this point in the history
  4. Add test for endpoint proto

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 16, 2019
    Configuration menu
    Copy the full SHA
    07dfb1d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Add test for zipkin_core_types

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 17, 2019
    Configuration menu
    Copy the full SHA
    07c897b View commit details
    Browse the repository at this point in the history
  2. Add span buffer test

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 17, 2019
    Configuration menu
    Copy the full SHA
    9aafd95 View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 17, 2019
    Configuration menu
    Copy the full SHA
    8685f63 View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 17, 2019
    Configuration menu
    Copy the full SHA
    4c58100 View commit details
    Browse the repository at this point in the history
  5. Rename bytesOf to toByteString

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 17, 2019
    Configuration menu
    Copy the full SHA
    c6f86c8 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Add changelog

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 18, 2019
    Configuration menu
    Copy the full SHA
    c775be0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Review comments

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 27, 2019
    Configuration menu
    Copy the full SHA
    d60b37f View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 27, 2019
    Configuration menu
    Copy the full SHA
    d03f5f4 View commit details
    Browse the repository at this point in the history
  3. Fix format

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 27, 2019
    Configuration menu
    Copy the full SHA
    a75668b View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master'

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed May 27, 2019
    Configuration menu
    Copy the full SHA
    544522c View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    7c925bc View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    53d0ded View commit details
    Browse the repository at this point in the history
  3. Fix format

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    12015fe View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Fix format

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    4c7542f View commit details
    Browse the repository at this point in the history
  2. apache -> openzipkin

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    f7601d0 View commit details
    Browse the repository at this point in the history
  3. Fix sha256

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    2a2746a View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Fix format

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    e4cf785 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Change approach to use serializer

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    66ea6dd View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Comments and add tests

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    240c9a1 View commit details
    Browse the repository at this point in the history
  2. Fix docs

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    8c0480d View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master'

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    ee21280 View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    acfa29d View commit details
    Browse the repository at this point in the history
  5. absl::StrAppend and absl::StrCat

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    50aec33 View commit details
    Browse the repository at this point in the history
  6. Remove wrong entry

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    bd462dc View commit details
    Browse the repository at this point in the history
  7. Fix clang-tidy

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    273c92c View commit details
    Browse the repository at this point in the history
  8. Add missing comments

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    756261b View commit details
    Browse the repository at this point in the history
  9. Remove unused headers

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    49f6bf5 View commit details
    Browse the repository at this point in the history
  10. Fix clang-tidy again

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    3d3fcae View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/master'

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    336fe07 View commit details
    Browse the repository at this point in the history
  12. Fix alpha ordering later

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    57625de View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Comments

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    f303859 View commit details
    Browse the repository at this point in the history
  2. Comments

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    93cbf23 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2019

  1. Use vector

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    19f3bb4 View commit details
    Browse the repository at this point in the history
  2. Use 0.2.2 release

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    ba7bf9c View commit details
    Browse the repository at this point in the history
  3. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    199d28e View commit details
    Browse the repository at this point in the history
  4. Cleanup

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    10f220d View commit details
    Browse the repository at this point in the history
  5. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    7971c73 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master'

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    f21f54e View commit details
    Browse the repository at this point in the history
  7. Comments

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    6a39da4 View commit details
    Browse the repository at this point in the history
  8. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    d91e756 View commit details
    Browse the repository at this point in the history
  9. Comments

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    b00b470 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    7c3a278 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Add comment on immediate deprecation

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    a1c8cc7 View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    f413994 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Comments

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    17e24d8 View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    e602b50 View commit details
    Browse the repository at this point in the history
  3. More const-ness

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    3f4c927 View commit details
    Browse the repository at this point in the history
  4. make_unique and make_shared

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    527f62c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Comments

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    c409f91 View commit details
    Browse the repository at this point in the history
  2. Remove TODOs

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    3976724 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Merge remote-tracking branch 'upstream/master'

    Signed-off-by: Dhi Aurrahman <dio@tetrate.io>
    dio committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    ec4ca84 View commit details
    Browse the repository at this point in the history