-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split common classes into zipkin-common
- Moved: - `Annotation` (and spec) - `Endpoint` (and spec) - `IncompleteTraceDataException` - `Span` (and spec) - Left `Trace`, `TraceSummary` in `zipkin-server` since they're specific to the query service - Left `ZooKeeperClientService` since don't want to introduce a ZK dependency in common project - `IncompleteTraceDataException` can be later removed when we pull out the Thrift dependencies Author: franklinhu Pull Request: #20 URL: #20
- Loading branch information
Franklin Hu
committed
Jun 12, 2012
1 parent
f05094c
commit b7534c3
Showing
9 changed files
with
39 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../../../../zipkin-thrift/src/main/thrift/zipkinCore.thrift |
2 changes: 1 addition & 1 deletion
2
...witter/zipkin/common/AnnotationSpec.scala → ...witter/zipkin/common/AnnotationSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../twitter/zipkin/common/EndpointSpec.scala → .../twitter/zipkin/common/EndpointSpec.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters