index
:
platform_external_opencensus-java
android10-c2f2-release
android10-c2f2-s1-release
android10-c2f2-s2-release
android10-d4-release
android10-d4-s1-release
android10-dev
android10-gsi
android10-mainline-a-release
android10-mainline-media-release
android10-mainline-networking-release
android10-mainline-release
android10-mainline-resolv-release
android10-mainline-tzdata-release
android10-qpr1-b-release
android10-qpr1-b-s1-release
android10-qpr1-c-release
android10-qpr1-c-s1-release
android10-qpr1-d-release
android10-qpr1-mainline-release
android10-qpr1-release
android10-qpr2-release
android10-qpr2-s1-release
android10-qpr2-s2-release
android10-qpr2-s3-release
android10-qpr2-s4-release
android10-qpr3-release
android10-qpr3-s1-release
android10-release
android10-s1-release
android10-s2-release
android10-s3-release
android10-security-release
android10-tests-release
android11-dev
android11-gsi
android11-mainline-release
android11-release
android11-tests-release
master
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tracing: Reduce default limit on Links to 32. (#1315)
Yang Song
2018-07-16
2
-2
/
+2
*
Mention that SampledSpanStore.getRegisteredSpanNamesForCollection is for test...
Kristen Kozak
2018-07-09
2
-42
/
+5
*
Stats: Add Exemplar class to DistributionData. (#1287)
Yang Song
2018-06-29
2
-3
/
+179
*
Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)
Yang Song
2018-06-28
2
-0
/
+37
*
Clarify Javadoc for Tagger.withTagContext.
Kristen Kozak
2018-06-26
1
-3
/
+3
*
Summary Span: Add encoder/decoder for Server Stats. (#1272)
rghetia
2018-06-21
7
-0
/
+704
*
Start 0.16.0 development cycle
Kristen Kozak
2018-06-20
1
-1
/
+1
*
Stats: Only include the simple class name in the error message for ViewData.c...
Yang Song
2018-06-20
2
-39
/
+57
*
Error Prone: 2.2.0 -> 2.3.1
sebright
2018-06-13
3
-5
/
+2
|
\
|
*
Error Prone: 2.2.0 -> 2.3.1
Kristen Kozak
2018-06-13
3
-5
/
+2
*
|
Tracing: fix typos in Tracer Javadoc. (#1256)
Yang Song
2018-06-13
1
-5
/
+5
|
/
*
Add package-info for all main packages in opencensus-api. (#1245)
Bogdan Drutu
2018-06-08
3
-0
/
+71
*
Metrics: Move Metrics to a separate artifact. (#1216)
Yang Song
2018-06-05
1
-31
/
+0
*
Start 0.15.0 development cycle
songy23
2018-06-04
1
-1
/
+1
*
Add since for Span.Kind constants and make SpanBuilder.setSpanKind not abstra...
Bogdan Drutu
2018-06-01
2
-3
/
+8
*
Add Span.Kind to the trace API. (#1223)
Bogdan Drutu
2018-05-31
5
-5
/
+112
*
Starts adding a metrics package. (#1211)
Yang Song
2018-05-28
1
-0
/
+31
*
Throw IllegalArgumentException when Timestamp.create receives invalid arguments.
Kristen Kozak
2018-05-15
2
-16
/
+75
*
Merge pull request #1198 from sebright/duration-error-handling
sebright
2018-05-15
2
-17
/
+78
|
\
|
*
Throw IllegalArgumentException when Duration.create receives invalid arguments.
Kristen Kozak
2018-05-15
2
-17
/
+78
*
|
Remove PublicForTesting from Status.CanonicalCode.toStatus() (fixes #976).
Kristen Kozak
2018-05-14
1
-2
/
+0
|
/
*
Update a @since tag for the next release.
Kristen Kozak
2018-05-11
1
-1
/
+1
*
Adds Tracing.getExportComponent().flushAndShutdown() for use within applicati...
Chris K Wensel
2018-05-11
1
-0
/
+7
*
Merge pull request #1176 from sebright/upgrade-checker-framework
sebright
2018-05-02
1
-4
/
+7
|
\
|
*
Checker Framework: 2.5.0 -> 2.5.1
Kristen Kozak
2018-05-02
1
-4
/
+7
*
|
Add missing Nullable annotation to Functions.returnNull().
Kristen Kozak
2018-05-02
1
-4
/
+9
|
/
*
Start 0.14.0 development cycle (#1157)
Yang Song
2018-04-27
1
-1
/
+1
*
Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...
Yang Song
2018-04-27
6
-160
/
+223
*
Check for null in more public methods in Span and its subclasses.
Kristen Kozak
2018-04-27
2
-3
/
+7
*
Added null checking to Span implementations (#1150)
dvfeinblum
2018-04-24
3
-12
/
+47
*
Move utils used by Duration and Timestamp from i.o.internal.Utils to TimeUtils.
Kristen Kozak
2018-04-17
6
-68
/
+98
*
Remove java doc about overflow cases in Duration.toMillis() (#1134)
Yang Song
2018-04-16
1
-3
/
+0
*
Improve Duration.toMillis() (#1132)
Yang Song
2018-04-16
2
-13
/
+12
*
Move toMillis(Duration) to Utils so that it can be reused. (#1114)
Yang Song
2018-04-16
2
-0
/
+26
*
Clarifies implementation details on BinaryFormat (#1119)
Adrian Cole
2018-04-09
1
-1
/
+1
*
Remove usages of Guava Objects/MoreObjects from opencensus-api (issue #1081).
Kristen Kozak
2018-04-04
7
-29
/
+53
*
Remove usages of Guava Throwables from opencensus-api (issue #1081).
Kristen Kozak
2018-04-04
1
-3
/
+8
*
Replace Guava VisibleForTesting in opencensus-api (issue #1081).
Kristen Kozak
2018-04-04
10
-16
/
+91
*
Remove usages of Guava LongMath from opencensus-api (issue #1081).
Kristen Kozak
2018-04-04
4
-11
/
+72
*
Remove usages of Guava Precondtions from opencensus-api (issue #1081).
Kristen Kozak
2018-04-04
31
-162
/
+308
*
Add nullness annotations to Preconditions.checkNotNull.
Kristen Kozak
2018-04-04
1
-5
/
+11
*
Rename "Util" classes to "Utils", for consistency with public "Utils" classes.
Kristen Kozak
2018-04-04
13
-40
/
+40
*
Sort TagKeys in View.create(...) (fixes #1080).
Kristen Kozak
2018-03-30
2
-16
/
+32
*
Remove some uses of deprecated AggregationWindow in ViewTest.java.
Kristen Kozak
2018-03-30
1
-3
/
+3
*
Clean up ViewTest.java.
Kristen Kozak
2018-03-30
1
-21
/
+17
*
Deprecate Mean and MeanData (#1101)
Yang Song
2018-03-28
3
-9
/
+126
*
Remove @SuppressWarnings("nullness") from all AutoValue classes.
Kristen Kozak
2018-03-27
23
-147
/
+29
*
Update Guava and Jmh versions (#1095)
Yang Song
2018-03-26
1
-2
/
+2
*
Enable FindBugs in tests.
Kristen Kozak
2018-03-23
1
-3
/
+0
*
Move BaseMessageEventUtil to trace package. (#1076)
Yang Song
2018-03-21
4
-18
/
+20
[next]