aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/test/java/io/opencensus/implcore
AgeCommit message (Expand)Author
2018-10-13Gauge API : Add LongGauge Support (Part1) (#1489)Mayur Kale
2018-10-13Cleanup metrics API exception messages. (#1494)Bogdan Drutu
2018-10-13Add BucketOptions for DistributionValue (#1484)Mayur Kale
2018-10-10Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale
2018-10-02Mode classes for metrics data model in the exporter package. (#1480)Bogdan Drutu
2018-09-30Split the public metrics API from the data model. (#1477)Bogdan Drutu
2018-09-22Split SpanImpl into record/notrecord span impl to avoid checks of recording a...Bogdan Drutu
2018-09-14Revert "Temporarily move "metrics" package into impl_core/ for release. (#142...Yang Song
2018-09-12Temporarily move "metrics" package into impl_core/ for release. (#1426)sebright
2018-08-27Refactor propagation benchmarks and add b3format benchmarks. (#1390)Bogdan Drutu
2018-08-27Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. (#1...Bogdan Drutu
2018-08-21Metrics: Combine TimeSeriesCumulative and TimeSeriesGauge. (#1380)Yang Song
2018-08-21Extract logic about current state in internal class. (#1381)Bogdan Drutu
2018-08-20Remove match pattern from MutableAggregation. (#1372)Bogdan Drutu
2018-08-17Fix stats to metrics implementation. (#1368)Bogdan Drutu
2018-08-14Add implementation for gauges. (#1365)Bogdan Drutu
2018-08-13 Metrics: Implement ExportComponent, make ProducerManager abstract. (#1347)Yang Song
2018-08-08Metrics: Produce and store Metrics in Stats impl. (#1338)Yang Song
2018-07-25Cleanup: Move static util methods to util class. (#1343)Yang Song
2018-07-10Stats: Support recording Exemplars in the impl. (#1294)Yang Song
2018-06-13Error Prone: 2.2.0 -> 2.3.1Kristen Kozak
2018-05-31Add Span.Kind to the trace API. (#1223)Bogdan Drutu
2018-05-11Adds Tracing.getExportComponent().flushAndShutdown() for use within applicati...Chris K Wensel
2018-04-27Add Aggregation.LastValue and AggregationData.LastValueData to support Gauge ...Yang Song
2018-04-16 Move toMillis(Duration) to Utils so that it can be reused. (#1114)Yang Song
2018-04-13Makes the trace and span ID fields mandatory in binary format (#1120)Adrian Cole
2018-03-23Enable FindBugs in tests.Kristen Kozak
2018-03-23Update an unused local variable (#1082)Yang Song
2018-02-06Make `XxxSpanStoreImpl` abstract and add no-op implementation. (fixes #914) (...Hailong Wen
2018-01-17Add http propagation APIs. (#930)Hailong Wen
2018-01-17Update errorprone, google cloud java, grpc versions. (#931)Bogdan Drutu
2017-12-15Fix typo in test name.Kristen Kozak
2017-12-15Check for null in TagContextBuilderImpl.remove and add tests.Kristen Kozak
2017-12-15Improve TagContextImpl tests.Kristen Kozak
2017-12-14Increase exporting interval and fix warnings. (#905)Bogdan Drutu
2017-12-14Add initial support fox X-Cloud-Trace-Context. (#900)Hailong Wen
2017-12-13Support previous encoding versions. (#901)Yang Song
2017-12-11Add initial support for b3-propagation headers. (#889)Bogdan Drutu
2017-12-05Use continue when skip a value in a while-loop. (#879)Bogdan Drutu
2017-11-17Test deserializing TagContext with all duplicate keys that is over size limit.Kristen Kozak
2017-11-17Merge pull request #811 from sebright/test-deserializing-duplicate-tag-keyssebright
2017-11-17Only apply size limit to the bytes representing tag keys and values. (#807)Yang Song
2017-11-17Test deserializing duplicate tag keys and duplicate tags.Kristen Kozak
2017-11-16Enforce size limit when serializing and deserializing TagContext. (#806)Yang Song
2017-11-14Add ViewManager.getAllExportedViews().Kristen Kozak
2017-11-14Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright
2017-11-13Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
2017-11-13Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak
2017-11-13Deprecate Stats.setState, and throw an exception when it is called after getS...Yang Song
2017-11-13Merge pull request #790 from sebright/deprecate-Tags-setStatesebright