Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Popular repositories
-
zipkin
Forked from thelastpickle/zipkin
Zipkin is a distributed tracing system
Java 5
-
airline
Forked from airlift/airline
Java annotation-based framework for parsing Git like command line structures
-
RxJava
Forked from ReactiveX/RxJava
RxJava - a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Java 1
-
retrofit
Forked from square/retrofit
Type-safe REST client for Android and Java by Square, Inc.
-
finagle
Forked from twitter/finagle
A fault tolerant, protocol-agnostic RPC system
-
pinpoint
Forked from naver/pinpoint
Pinpoint is an open source APM (Application Performance Management) tool for large-scale distributed systems written in Java.
2,100 contributions in the last year
Contribution activity
December 2018
Created a pull request in openzipkin/brave that received 41 comments
Adds JDK Flight Recorder context correlation
This adds trace and span IDs to JDK Flight Recorder "Scope" events so that you can correlate with Zipkin UI or logs accordingly. This currently req…
- WIP: merge single-host spans in the UI
- A bunch of UI refactoring in effort to simplify responsibilities
- Completes refactor of UI to v2 native
- Updates most notably Spring Boot 2.1.1
- Fixes regression found in spark dependencies job
- Hides warning when running in JRE 11
- Reverts accidental inclusion of annotation timestamps in trace plotting
- Coerces accidental shared flag to null when on a client span
- Restores temporal ordering of spans in trace view
- Fixes display order of spans in a trace
- Adds quick integration for lens in the default server build
- Adds AutocompleteTags and corresponding REST api
- Adds Elasticsearch support for Autocomplete tags
- Adds MySQL support for Autocomplete tags
Created an issue in openzipkin/zipkin that received 6 comments
improve performance of our trace detail page
I think we are probably not doing things in the most efficient way. I'm hoping maybe someone like @ghermeto could review some of our code for oppor…