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
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add initial support for b3-propagation headers. (#889)
Bogdan Drutu
2017-12-11
3
-7
/
+33
*
Adds TextFormat and usage example. (#724)
Bogdan Drutu
2017-12-06
2
-1
/
+76
*
Merge pull request #826 from HailongWen/noop-span-store
Hailong Wen
2017-12-02
5
-10
/
+165
|
\
|
*
Addressing sebright's comments.
Hailong Wen
2017-11-20
1
-5
/
+5
|
*
Add NoopRunningSpanStore and NoopSampledSpanStore.
Hailong Wen
2017-11-20
5
-10
/
+165
*
|
Remove ScopedSpanHandle and make SpanInScope able to close the Span. (#848)
Bogdan Drutu
2017-11-29
2
-57
/
+20
*
|
Update length limit for View.Name (#834)
Yang Song
2017-11-21
1
-1
/
+1
|
/
*
Add ViewManager.getAllExportedViews().
Kristen Kozak
2017-11-14
1
-0
/
+63
*
Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2
sebright
2017-11-14
2
-0
/
+15
|
\
|
*
Update lists of enabled Error Prone warnings with the latest bug patterns.
Kristen Kozak
2017-11-13
1
-0
/
+3
|
*
Enable new ReturnMissingNullable Error Prone experimental suggestion.
Kristen Kozak
2017-11-13
2
-0
/
+12
*
|
Deprecate Stats.setState, and throw an exception when it is called after getS...
Yang Song
2017-11-13
2
-1
/
+18
*
|
Merge pull request #790 from sebright/deprecate-Tags-setState
sebright
2017-11-13
2
-13
/
+36
|
\
\
|
|
/
|
/
|
|
*
Combine tests for Tags.getState and Tags.setState.
Kristen Kozak
2017-11-10
1
-11
/
+9
|
*
Deprecate Tags.setState, and throw an exception when it is called after getSt...
Kristen Kozak
2017-11-10
2
-3
/
+28
*
|
Use ArrayList instead of LinkedList in SpanDataTest.java to fix warning.
Kristen Kozak
2017-11-12
1
-13
/
+4
*
|
com.google.errorprone:error_prone_core: 2.0.19 -> 2.1.2
Kristen Kozak
2017-11-12
1
-0
/
+10
*
|
Revert "Use the current release version of Mockito. (#751)"
Kristen Kozak
2017-11-10
3
-4
/
+4
|
/
*
Add a setStatus method in the Span. (#779)
Bogdan Drutu
2017-11-07
2
-7
/
+9
*
Add gradle plugin for google java format. Enforce all files to be formatted. ...
Bogdan Drutu
2017-11-03
14
-208
/
+123
*
Use the current release version of Mockito. (#751)
Stefan Schmidt
2017-11-01
3
-4
/
+4
*
Rename TagContextParseException to TagContextDeserializationException.
Kristen Kozak
2017-10-31
2
-9
/
+11
*
Make TagContextBinarySerializer.toByteArray throw a checked exception.
Kristen Kozak
2017-10-31
2
-2
/
+49
*
Rename StatsRecord to MeasureMap (#757)
Yang Song
2017-10-31
1
-4
/
+4
*
Update max length of Measure name to 255 (#739)
Yang Song
2017-10-27
1
-1
/
+1
*
Merge pull request #738 from sebright/update-tag-key-tests
sebright
2017-10-27
2
-9
/
+15
|
\
|
*
Make TagKey and TagValue tests consistent.
Kristen Kozak
2017-10-27
2
-9
/
+15
*
|
Returns null when getting unregistered views (#737)
Yang Song
2017-10-27
1
-5
/
+2
|
/
*
Change TagValue.MAX_LENGTH to 255, to match TagKey.MAX_LENGTH.
Kristen Kozak
2017-10-27
2
-0
/
+10
*
Disallow empty tag keys.
Kristen Kozak
2017-10-26
1
-0
/
+6
*
Merge pull request #721 from sebright/histogram-buckets
sebright
2017-10-26
2
-14
/
+21
|
\
|
*
Make DistributionData.create take a List instead of a long[] for bucket counts.
Kristen Kozak
2017-10-23
2
-14
/
+21
*
|
Remove support for multiple tag types.
Kristen Kozak
2017-10-25
10
-392
/
+57
*
|
Rename 'StatsRecord.recordWithExplicitTagContext' to 'record'.
Kristen Kozak
2017-10-25
1
-2
/
+2
*
|
Make StatsRecord.record abstract.
Kristen Kozak
2017-10-23
1
-81
/
+0
*
|
Make StatsRecord.record take the TagContext, not StatsRecorder.newRecord.
Kristen Kozak
2017-10-23
2
-9
/
+13
*
|
Rename StatsBuilder to StatsRecord.
Kristen Kozak
2017-10-23
2
-7
/
+7
*
|
Rename newStatsBuilder(TagContext) to newStatsBuilderWithExplicitTagContext.
Kristen Kozak
2017-10-23
2
-4
/
+8
*
|
Rename StatsRecorder.builder to newStatsBuilder.
Kristen Kozak
2017-10-23
2
-7
/
+7
*
|
Move MeasureMap from the API to the implementation.
Kristen Kozak
2017-10-23
3
-158
/
+8
|
/
*
Move stats and tags packages to opencensus-api to prepare for release. (#723)
sebright
2017-10-23
20
-0
/
+2466
*
Add an option in EndSpanOptions to register the span name for sampled store. ...
Bogdan Drutu
2017-10-18
1
-0
/
+8
*
Clean up io.opencensus.internal.StringUtil.
Kristen Kozak
2017-09-27
1
-18
/
+5
*
Fix probability sampler and sampling. (#661)
Bogdan Drutu
2017-09-22
3
-34
/
+182
*
Change when we check the sampler. (#657)
Bogdan Drutu
2017-09-21
4
-46
/
+38
*
Add a new SpanContextParseException and use it in BinaryFormat. (#642)
Bogdan Drutu
2017-09-18
2
-2
/
+63
*
Implement deprecated method addAttributes in the Span and remove it from anyw...
Bogdan Drutu
2017-09-16
1
-3
/
+3
*
Implement Duration.compareTo() (#582)
Yang Song
2017-09-05
1
-0
/
+15
*
Add new api that is easier to use for user to add only one Attribute. (#571)
Bogdan Drutu
2017-08-29
2
-0
/
+14
*
Add uncompressed and compressed message sizes and deprecate the old message s...
Bogdan Drutu
2017-08-23
1
-5
/
+33
[next]