-
Notifications
You must be signed in to change notification settings - Fork 327
gRPC integration #12
gRPC integration #12
Commits on Sep 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4cecef5 - Browse repository at this point
Copy the full SHA 4cecef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45542ec - Browse repository at this point
Copy the full SHA 45542ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88f0d49 - Browse repository at this point
Copy the full SHA 88f0d49View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9353e - Browse repository at this point
Copy the full SHA ce9353eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9714c63 - Browse repository at this point
Copy the full SHA 9714c63View commit details -
remove go 1.7 and 1.6 from yaml file as we use 'sort.Slice' that is o…
…nly supportted in 1.8 and above
Configuration menu - View commit details
-
Copy full SHA for 0ee8a94 - Browse repository at this point
Copy the full SHA 0ee8a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d95ba - Browse repository at this point
Copy the full SHA f1d95baView commit details -
Using inheritence instead of type switch for creating aggregationValu…
…e and aggregator. Also added equality as an interface to aggregationValue
Configuration menu - View commit details
-
Copy full SHA for de85e90 - Browse repository at this point
Copy the full SHA de85e90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d36a5 - Browse repository at this point
Copy the full SHA 62d36a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 412e8ae - Browse repository at this point
Copy the full SHA 412e8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8496b0c - Browse repository at this point
Copy the full SHA 8496b0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1b0f5 - Browse repository at this point
Copy the full SHA 8c1b0f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2b9e39 - Browse repository at this point
Copy the full SHA e2b9e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for a086caa - Browse repository at this point
Copy the full SHA a086caaView commit details -
added convenience methods to various structs: String(), Equal(), Cont…
…ains()... Also renamed some methods to be more succint and fixed some documentation issues
Configuration menu - View commit details
-
Copy full SHA for 2447f0b - Browse repository at this point
Copy the full SHA 2447f0bView commit details -
added getter methods to interfaces and made some fields public to eve…
…ntually support conversions to other formats
Configuration menu - View commit details
-
Copy full SHA for dacbcce - Browse repository at this point
Copy the full SHA dacbcceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a7ba3f - Browse repository at this point
Copy the full SHA 9a7ba3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48af633 - Browse repository at this point
Copy the full SHA 48af633View commit details
Commits on Sep 14, 2017
-
Merge branch 'master' of https://github.com/census-instrumentation/in…
…strumentation-go Resync fork to upstream/master
Configuration menu - View commit details
-
Copy full SHA for da0f143 - Browse repository at this point
Copy the full SHA da0f143View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a2a0d2 - Browse repository at this point
Copy the full SHA 0a2a0d2View commit details
Commits on Sep 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2f7f729 - Browse repository at this point
Copy the full SHA 2f7f729View commit details
Commits on Sep 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c86ab26 - Browse repository at this point
Copy the full SHA c86ab26View commit details
Commits on Sep 19, 2017
-
Addressed PR comments. Modified readme.md to mention the requirement …
…for Go1.9 to integrate with libraries still using golang.org/x/net/context.Context. Fixed the license headings to refer to opencensus instead of google.
Configuration menu - View commit details
-
Copy full SHA for 85a5395 - Browse repository at this point
Copy the full SHA 85a5395View commit details
Commits on Sep 20, 2017
-
Made serverHandler and clientHandler private and added exported const…
…ructor for them.
Configuration menu - View commit details
-
Copy full SHA for 174ba23 - Browse repository at this point
Copy the full SHA 174ba23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 695335d - Browse repository at this point
Copy the full SHA 695335dView commit details -
Requiring Go 1.9 seems quite limiting. So I went ahead and replaced c…
…ontext by golang.org/x/net/context and reduced the requirement to 1.8
Configuration menu - View commit details
-
Copy full SHA for b5d7b91 - Browse repository at this point
Copy the full SHA b5d7b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0ec85 - Browse repository at this point
Copy the full SHA fb0ec85View commit details -
Renamed NewTestingAggregationDistributionValue to NewDoNotUseTestingA…
…ggregationDistributionValue
Configuration menu - View commit details
-
Copy full SHA for 47e4a1b - Browse repository at this point
Copy the full SHA 47e4a1bView commit details -
Fixed naming NewTestingAggregationDistributionValue to NewDoNotUseTes…
…tingAggregationDistributionValue in server_handler_test.go
Configuration menu - View commit details
-
Copy full SHA for 827f7c2 - Browse repository at this point
Copy the full SHA 827f7c2View commit details
Commits on Sep 22, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 58b58e5 - Browse repository at this point
Copy the full SHA 58b58e5View commit details