From 24b98a08d09647d7f6cc7a5530225f3e03223bc8 Mon Sep 17 00:00:00 2001 From: Adrian Cole Date: Wed, 5 Oct 2016 16:22:50 +0800 Subject: [PATCH] Add link to data structure details Often it is the case that people ask questions we already have answers to. For starters, let's make the thrift doc known! See https://github.com/openzipkin/zipkin-api/issues/21 --- pages/instrumenting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/instrumenting.md b/pages/instrumenting.md index b7bdc4c..1a4639b 100644 --- a/pages/instrumenting.md +++ b/pages/instrumenting.md @@ -26,7 +26,7 @@ Alright, ready? Here we go. Core data structures ===== -First, there are a core set of structures that we need: +Core data structures are documented in detail in [Thrift](https://github.com/openzipkin/zipkin-api/blob/master/thrift/zipkinCore.thrift) comments. Here's a high-level description to get you started: **Annotation**