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

Move to Go 1.14, Add DatDog APM support and slight refactor #50

Merged
merged 38 commits into from
Mar 4, 2020

Commits on Feb 28, 2020

  1. bump deps and add stuff

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    0e5540b View commit details
    Browse the repository at this point in the history
  2. CGO back

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    ef59339 View commit details
    Browse the repository at this point in the history
  3. fix windows build

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    d815d69 View commit details
    Browse the repository at this point in the history
  4. start tracer

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5a38d1e View commit details
    Browse the repository at this point in the history
  5. logz

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    fe7599f View commit details
    Browse the repository at this point in the history
  6. log spans

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    2523b21 View commit details
    Browse the repository at this point in the history
  7. remove dd prefix

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    9ed30e3 View commit details
    Browse the repository at this point in the history
  8. retain type of labels in logging

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    3955b85 View commit details
    Browse the repository at this point in the history
  9. use %v instead of %s

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    ce968bb View commit details
    Browse the repository at this point in the history
  10. fix naming

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    dbe8865 View commit details
    Browse the repository at this point in the history
  11. only add trace_id and span_id to log, not to telemetry

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    3976461 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. cleanup

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    1751990 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:jippi/go-metadataproxy into updat…

    …e-go-and-mod
    
    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    0000acf View commit details
    Browse the repository at this point in the history
  3. fix casing

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    e976245 View commit details
    Browse the repository at this point in the history
  4. centralize log and telemetry logic

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    81fc30b View commit details
    Browse the repository at this point in the history
  5. more DD refactoring

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    1cc2aac View commit details
    Browse the repository at this point in the history
  6. Only set aws_api_version if applicable

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    741f713 View commit details
    Browse the repository at this point in the history
  7. more data to traces

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    1087fa9 View commit details
    Browse the repository at this point in the history
  8. skip DD keys in traces

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    cf42468 View commit details
    Browse the repository at this point in the history
  9. configure label separator

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3981496 View commit details
    Browse the repository at this point in the history
  10. force Go 1.14

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    30085f6 View commit details
    Browse the repository at this point in the history
  11. more tracing party

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    b4bcbb6 View commit details
    Browse the repository at this point in the history
  12. link traces

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    d726f62 View commit details
    Browse the repository at this point in the history
  13. fix build+cache

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    cb75fb1 View commit details
    Browse the repository at this point in the history
  14. cache go mod

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    ec95f89 View commit details
    Browse the repository at this point in the history
  15. improve tracing

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    456ffd5 View commit details
    Browse the repository at this point in the history
  16. wrap roundtripper

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    e896ef5 View commit details
    Browse the repository at this point in the history
  17. trace AWS

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    8995fbf View commit details
    Browse the repository at this point in the history
  18. wrap AWS correctly

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    3865ec4 View commit details
    Browse the repository at this point in the history
  19. wrap AWS correctly

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    833682e View commit details
    Browse the repository at this point in the history
  20. rename stuff

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    830e6fe View commit details
    Browse the repository at this point in the history
  21. context all the things

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    b67b4ef View commit details
    Browse the repository at this point in the history
  22. name the service

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    af7d1ce View commit details
    Browse the repository at this point in the history
  23. more naming

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    e5bfaa7 View commit details
    Browse the repository at this point in the history
  24. more trace error handling

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    511f1ef View commit details
    Browse the repository at this point in the history
  25. dot all the things

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    e944631 View commit details
    Browse the repository at this point in the history
  26. change more labels

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    cc2c16f View commit details
    Browse the repository at this point in the history
  27. fix label

    Signed-off-by: Christian Winther <jippignu@gmail.com>
    jippi committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    ed9de44 View commit details
    Browse the repository at this point in the history