aboutsummaryrefslogtreecommitdiff
path: root/api/src/main
AgeCommit message (Expand)Author
2018-01-17Annotate `PropagationComponent#getB3Format()` with `ExperimentalApi`. (#934)Hailong Wen
2018-01-17Add http propagation APIs. (#930)Hailong Wen
2018-01-17Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu
2017-12-20Remove warning suppression related to null ClassLoaders.Kristen Kozak
2017-12-20Minor Javadoc update.Kristen Kozak
2017-12-20Rename NullnessUtils to CheckerFrameworkUtils.Kristen Kozak
2017-12-19Add Checker Framework annotations in comments (issue #359).Kristen Kozak
2017-12-19Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak
2017-12-19Work around a possible bug in the Checker Framework (issue #359).Kristen Kozak
2017-12-19Suppress warnings about missing @Nullable in AutoValue equals methods (#359).Kristen Kozak
2017-12-19Add missing null checks (issue #359).Kristen Kozak
2017-12-19Add type variables for Checker Framework null analysis (issue #359).Kristen Kozak
2017-12-19Merge pull request #912 from sebright/null-annotationssebright
2017-12-19Add more null annotations (issue #359).Kristen Kozak
2017-12-19Validate types of Aggregation and AggregationData when creating ViewData (#839)Yang Song
2017-12-13Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu
2017-12-11Change fromHex methods to accept CharSequence. (#897)Bogdan Drutu
2017-12-11Add initial support for b3-propagation headers. (#889)Bogdan Drutu
2017-12-06Adds TextFormat and usage example. (#724)Bogdan Drutu
2017-12-04Start 0.11.0 development cycle (#874)Yang Song
2017-12-02Merge pull request #826 from HailongWen/noop-span-storeHailong Wen
2017-11-29Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)Bogdan Drutu
2017-11-21Update length limit for View.Name (#834)Yang Song
2017-11-21Use unmodifiableSet instead of ImmutableSet to get rid of build error. Refine...Hailong Wen
2017-11-20Addressing sebright's comments.Hailong Wen
2017-11-20Add NoopRunningSpanStore and NoopSampledSpanStore.Hailong Wen
2017-11-18Start 0.10.0 development cycle (#816)Bogdan Drutu
2017-11-17Remove an obsolete TODO from TagKey.java.Kristen Kozak
2017-11-17Use consistent wording in stats and tags 'setState' Javadocs.Kristen Kozak
2017-11-14Cache the set of views returned from NoopViewManager.getAllExportedViews.Kristen Kozak
2017-11-14Add ViewManager.getAllExportedViews().Kristen Kozak
2017-11-14Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright
2017-11-13Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
2017-11-13Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak
2017-11-13Hide constructor of io.opencensus.common.OpenCensusLibraryInformation.Kristen Kozak
2017-11-13Deprecate Stats.setState, and throw an exception when it is called after getS...Yang Song
2017-11-10Avoid guaranteeing that the result of Tags.getState() won't change.Kristen Kozak
2017-11-10Deprecate Tags.setState, and throw an exception when it is called after getSt...Kristen Kozak
2017-11-08Update Stats implementation to use Stats state (#789)Yang Song
2017-11-07Slightly reword Javadoc on SpanBuilder#startScopedSpan. (#788)Stefan Schmidt
2017-11-07Add a setStatus method in the Span. (#779)Bogdan Drutu
2017-11-03No-op: Context.Key#get() is the same as Context.Key#get(Context.current()). (...Stefan Schmidt
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu
2017-11-01s/new new/new/ (#765)Stefan Schmidt
2017-10-31Start 0.9.0 development cycleBogdan Drutu
2017-10-31Avoid specifying maximum size of serialized TagContext.Kristen Kozak
2017-10-31Add maximum serialized TagContext size to fromByteArray Javadoc.Kristen Kozak
2017-10-31Don't mention parsing in TagContextDeserializationException Javadoc.Kristen Kozak
2017-10-31Rename TagContextParseException to TagContextDeserializationException.Kristen Kozak
2017-10-31Add maximum serialized TagContext size to toByteArray Javadoc.Kristen Kozak