aboutsummaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Add missing Javadoc. (#1383)Yang Song2018-08-222-2/+7
* Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song2018-08-219-578/+129
* Update all targets to at least java7 and android14 (#1367)Bogdan Drutu2018-08-181-1/+2
* checkstyle: 8.0 -> 8.12 (#1369)sebright2018-08-167-13/+29
* Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song2018-08-135-74/+38
* Fix metrics tests by adding the RunWith annotation. (#1364)Bogdan Drutu2018-08-112-0/+10
* Metrics: Move metrics to opencensus-api. (#1346)Yang Song2018-08-1033-0/+3298
* Add support for recording Gauges. (#1344)Bogdan Drutu2018-08-102-0/+77
* Add Tracestate into SpanContext. (#1359)Bogdan Drutu2018-08-093-15/+53
* Add a warning about try-with-resource to auto-close spans. (#1362)Bogdan Drutu2018-08-071-0/+10
* Minor improvements for Tracestate. (#1358)Bogdan Drutu2018-08-032-4/+16
* Add the initial version of the TraceState class. (#1300)Bogdan Drutu2018-08-022-0/+500
* Add Checker Framework stub file for gRPC Context.Key. (#1357)sebright2018-08-012-1/+8
* Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)sebright2018-08-012-2/+4
* Remove copy of the internal.Utils. (#1332)Bogdan Drutu2018-07-201-0/+16
* Tracing: Reduce default limit on Links to 32. (#1315)Yang Song2018-07-162-2/+2
* Mention that SampledSpanStore.getRegisteredSpanNamesForCollection is for test...Kristen Kozak2018-07-092-42/+5
* Stats: Add Exemplar class to DistributionData. (#1287)Yang Song2018-06-292-3/+179
* Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)Yang Song2018-06-282-0/+37
* Clarify Javadoc for Tagger.withTagContext.Kristen Kozak2018-06-261-3/+3
* Summary Span: Add encoder/decoder for Server Stats. (#1272)rghetia2018-06-217-0/+704
* Start 0.16.0 development cycleKristen Kozak2018-06-201-1/+1
* Stats: Only include the simple class name in the error message for ViewData.c...Yang Song2018-06-202-39/+57
* Error Prone: 2.2.0 -> 2.3.1sebright2018-06-133-5/+2
|\
| * Error Prone: 2.2.0 -> 2.3.1Kristen Kozak2018-06-133-5/+2
* | Tracing: fix typos in Tracer Javadoc. (#1256)Yang Song2018-06-131-5/+5
|/
* Add package-info for all main packages in opencensus-api. (#1245)Bogdan Drutu2018-06-083-0/+71
* Metrics: Move Metrics to a separate artifact. (#1216)Yang Song2018-06-051-31/+0
* Start 0.15.0 development cyclesongy232018-06-041-1/+1
* Add since for Span.Kind constants and make SpanBuilder.setSpanKind not abstra...Bogdan Drutu2018-06-012-3/+8
* Add Span.Kind to the trace API. (#1223)Bogdan Drutu2018-05-315-5/+112
* Starts adding a metrics package. (#1211)Yang Song2018-05-281-0/+31
* Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak2018-05-152-16/+75
* Merge pull request #1198 from sebright/duration-error-handlingsebright2018-05-152-17/+78
|\
| * Throw IllegalArgumentException when Duration.create receives invalid arguments.Kristen Kozak2018-05-152-17/+78
* | Remove PublicForTesting from Status.CanonicalCode.toStatus() (fixes #976).Kristen Kozak2018-05-141-2/+0
|/
* Update a @since tag for the next release.Kristen Kozak2018-05-111-1/+1
* Adds Tracing.getExportComponent().flushAndShutdown() for use within applicati...Chris K Wensel2018-05-111-0/+7
* Merge pull request #1176 from sebright/upgrade-checker-frameworksebright2018-05-021-4/+7
|\
| * Checker Framework: 2.5.0 -> 2.5.1Kristen Kozak2018-05-021-4/+7
* | Add missing Nullable annotation to Functions.returnNull().Kristen Kozak2018-05-021-4/+9
|/
* Start 0.14.0 development cycle (#1157)Yang Song2018-04-271-1/+1
* Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song2018-04-276-160/+223
* Check for null in more public methods in Span and its subclasses.Kristen Kozak2018-04-272-3/+7
* Added null checking to Span implementations (#1150)dvfeinblum2018-04-243-12/+47
* Move utils used by Duration and Timestamp from i.o.internal.Utils to TimeUtils.Kristen Kozak2018-04-176-68/+98
* Remove java doc about overflow cases in Duration.toMillis() (#1134)Yang Song2018-04-161-3/+0
* Improve Duration.toMillis() (#1132)Yang Song2018-04-162-13/+12
* Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song2018-04-162-0/+26
* Clarifies implementation details on BinaryFormat (#1119)Adrian Cole2018-04-091-1/+1