Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 3.02 KB

README.md

File metadata and controls

51 lines (39 loc) · 3.02 KB

Little about me

About the project

Jaeger is an open-source tool that monitors and troubleshoots distributed systems based on microservices architecture. It was built by Uber and open-sourced in 2015.

More information on the projects can be found on the JaegerTracing Website .

Technologies used

  • Golang
  • CI/CD
  • Docker
  • Kubernetes
  • Golang
  • GitHub Actions
  • Git

Technical Contributions

View all pull requests by me at a glance : VIEW ALL PULL REQUESTS

Date Created Title Pull Request Link
2024-02-20 Fix groutine leaks in cmd/anonymizer/app/writer PR link
2024-02-20 [jaeger-v2] Extend integration tests for memstore PR link
2024-01-29 [jaeger-v2] Add support for Elasticsearch PR link
2024-01-17 [jaeger-v2] Add support for Badger PR link
2024-01-11 Fix flaky test: plugin/storage/badger/samplingstore PR link
2024-01-03 Fix goroutine leak in cmd/agent/app/reporter/grpc PR link
2024-01-03 Add unit tests in cmd/jaeger/internal PR link
2023-12-30 Fix Goroutine leaks in several packages PR link
2023-12-27 Fix goroutine leaks in some packages PR link
2023-12-27 Fix goroutine leaks in plugin/sampling/strategystore/static/ PR link
2023-12-25 Fix goroutine leaks in some packages PR link
2023-12-21 add goleak check in tests that do not fail PR link
2023-12-19 ci: add retry logic in the Install Go Tip GitHub Action PR link
2023-12-17 Feature: add goleak to check goroutine leak in tests PR link
2023-11-03 Remove google.golang.org/protobuf dependency from model & storage APIs PR link
2023-10-16 Feature: updating release-note script to validate that all PRs have changelog label PR link
2023-10-08 Add CI validation of shell scripts using shellcheck PR link