aboutsummaryrefslogtreecommitdiff
path: root/api/src/main
AgeCommit message (Expand)Author
2018-10-01Uptade since tag for the entire metrics package. (#1478)Bogdan Drutu
2018-09-30Split the public metrics API from the data model. (#1477)Bogdan Drutu
2018-09-18Common: Add an API Functions.returnToString(). (#1443)Yang Song
2018-09-17Tracing: Add AttributeValueDouble. (#1442)Yang Song
2018-09-14Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song
2018-09-14Start 0.17.0 development cycle (#1429)sebright
2018-09-12Make LowerCaseBase16Encoding package protected. (#1427)Bogdan Drutu
2018-09-12Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright
2018-08-28Remove guava dependency from the API artifact. (#1393)Bogdan Drutu
2018-08-28Avoid doing string formatting when calling checkArgument for Metrics package....Bogdan Drutu
2018-08-28Avoid doing string formatting when calling checkArgument. (#1394)Bogdan Drutu
2018-08-27Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu
2018-08-27Use Utils.checkNotNull instead of writing the null check. (#1385)Bogdan Drutu
2018-08-22Add missing Javadoc. (#1383)Yang Song
2018-08-21Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song
2018-08-16checkstyle: 8.0 -> 8.12 (#1369)sebright
2018-08-13 Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song
2018-08-10Metrics: Move metrics to opencensus-api. (#1346)Yang Song
2018-08-10Add support for recording Gauges. (#1344)Bogdan Drutu
2018-08-09Add Tracestate into SpanContext. (#1359)Bogdan Drutu
2018-08-07Add a warning about try-with-resource to auto-close spans. (#1362)Bogdan Drutu
2018-08-03Minor improvements for Tracestate. (#1358)Bogdan Drutu
2018-08-02Add the initial version of the TraceState class. (#1300)Bogdan Drutu
2018-08-01Add Checker Framework stub file for gRPC Context.Key. (#1357)sebright
2018-08-01Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright
2018-07-20Remove copy of the internal.Utils. (#1332)Bogdan Drutu
2018-07-16Tracing: Reduce default limit on Links to 32. (#1315)Yang Song
2018-07-09Mention that SampledSpanStore.getRegisteredSpanNamesForCollection is for test...Kristen Kozak
2018-06-29Stats: Add Exemplar class to DistributionData. (#1287)Yang Song
2018-06-28Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)Yang Song
2018-06-26Clarify Javadoc for Tagger.withTagContext.Kristen Kozak
2018-06-21Summary Span: Add encoder/decoder for Server Stats. (#1272)rghetia
2018-06-20Start 0.16.0 development cycleKristen Kozak
2018-06-20Stats: Only include the simple class name in the error message for ViewData.c...Yang Song
2018-06-13Error Prone: 2.2.0 -> 2.3.1sebright
2018-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
2018-06-13Tracing: fix typos in Tracer Javadoc. (#1256)Yang Song
2018-06-08Add package-info for all main packages in opencensus-api. (#1245)Bogdan Drutu
2018-06-05Metrics: Move Metrics to a separate artifact. (#1216)Yang Song
2018-06-04Start 0.15.0 development cyclesongy23
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-05-28Starts adding a metrics package. (#1211)Yang Song
2018-05-15Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak
2018-05-15Merge pull request #1198 from sebright/duration-error-handlingsebright
2018-05-15Throw IllegalArgumentException when Duration.create receives invalid arguments.Kristen Kozak
2018-05-14Remove PublicForTesting from Status.CanonicalCode.toStatus() (fixes #976).Kristen Kozak
2018-05-11Update a @since tag for the next release.Kristen Kozak
2018-05-11Adds Tracing.getExportComponent().flushAndShutdown() for use within applicati...Chris K Wensel
2018-05-02Merge pull request #1176 from sebright/upgrade-checker-frameworksebright