aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java/io/opencensus/trace/Span.java
AgeCommit message (Expand)Author
2018-11-05Error Prone: 2.3.1 -> 2.3.2 (#1551)sebright
2018-08-16checkstyle: 8.0 -> 8.12 (#1369)sebright
2018-06-01Add since for Span.Kind constants and make SpanBuilder.setSpanKind not abstra...Bogdan Drutu
2018-05-31Add Span.Kind to the trace API. (#1223)Bogdan Drutu
2018-04-24Added null checking to Span implementations (#1150)dvfeinblum
2018-04-04Remove usages of Guava Precondtions from opencensus-api (issue #1081).Kristen Kozak
2018-04-04Rename "Util" classes to "Utils", for consistency with public "Utils" classes.Kristen Kozak
2018-03-21Move BaseMessageEventUtil to trace package. (#1076)Yang Song
2018-02-16Add MessageEvent and deprecate NetworkEvent. (closes #858) (#894)Hailong Wen
2018-02-05Add '@since' Javadoc tag to all tracing APIs (issue #864).Kristen Kozak
2017-12-19Add type variables for Checker Framework null analysis (issue #359).Kristen Kozak
2017-11-07Add a setStatus method in the Span. (#779)Bogdan Drutu
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-09-16Implement deprecated method addAttributes in the Span and remove it from anyw...Bogdan Drutu
2017-08-29Add new api that is easier to use for user to add only one Attribute. (#571)Bogdan Drutu
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-07-06Get rid of base directory and move everything on level up. (#417)Bogdan Drutu
2017-07-04Move Sampler abstract class and EndSpanOptions to the main package. (#412)Bogdan Drutu
2017-06-19Clean minor things. (#372)Bogdan Drutu
2017-06-12Move Sampler and StartSpanOptions in base. Create a samplers package for all ...Bogdan Drutu
2017-06-08Move all base types into a different package called base. (#342)Bogdan Drutu
2017-06-06Move internal & common & trace to the new package io.opencensus (#339)Bogdan Drutu