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

Deleted deprecated dependency for OTEL #1795

Merged
merged 41 commits into from
Oct 4, 2022

Commits on Sep 29, 2022

  1. deleted prometheus controller

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ac1e917 View commit details
    Browse the repository at this point in the history
  2. add viewer interface for registering instrucment view

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    d480dd3 View commit details
    Browse the repository at this point in the history
  3. add view register logic

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0c705a6 View commit details
    Browse the repository at this point in the history
  4. add prometheus exporter logic

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7c03d93 View commit details
    Browse the repository at this point in the history
  5. tweak

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    cdd3858 View commit details
    Browse the repository at this point in the history
  6. deleted unused file

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f541e59 View commit details
    Browse the repository at this point in the history
  7. add otel trace interceptor

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    c6237e6 View commit details
    Browse the repository at this point in the history
  8. add register otel view

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    77d4df4 View commit details
    Browse the repository at this point in the history
  9. refactor

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    78d6e66 View commit details
    Browse the repository at this point in the history
  10. deleted unused option and bugfix of registration for global meter pro…

    …vider
    
    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    1a3250b View commit details
    Browse the repository at this point in the history
  11. make schema update

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    6d1f171 View commit details
    Browse the repository at this point in the history
  12. run gofumpt

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    9072071 View commit details
    Browse the repository at this point in the history
  13. make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    072fb8d View commit details
    Browse the repository at this point in the history
  14. add instrument kind

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    55b7632 View commit details
    Browse the repository at this point in the history
  15. fix aggregation type

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    553d7d2 View commit details
    Browse the repository at this point in the history
  16. fix incompatible aggregation error

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    898f60b View commit details
    Browse the repository at this point in the history
  17. fix nil pointer bug when tracer disabled

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    62b0d0d View commit details
    Browse the repository at this point in the history
  18. add grpc interceptor metrics view

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    2be32e6 View commit details
    Browse the repository at this point in the history
  19. make gotest/gen & make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f62a2a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. register grpc view

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    ce855d5 View commit details
    Browse the repository at this point in the history
  2. make gotest/gen and make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    1400220 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddc3226 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. bugfix of creation for metric interceptor

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    133d9f0 View commit details
    Browse the repository at this point in the history
  2. make format

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    13f06b8 View commit details
    Browse the repository at this point in the history
  3. fix go mod default

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d2f639b View commit details
    Browse the repository at this point in the history
  4. go mod tidy

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    2567fe4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    312c97c View commit details
    Browse the repository at this point in the history
  6. update dependencies and manifests

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    15704d1 View commit details
    Browse the repository at this point in the history
  7. downgrade NGT version to non QBG deps

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    ea53c33 View commit details
    Browse the repository at this point in the history
  8. fix kubelinter installation failure

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a5e4327 View commit details
    Browse the repository at this point in the history
  9. fix snyk high vuln

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d91304d View commit details
    Browse the repository at this point in the history
  10. fix

    Signed-off-by: kpango <kpango@vdaas.org>
    kpango committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a3efeeb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. add web ui to go.mod.default

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    39a1286 View commit details
    Browse the repository at this point in the history
  2. tweak

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    a7b34fb View commit details
    Browse the repository at this point in the history
  3. fix snyk high vuln

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e99d5e5 View commit details
    Browse the repository at this point in the history
  4. Revert "fix snyk high vuln"

    This reverts commit e99d5e5.
    hlts2 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cb5b697 View commit details
    Browse the repository at this point in the history
  5. fix snyk high vuln

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d8769bc View commit details
    Browse the repository at this point in the history
  6. Revert "fix snyk high vuln"

    This reverts commit d8769bc.
    hlts2 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    f49aa2d View commit details
    Browse the repository at this point in the history
  7. deleted unused deps

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    cc75fc7 View commit details
    Browse the repository at this point in the history
  8. fix chaos version to latest

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    59e2c73 View commit details
    Browse the repository at this point in the history
  9. kubectl version lock

    Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
    hlts2 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    14a09d1 View commit details
    Browse the repository at this point in the history