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 Env variables in OTLP exporter #1101

Merged
merged 36 commits into from
Oct 28, 2020
Merged

Commits on Oct 16, 2020

  1. Configuration menu
    Copy the full SHA
    416d55d View commit details
    Browse the repository at this point in the history
  2. Read cert from file

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    a24a88d View commit details
    Browse the repository at this point in the history
  3. Use configuration library

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    ced438a View commit details
    Browse the repository at this point in the history
  4. Drop .env local setup

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    da5a7a2 View commit details
    Browse the repository at this point in the history
  5. Drop .env local setup;

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    045ad91 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    710a60b View commit details
    Browse the repository at this point in the history
  7. Lint

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d6995de View commit details
    Browse the repository at this point in the history
  8. Fix tests

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    47a5dcb View commit details
    Browse the repository at this point in the history
  9. Lint

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    c704a55 View commit details
    Browse the repository at this point in the history
  10. Print error message

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    168771f View commit details
    Browse the repository at this point in the history
  11. Fix lint from ci

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    8e66bd1 View commit details
    Browse the repository at this point in the history
  12. Revert "Fix lint from ci"

    This reverts commit 231b7d2.
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    fc4429e View commit details
    Browse the repository at this point in the history
  13. Update changelog

    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    269b8cb View commit details
    Browse the repository at this point in the history
  14. revert insecure default change

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d4c6192 View commit details
    Browse the repository at this point in the history
  15. setup common env var for headers

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    e4c2c09 View commit details
    Browse the repository at this point in the history
  16. setup common env var for headers

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    0b3e5fc View commit details
    Browse the repository at this point in the history
  17. fix tests

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    30ac5e7 View commit details
    Browse the repository at this point in the history
  18. Fix typo

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    8ed3903 View commit details
    Browse the repository at this point in the history
  19. Add env variables tests

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    dcd4f69 View commit details
    Browse the repository at this point in the history
  20. Lint

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    acd3024 View commit details
    Browse the repository at this point in the history
  21. lint

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    b9527ef View commit details
    Browse the repository at this point in the history
  22. rename metadata to headers

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    af89d7d View commit details
    Browse the repository at this point in the history
  23. lint

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f0d415d View commit details
    Browse the repository at this point in the history
  24. optional args

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f9ae58d View commit details
    Browse the repository at this point in the history
  25. lint

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    4e70e10 View commit details
    Browse the repository at this point in the history
  26. lint

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    eff69d4 View commit details
    Browse the repository at this point in the history
  27. Add timeout env variable

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    82e78de View commit details
    Browse the repository at this point in the history
  28. lint

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    49b2ed6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Merge branch 'master' into issue-1004

    alrex authored Oct 22, 2020
    Configuration menu
    Copy the full SHA
    bdaebb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Merge branch 'master' into issue-1004

    alrex authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    a9f5bae View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Fix unittest api issues

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    500f8c7 View commit details
    Browse the repository at this point in the history
  2. Fix changelog

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    5a5708c View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    Signed-off-by: Abhilash Gnan <abhilashgnan@gmail.com>
    jan25 committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    593f459 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Merge branch 'master' into issue-1004

    alrex authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    6f37169 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    alrex authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    9483813 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into issue-1004

    alrex authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2ff2492 View commit details
    Browse the repository at this point in the history