-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Commits on Nov 30, 2020
-
add metrics that show agent connection collector status
Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b712c9d - Browse repository at this point
Copy the full SHA b712c9dView commit details -
Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 109617c - Browse repository at this point
Copy the full SHA 109617cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eee31fd - Browse repository at this point
Copy the full SHA eee31fdView commit details -
simplify function and add testing relevant code in the builder_test.go
Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82ed46e - Browse repository at this point
Copy the full SHA 82ed46eView commit details -
add comment in connect_metrics.go
Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff406aa - Browse repository at this point
Copy the full SHA ff406aaView commit details -
simplify code and changed use expvar to show target
Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2a64f4 - Browse repository at this point
Copy the full SHA c2a64f4View commit details -
simplify code and changed use expvar to show target
Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1429e76 - Browse repository at this point
Copy the full SHA 1429e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd68627 - Browse repository at this point
Copy the full SHA dd68627View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 83452e4 - Browse repository at this point
Copy the full SHA 83452e4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 68c0b29 - Browse repository at this point
Copy the full SHA 68c0b29View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f651162 - Browse repository at this point
Copy the full SHA f651162View commit details -
Clean-up GH action names (#2661)
Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ee024e - Browse repository at this point
Copy the full SHA 8ee024eView commit details -
Fix for failures in badger integration tests (#2660)
Signed-off-by: Ashmita Bohara <[email protected]> Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 111efb7 - Browse repository at this point
Copy the full SHA 111efb7View commit details -
Add protogen validation test (#2662)
Signed-off-by: Ashmita Bohara <[email protected]> Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4da609 - Browse repository at this point
Copy the full SHA e4da609View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9ad6033 - Browse repository at this point
Copy the full SHA 9ad6033View commit details -
Update comment that looks confusing during builds
Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for faa61ac - Browse repository at this point
Copy the full SHA faa61acView commit details -
Use GitHub actions based build badges
Signed-off-by: Yuri Shkuro <[email protected]> Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 71755cc - Browse repository at this point
Copy the full SHA 71755ccView commit details -
Fix and minor improvements to all-in-one github action (#2667)
Signed-off-by: Ashmita Bohara <[email protected]> Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0274fcf - Browse repository at this point
Copy the full SHA 0274fcfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for c222b0d - Browse repository at this point
Copy the full SHA c222b0dView commit details -
Fix issue with all-in-one build (#2669)
Signed-off-by: Ashmita Bohara <[email protected]> Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 01d1e9c - Browse repository at this point
Copy the full SHA 01d1e9cView commit details -
Update cmd/agent/app/reporter/connect_metrics.go
accept suggestions Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb1f57a - Browse repository at this point
Copy the full SHA fb1f57aView commit details -
Update cmd/agent/app/reporter/connect_metrics.go
accept suggestions Co-authored-by: Yuri Shkuro <[email protected]> Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba18453 - Browse repository at this point
Copy the full SHA ba18453View commit details -
simplify the code that remove ConnectMetricsParams{} and integrate Co…
…nnectMetrics{} Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68e6d76 - Browse repository at this point
Copy the full SHA 68e6d76View commit details -
simplify the code that remove ConnectMetricsParams{} and integrate Co…
…nnectMetrics{} Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac84830 - Browse repository at this point
Copy the full SHA ac84830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 767623e - Browse repository at this point
Copy the full SHA 767623eView commit details -
merage from the lastest master branch and exec make fmt
Signed-off-by: walker.wangxy <[email protected]>
walker.wangxy authored and walker.wangxy committedNov 30, 2020 Configuration menu - View commit details
-
Copy full SHA for a1ff642 - Browse repository at this point
Copy the full SHA a1ff642View commit details -
Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d07f8b8 - Browse repository at this point
Copy the full SHA d07f8b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c1e9b - Browse repository at this point
Copy the full SHA 32c1e9bView commit details
Commits on Dec 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 512e61e - Browse repository at this point
Copy the full SHA 512e61eView commit details
Commits on Dec 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1222f7c - Browse repository at this point
Copy the full SHA 1222f7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58113f7 - Browse repository at this point
Copy the full SHA 58113f7View commit details
Commits on Dec 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a75e032 - Browse repository at this point
Copy the full SHA a75e032View commit details
Commits on Jan 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 44999f0 - Browse repository at this point
Copy the full SHA 44999f0View commit details -
Signed-off-by: WalkerWang731 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d00801e - Browse repository at this point
Copy the full SHA d00801eView commit details