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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Plugs-in the DerivedLongGauge and DerivedDoubleGauge into the registry (#1505)
Mayur Kale
2018-10-19
4
-2
/
+142
*
Gauge API : Add support for DerivedDoubleGauge (#1504)
Mayur Kale
2018-10-18
4
-5
/
+251
*
Add support for DerivedLongGauge (#1497)
Mayur Kale
2018-10-17
4
-4
/
+247
*
Plugs-in the DoubleGauge into the registry (#1503)
Mayur Kale
2018-10-17
3
-5
/
+77
*
Remove Old Gauge and correct exception messages (#1502)
Mayur Kale
2018-10-17
9
-23
/
+23
*
Plugs-in the LongGauge into the registry (#1498)
Mayur Kale
2018-10-17
4
-198
/
+58
*
Gauge API : Add DoubleGauge Support (Part2) (#1496)
Mayur Kale
2018-10-15
3
-3
/
+306
*
Metrics/Metric: Add a version of create that accepts only one timeseries. (#1...
Mayur Kale
2018-10-14
2
-11
/
+69
*
Gauge API : Add LongGauge Support (Part1) (#1489)
Mayur Kale
2018-10-13
2
-0
/
+298
*
Cleanup metrics API exception messages. (#1494)
Bogdan Drutu
2018-10-13
2
-27
/
+31
*
Add BucketOptions for DistributionValue (#1484)
Mayur Kale
2018-10-13
4
-76
/
+255
*
Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)
Mayur Kale
2018-10-10
2
-3
/
+68
*
Metrics: Copy TimeSeries list when creating a Metric. (#1485)
Yang Song
2018-10-09
2
-1
/
+38
*
Mode classes for metrics data model in the exporter package. (#1480)
Bogdan Drutu
2018-10-02
18
-37
/
+41
*
Make metrics compatible with the current proto definition. (#1479)
Bogdan Drutu
2018-10-02
9
-34
/
+516
*
Uptade since tag for the entire metrics package. (#1478)
Bogdan Drutu
2018-10-01
13
-66
/
+67
*
Split the public metrics API from the data model. (#1477)
Bogdan Drutu
2018-09-30
2
-17
/
+12
*
Common: Add an API Functions.returnToString(). (#1443)
Yang Song
2018-09-18
2
-0
/
+26
*
Tracing: Add AttributeValueDouble. (#1442)
Yang Song
2018-09-17
2
-4
/
+185
*
Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...
Yang Song
2018-09-14
30
-2
/
+2831
*
Start 0.17.0 development cycle (#1429)
sebright
2018-09-14
1
-1
/
+1
*
Make LowerCaseBase16Encoding package protected. (#1427)
Bogdan Drutu
2018-09-12
4
-10
/
+6
*
Temporarily move "metrics" package into impl_core/ for release. (#1426)
sebright
2018-09-12
30
-2831
/
+2
*
Remove guava dependency from the API artifact. (#1393)
Bogdan Drutu
2018-08-28
4
-18
/
+184
*
Avoid doing string formatting when calling checkArgument for Metrics package....
Bogdan Drutu
2018-08-28
1
-6
/
+3
*
Avoid doing string formatting when calling checkArgument. (#1394)
Bogdan Drutu
2018-08-28
9
-35
/
+151
*
Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...
Bogdan Drutu
2018-08-27
2
-17
/
+59
*
Use Utils.checkNotNull instead of writing the null check. (#1385)
Bogdan Drutu
2018-08-27
1
-3
/
+1
*
Add missing Javadoc. (#1383)
Yang Song
2018-08-22
2
-2
/
+7
*
Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)
Yang Song
2018-08-21
9
-578
/
+129
*
checkstyle: 8.0 -> 8.12 (#1369)
sebright
2018-08-16
7
-13
/
+29
*
Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)
Yang Song
2018-08-13
5
-74
/
+38
*
Fix metrics tests by adding the RunWith annotation. (#1364)
Bogdan Drutu
2018-08-11
2
-0
/
+10
*
Metrics: Move metrics to opencensus-api. (#1346)
Yang Song
2018-08-10
33
-0
/
+3298
*
Add support for recording Gauges. (#1344)
Bogdan Drutu
2018-08-10
2
-0
/
+77
*
Add Tracestate into SpanContext. (#1359)
Bogdan Drutu
2018-08-09
3
-15
/
+53
*
Add a warning about try-with-resource to auto-close spans. (#1362)
Bogdan Drutu
2018-08-07
1
-0
/
+10
*
Minor improvements for Tracestate. (#1358)
Bogdan Drutu
2018-08-03
2
-4
/
+16
*
Add the initial version of the TraceState class. (#1300)
Bogdan Drutu
2018-08-02
2
-0
/
+500
*
Add Checker Framework stub file for gRPC Context.Key. (#1357)
sebright
2018-08-01
2
-1
/
+8
*
Fix incorrect argument to Checker Framework, and fix nullness warnings. (#1354)
sebright
2018-08-01
2
-2
/
+4
*
Remove copy of the internal.Utils. (#1332)
Bogdan Drutu
2018-07-20
1
-0
/
+16
*
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
[next]