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

Add Zipkin plugin #3080

Merged
merged 162 commits into from
Aug 3, 2017
Merged

Add Zipkin plugin #3080

merged 162 commits into from
Aug 3, 2017

Commits on Jul 24, 2017

  1. Add inital skeleton for zipkin input plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    56c714b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae65f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ff0e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d74b4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bba8922 View commit details
    Browse the repository at this point in the history
  6. Update directory structure in zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    89c471a View commit details
    Browse the repository at this point in the history
  7. Rename zipkin_server.go to server.go

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    72668e9 View commit details
    Browse the repository at this point in the history
  8. Add TODO comments to server.go in zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    158e13c View commit details
    Browse the repository at this point in the history
  9. Fix import path in main.go in zipkin plugin

    Signed-off-by: Adam Perlin <adamperlin@seattleacademy.org>
    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    f7acf33 View commit details
    Browse the repository at this point in the history
  10. Fix handler in server.go so that it returns correct http status in zi…

    …pkin plugin
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    8a858d9 View commit details
    Browse the repository at this point in the history
  11. Add test for zipkin http server

    Signed-off-by: Ayrdrie Palmer <ayrdriepalmer@gmail.com>
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    6ecefac View commit details
    Browse the repository at this point in the history
  12. Modify internal http server in zipkin plugin to use go 1.8 features f…

    …or graceful
    
    Refactor serve and shutdown methods
    Remove unused channel
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    898b3b6 View commit details
    Browse the repository at this point in the history
  13. Update main.go to use new methods in zipkin server

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    157b200 View commit details
    Browse the repository at this point in the history
  14. Update server_test.go to call zipkin server constructor with the corr…

    …ect arguments
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    b3dda37 View commit details
    Browse the repository at this point in the history
  15. Add TODO comment to server.go in zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    b6ebe5c View commit details
    Browse the repository at this point in the history
  16. Update Godeps

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    1147bcf View commit details
    Browse the repository at this point in the history
  17. Begin to add interfaces to zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    53eaa02 View commit details
    Browse the repository at this point in the history
  18. Update zipkin.go to include server and and interfaces/method implemen…

    …tations necessary to unmarshal zipkin data
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    76d4979 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b8697b4 View commit details
    Browse the repository at this point in the history
  20. Rename main struct in server.go to avoidpackage level naming conflict…

    … in zipking plugin
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    bec51bf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3882050 View commit details
    Browse the repository at this point in the history
  22. Enable zipkin plugin in all.go

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    1c799cc View commit details
    Browse the repository at this point in the history
  23. Delete outdated main.go file in zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    5a1d7ad View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9575625 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4672463 View commit details
    Browse the repository at this point in the history
  26. Rename test data directory

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    438e710 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9239d64 View commit details
    Browse the repository at this point in the history
  28. Update data file path in new_server_test.go

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e96bfba View commit details
    Browse the repository at this point in the history
  29. Add todo comments to zipkin.go in zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    f2adbe9 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4ee9246 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    4017863 View commit details
    Browse the repository at this point in the history
  32. Change http header status written on error condition in zipkin server…

    … http handler
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    7b60eef View commit details
    Browse the repository at this point in the history
  33. Add initial telegraf conversion code to zipkin.go

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    9f4a837 View commit details
    Browse the repository at this point in the history
  34. Update zipkin plugin line protocol schema

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    a6ed636 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c066ac1 View commit details
    Browse the repository at this point in the history
  36. Add zero check when working with traceid and remove excess comments i…

    …n zipkin plugin
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ca91421 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    23b6798 View commit details
    Browse the repository at this point in the history
  38. Add initial unit test for zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e643d12 View commit details
    Browse the repository at this point in the history
  39. Add additional log statement to server_new.go

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    c876696 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    24ceba6 View commit details
    Browse the repository at this point in the history
  41. Add clarifying comments to zipkin server test, fix hardcoded path nam…

    …e bug
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    36198de View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    981b464 View commit details
    Browse the repository at this point in the history
  43. Remove extraneous debug statement from new_server_test.go in zipkin p…

    …lugin
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    7e828f6 View commit details
    Browse the repository at this point in the history
  44. Comment out debug statements in zipkin.go

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    71d4b2f View commit details
    Browse the repository at this point in the history
  45. Add additional log statement to zipkin server test

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    bd08579 View commit details
    Browse the repository at this point in the history
  46. Add unit test framework to zipkin plugin tests

    Signed-off-by: Adam Perlin <adamperlin@seattleacademy.org>
    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e42c14b View commit details
    Browse the repository at this point in the history
  47. Add separate file for unit test data to zipkin plugin

    Signed-off-by: Ayrdrie Palmer <ayrdriepalmer@gmail.com>
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    7887367 View commit details
    Browse the repository at this point in the history
  48. Remove new_server_test.go from zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    6003833 View commit details
    Browse the repository at this point in the history
  49. Add dependecy to server.go in zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    581a8af View commit details
    Browse the repository at this point in the history
  50. Remove server_new.go

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    38c85f6 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    3e26625 View commit details
    Browse the repository at this point in the history
  52. Add missing constant to zipkin.go

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    64348cf View commit details
    Browse the repository at this point in the history
  53. Add ability to wait for variable number of points to be written in zi…

    …pkin plugin test
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    b6aa6fb View commit details
    Browse the repository at this point in the history
  54. Add additional unit test case to zipkin plugin, based on go openzipki…

    …n example app data
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    1b417c4 View commit details
    Browse the repository at this point in the history
  55. Remove debug file writing in zipkin server

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    92464a3 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    5b2bfb7 View commit details
    Browse the repository at this point in the history
  57. Add json representation of binary data from openzipkin cli app to vis…

    …ualize test data
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    75ee454 View commit details
    Browse the repository at this point in the history
  58. Rename cli microservice data file

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    7bab3df View commit details
    Browse the repository at this point in the history
  59. Rename cli microservice json file

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e51b1a0 View commit details
    Browse the repository at this point in the history
  60. Add in loop to run all tests, add additional logs

    Signed-off-by: Adam Perlin <adamperlin@seattleacademy.org>
    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    716b294 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    2250eb7 View commit details
    Browse the repository at this point in the history
  62. Add additional unit test data to zipkin plugin unit test from distrib…

    …uted trace repo
    
    Signed-off-by: Ayrdrie Palmer <ayrdriepalmer@gmail.com>
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ec4d600 View commit details
    Browse the repository at this point in the history
  63. Remove outdated comments from zipkin plugin

    Signed-off-by: Adam Perlin <adamperlin@seattleacademy.org>
    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ae105e8 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    74db3ee View commit details
    Browse the repository at this point in the history
  65. Add additional binary unit test data with json representation to zipk…

    …in plugin tests
    
    Signed-off-by: Adam Perlin <adamperlin@seattleacademy.org>
    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e2d4463 View commit details
    Browse the repository at this point in the history
  66. Add go script to convert json to zipkin thrift protocol

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e55bce3 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    970569c View commit details
    Browse the repository at this point in the history
  68. Remove copy of first unit test for threespans.dat in zipkin plugin

    Signed-off-by: Ayrdrie Palmer <ayrdriepalmer@gmail.com>
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    76fba59 View commit details
    Browse the repository at this point in the history
  69. Add clarifying comments to unit test structs in zipkin plugin

    Signed-off-by: Adam Perlin <adamperlin@seattleacademy.org>
    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ce09726 View commit details
    Browse the repository at this point in the history
  70. Remove unsued meta annotation struct

    add comments to remove linter errors
    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    4f3c91d View commit details
    Browse the repository at this point in the history
  71. Move thrift unmarshalling logic into separate function in zipkin plugin

    Signed-off-by: Adam Perlin <adamperlin@seattleacademy.org>
    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    d82c8a3 View commit details
    Browse the repository at this point in the history
  72. Add go doc comments to zipkin.go

    Signed-off-by: Ayrdrie Palmer <ayrdriepalmer@gmail.com>
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    150996d View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    ee32c86 View commit details
    Browse the repository at this point in the history
  74. Update source code with go format

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    f4f5882 View commit details
    Browse the repository at this point in the history
  75. Rename zipkin server.go to handler.go

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    c6a8671 View commit details
    Browse the repository at this point in the history
  76. Refactor zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ac56b04 View commit details
    Browse the repository at this point in the history
  77. WIP: Refactor tests in zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    09a5628 View commit details
    Browse the repository at this point in the history
  78. Add convert table test to zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    6ddf4d8 View commit details
    Browse the repository at this point in the history
  79. Fix timestamp units to microseconds for zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    070ec04 View commit details
    Browse the repository at this point in the history
  80. Add more data for testing zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    9d37894 View commit details
    Browse the repository at this point in the history
  81. Refactor formatting for zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    743a18d View commit details
    Browse the repository at this point in the history
  82. Fix bugs in test data for zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    e0d4c38 View commit details
    Browse the repository at this point in the history
  83. Fix test logic bugs in zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    aa430af View commit details
    Browse the repository at this point in the history
  84. Refactor zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    c8e5494 View commit details
    Browse the repository at this point in the history
  85. WIP: Create tests for zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    6916c32 View commit details
    Browse the repository at this point in the history
  86. Temporarily comment out un-used test files in zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    72d0997 View commit details
    Browse the repository at this point in the history
  87. Update test to expect UTC times in zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    554df49 View commit details
    Browse the repository at this point in the history
  88. add tests for minMax in zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    017a682 View commit details
    Browse the repository at this point in the history
  89. Update zipkin tests to use UTC time

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    ed792f9 View commit details
    Browse the repository at this point in the history
  90. Rename plugin test to zipkin test

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    58d2352 View commit details
    Browse the repository at this point in the history
  91. Combine unit_test.go to zipkin_test.go

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    d4e5e64 View commit details
    Browse the repository at this point in the history
  92. Add bitshift format to host in zipkin plugin

    Ayrdrie Palmer authored and Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    f23b9bd View commit details
    Browse the repository at this point in the history
  93. Add full integration test for zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    9265d80 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    1754e13 View commit details
    Browse the repository at this point in the history
  95. Refactor ipv4 string conversion function in zipkin plugin to use stan…

    …dard library
    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    f30e787 View commit details
    Browse the repository at this point in the history
  96. Remove old comments from zipkin_test.go

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    64dfd37 View commit details
    Browse the repository at this point in the history
  97. Comment inaccurate test data in zipkin plugin

    Adam Perlin committed Jul 24, 2017
    Configuration menu
    Copy the full SHA
    0f48e48 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Configuration menu
    Copy the full SHA
    5780e5c View commit details
    Browse the repository at this point in the history
  2. Add sample config for working with new tsi engine

    Adam Perlin committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    a073a92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b212910 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57f1e2f View commit details
    Browse the repository at this point in the history
  5. Add currently broken write test benchmark

    Adam Perlin committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    2105698 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Update telegraf stress writing script in zipkin plugin

    Adam Perlin committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    c5526f5 View commit details
    Browse the repository at this point in the history
  2. Add debug log to zipkin http lander (temporary)

    Adam Perlin committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    665e75f View commit details
    Browse the repository at this point in the history
  3. Make starting message more descriptive in zipkin.go

    Adam Perlin committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    b1c1490 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d31aef5 View commit details
    Browse the repository at this point in the history
  5. Move thrift_serialize to directory of Zipkin plugin

    Ayrdrie Palmer committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    c6bbb7a View commit details
    Browse the repository at this point in the history
  6. Move stress_test_write to directory of Zipkin plugin

    Ayrdrie Palmer committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    a65cf85 View commit details
    Browse the repository at this point in the history
  7. Update Godeps for Zipkin stress test

    Ayrdrie Palmer committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    8c40aa9 View commit details
    Browse the repository at this point in the history
  8. Fix vet errors for Zipkin plugin

    Ayrdrie Palmer committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    f6e6ee2 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Add GZIP middleware to zipkin handler

    Adam Perlin committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    3f29ecc View commit details
    Browse the repository at this point in the history
  2. Add function for cors middleware to zipkin plugin

    Adam Perlin committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    f571b11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f21fd42 View commit details
    Browse the repository at this point in the history
  4. Remove write_test.go in zipkin plugin

    Adam Perlin committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    64fa992 View commit details
    Browse the repository at this point in the history
  5. Update thrift_serialize.go in zipkin plugin

    Adam Perlin committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    e25d498 View commit details
    Browse the repository at this point in the history
  6. Add informal notes about zipkin plugin performance

    Adam Perlin committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    5e9f1ab View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Add README

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    20e7290 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'zipkin' of https://github.com/influxdata/telegraf into …

    …zipkin
    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    e1056ed View commit details
    Browse the repository at this point in the history
  3. Add gzip and cors middleware to zipkin plugin

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    53e7a07 View commit details
    Browse the repository at this point in the history
  4. Remove annotation_timestamp from Zipkin plugin

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    753fb6b View commit details
    Browse the repository at this point in the history
  5. Change duration to duration_ns

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    f5c3a4a View commit details
    Browse the repository at this point in the history
  6. Change key to annotation_key

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    576685f View commit details
    Browse the repository at this point in the history
  7. Change annotation_value to annotation

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    63caa1d View commit details
    Browse the repository at this point in the history
  8. Remove type from binary annotations in zipkin plugin

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    a708987 View commit details
    Browse the repository at this point in the history
  9. Update README in zipkin plugin

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    df7c93b View commit details
    Browse the repository at this point in the history
  10. Add additional span with no annotation in zipkin plugin

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    60b4988 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6050cc1 View commit details
    Browse the repository at this point in the history
  12. Update README definitions

    Ayrdrie Palmer committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    52066d6 View commit details
    Browse the repository at this point in the history
  13. Update README formatting for zipkin plugin

    Ayrdrie committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    7078fa4 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2017

  1. Update spans to have unique service names

    Adam Perlin committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    2314388 View commit details
    Browse the repository at this point in the history
  2. Fix zipkins signed unsigned port number conflict

    Ayrdrie Palmer committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    6678586 View commit details
    Browse the repository at this point in the history
  3. Update zipkin description and sample configuration

    Ayrdrie Palmer committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    4b69301 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary files in zipkin plugin

    Ayrdrie Palmer committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    6aa335c View commit details
    Browse the repository at this point in the history
  5. Change host so that port is not shown if zero

    Ayrdrie Palmer committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    db5d153 View commit details
    Browse the repository at this point in the history
  6. Add a global span service name to zipkin span schema

    Adam Perlin committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    33654e0 View commit details
    Browse the repository at this point in the history
  7. Add a global span service name to zipkin span schema

    Adam Perlin committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    9809815 View commit details
    Browse the repository at this point in the history
  8. Add a global span service name to zipkin span schema

    Adam Perlin committed Jul 31, 2017
    Configuration menu
    Copy the full SHA
    ecf3712 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. Update README in zipkin plugin

    Ayrdrie Palmer committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    c37a1b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'zipkin' of https://github.com/influxdata/telegraf into …

    …zipkin
    Ayrdrie Palmer committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    1050ff8 View commit details
    Browse the repository at this point in the history
  3. Update README in zipkin plugin

    Ayrdrie Palmer committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    0c33bbe View commit details
    Browse the repository at this point in the history
  4. Update README in zipkin plugin

    Ayrdrie Palmer committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    59634af View commit details
    Browse the repository at this point in the history
  5. Add link to explain zipkin code

    Ayrdrie Palmer committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    131e1c3 View commit details
    Browse the repository at this point in the history
  6. Add better description of trace example in README

    Ayrdrie Palmer committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    befbe7e View commit details
    Browse the repository at this point in the history
  7. Refactor thrift_serialize.go into development tool

    Adam Perlin committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    01cfdbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db8ac9a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Move server initialization logic into start method of zipkin plugin; …

    …Ensure no error on clean shutdown
    Adam Perlin committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    08698d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c33bb4d View commit details
    Browse the repository at this point in the history
  3. Change default hostname value when no endpoint is provided in zipkin …

    …plugin
    
    Meant to prevent an empty string from being added as part of a metric
    Adam Perlin committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    c03e54d View commit details
    Browse the repository at this point in the history
  4. Change default service name when no endpoint is provided

    Empty strings should not be added to telegraf's internal metrics
    Adam Perlin committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    7f991fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19ba03e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17e2b6b View commit details
    Browse the repository at this point in the history
  7. Update LICENSE_OF_DEPENDENCIES.md for zipkin plugin

    Adam Perlin committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    b1ec4bd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3085 from influxdata/zipkin-span-hostname-fix

    Change default hostname value when no endpoint is provided in zipkin plugin
    goller committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    355c65e View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3086 from influxdata/zipkin-default-hostname-fix

    Change default service name when no endpoint is provided
    goller committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    5ff0519 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3084 from influxdata/zipkin-service-fixes

    Zipkin service fixes
    goller committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    4313cc2 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3082 from influxdata/zipkin-thrift-cli-tool

    Zipkin thrift cli tool refactor
    goller committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    4bdbc75 View commit details
    Browse the repository at this point in the history
  12. Remove unused log statement and notes file

    Ayrdrie Palmer committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    eb0f8cc View commit details
    Browse the repository at this point in the history
  13. Merge branch 'zipkin' of https://github.com/influxdata/telegraf into …

    …zipkin
    
    Conflicts:
    	plugins/inputs/zipkin/zipkin.go
    	plugins/inputs/zipkin/zipkin_test.go
    Ayrdrie Palmer committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    729fdbe View commit details
    Browse the repository at this point in the history
  14. Fix linter error in zipkin plugin

    Ayrdrie Palmer committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    079b8b7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0c23e19 View commit details
    Browse the repository at this point in the history
  16. Add experimental disclaimer to README.md

    Adam Perlin committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    d9e4057 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2017

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