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

[agent] Add metrics to show connections status between agent and collectors #2657

Merged
merged 34 commits into from
Jan 13, 2021
Merged

Commits on Nov 30, 2020

  1. add metrics that show agent connection collector status

    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    b712c9d View commit details
    Browse the repository at this point in the history
  2. update comment

    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    109617c View commit details
    Browse the repository at this point in the history
  3. exec make fmt

    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    eee31fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82ed46e View commit details
    Browse the repository at this point in the history
  5. add comment in connect_metrics.go

    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ff406aa View commit details
    Browse the repository at this point in the history
  6. simplify code and changed use expvar to show target

    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c2a64f4 View commit details
    Browse the repository at this point in the history
  7. simplify code and changed use expvar to show target

    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    1429e76 View commit details
    Browse the repository at this point in the history
  8. exec make fmt

    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    dd68627 View commit details
    Browse the repository at this point in the history
  9. Fix collector panic due to sarama sdk returning nil error (#2654)

    Signed-off-by: luhualin <[email protected]>
    
    Co-authored-by: luhualin <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    2 people authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    83452e4 View commit details
    Browse the repository at this point in the history
  10. Fix flaky tbuffered server test (#2635)

    * Fix flaky tbuffered server test
    
    Signed-off-by: Pavel Kositsyn <[email protected]>
    
    * Apply suggestions from code review - more readable comments
    
    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: Pavel Kositsyn <[email protected]>
    
    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    2 people authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    68c0b29 View commit details
    Browse the repository at this point in the history
  11. Add github actions for integration tests (#2649)

    * Add github action for jaeger integration tests
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Create separate workflow for each integration test
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Feedbacks changes
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    Ashmita152 authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    f651162 View commit details
    Browse the repository at this point in the history
  12. Clean-up GH action names (#2661)

    Signed-off-by: WalkerWang731 <[email protected]>
    yurishkuro authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    8ee024e View commit details
    Browse the repository at this point in the history
  13. Fix for failures in badger integration tests (#2660)

    Signed-off-by: Ashmita Bohara <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    Ashmita152 authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    111efb7 View commit details
    Browse the repository at this point in the history
  14. Add protogen validation test (#2662)

    Signed-off-by: Ashmita Bohara <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    Ashmita152 authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    e4da609 View commit details
    Browse the repository at this point in the history
  15. Add github action for jaeger all-in-one image (#2663)

    * Add github action for jaeger all-in-one image
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Feedbacks changes
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Feedbacks changes
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Feedbacks changes
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Feedbacks changes
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Feedbacks changes
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Make steps self-explantory
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Fix git tags issue
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Fix ES integration test
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    Ashmita152 authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    9ad6033 View commit details
    Browse the repository at this point in the history
  16. Update comment that looks confusing during builds

    Signed-off-by: Yuri Shkuro <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    yurishkuro authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    faa61ac View commit details
    Browse the repository at this point in the history
  17. Use GitHub actions based build badges

    Signed-off-by: Yuri Shkuro <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    yurishkuro authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    71755cc View commit details
    Browse the repository at this point in the history
  18. Fix and minor improvements to all-in-one github action (#2667)

    Signed-off-by: Ashmita Bohara <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    Ashmita152 authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    0274fcf View commit details
    Browse the repository at this point in the history
  19. Fix docker login issue with all-in-one build (#2668)

    * Fix docker login issue with all-in-one build
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    
    * Fix docker login issue with all-in-one build
    
    Signed-off-by: Ashmita Bohara <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    Ashmita152 authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    c222b0d View commit details
    Browse the repository at this point in the history
  20. Fix issue with all-in-one build (#2669)

    Signed-off-by: Ashmita Bohara <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    Ashmita152 authored and WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    01d1e9c View commit details
    Browse the repository at this point in the history
  21. Update cmd/agent/app/reporter/connect_metrics.go

    accept suggestions
    
    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 and yurishkuro committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    fb1f57a View commit details
    Browse the repository at this point in the history
  22. Update cmd/agent/app/reporter/connect_metrics.go

    accept suggestions
    
    Co-authored-by: Yuri Shkuro <[email protected]>
    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 and yurishkuro committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ba18453 View commit details
    Browse the repository at this point in the history
  23. simplify the code that remove ConnectMetricsParams{} and integrate Co…

    …nnectMetrics{}
    
    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    68e6d76 View commit details
    Browse the repository at this point in the history
  24. simplify the code that remove ConnectMetricsParams{} and integrate Co…

    …nnectMetrics{}
    
    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    ac84830 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    767623e View commit details
    Browse the repository at this point in the history
  26. merage from the lastest master branch and exec make fmt

    Signed-off-by: walker.wangxy <[email protected]>
    walker.wangxy authored and walker.wangxy committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    a1ff642 View commit details
    Browse the repository at this point in the history
  27. add comment on ConnectMetrics

    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    d07f8b8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    32c1e9b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

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

Commits on Dec 2, 2020

  1. Configuration menu
    Copy the full SHA
    1222f7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58113f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

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

Commits on Jan 13, 2021

  1. Configuration menu
    Copy the full SHA
    44999f0 View commit details
    Browse the repository at this point in the history
  2. clear up redundant codes

    Signed-off-by: WalkerWang731 <[email protected]>
    WalkerWang731 committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    d00801e View commit details
    Browse the repository at this point in the history