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

[Tempo] Automatic Logging #551

Merged
merged 34 commits into from
Apr 22, 2021
Merged

Commits on Apr 14, 2021

  1. garbage POC, let's goooooooooooOOO!

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    9cfe6d9 View commit details
    Browse the repository at this point in the history
  2. Added basic configuration

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    aed6b14 View commit details
    Browse the repository at this point in the history
  3. Added skeleton processor

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    09d2464 View commit details
    Browse the repository at this point in the history
  4. first pass config wiring

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    6ee0a46 View commit details
    Browse the repository at this point in the history
  5. got things to work?

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    d161788 View commit details
    Browse the repository at this point in the history
  6. kinda sorta works

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    71482e5 View commit details
    Browse the repository at this point in the history
  7. made things work

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    ebc8aa7 View commit details
    Browse the repository at this point in the history
  8. fixed-ish dur. upped loki and grafana

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    1c88fdc View commit details
    Browse the repository at this point in the history
  9. fixed duration, added svc name, did processes correctly

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    4dc4805 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Added tempo

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    0082076 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. configurable tags

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    3ad6059 View commit details
    Browse the repository at this point in the history
  2. config

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    bdda148 View commit details
    Browse the repository at this point in the history
  3. Addd stopping flag

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    74b72a2 View commit details
    Browse the repository at this point in the history
  4. Added tests

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    f6463d9 View commit details
    Browse the repository at this point in the history
  5. Added configurable stuff

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    7d3dc64 View commit details
    Browse the repository at this point in the history
  6. Added automatic logging to docs

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    c974804 View commit details
    Browse the repository at this point in the history
  7. added otel config test

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e0238ea View commit details
    Browse the repository at this point in the history
  8. Made tid configurable

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    7e018c3 View commit details
    Browse the repository at this point in the history
  9. changelog

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    e967715 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    df7002e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Removed zero valued defaults

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    2395de8 View commit details
    Browse the repository at this point in the history
  2. Put changelog entry in the proper spot

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    55d8f4e View commit details
    Browse the repository at this point in the history
  3. - _processor

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    c210739 View commit details
    Browse the repository at this point in the history
  4. fixed tests

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    7b6761c View commit details
    Browse the repository at this point in the history
  5. Added cross config validation

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a8338d5 View commit details
    Browse the repository at this point in the history
  6. review suggestions

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    0370820 View commit details
    Browse the repository at this point in the history
  7. First pass SendEntry

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    71c8fd5 View commit details
    Browse the repository at this point in the history
  8. lint

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    a0d6503 View commit details
    Browse the repository at this point in the history
  9. Added configurable timeout

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    f345a73 View commit details
    Browse the repository at this point in the history
  10. Addd logging message when bad things happen

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    dbcefc8 View commit details
    Browse the repository at this point in the history
  11. Actually check sent :P

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    93c3033 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. review cleanup

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    c70d070 View commit details
    Browse the repository at this point in the history
  2. config updates

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    8633639 View commit details
    Browse the repository at this point in the history
  3. duh

    Signed-off-by: Joe Elliott <number101010@gmail.com>
    joe-elliott committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a05e17c View commit details
    Browse the repository at this point in the history