aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-04Add default active developers into OWNERSandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Chih-Hung Hsieh
Bug: 33166666 Test: gerrit uploader Change-Id: Idfab6179231501818d4b75d5132b9e180e9b45d9
2018-10-19Merge remote-tracking branch 'aosp/upstream-master' into mergeandroid-wear-8.0.0_r2Julien Desprez
Test: None Change-Id: I8a34a16c1ec7981a9cc93758e216ae54bac986f6
2018-10-19 Plugs-in the DerivedLongGauge and DerivedDoubleGauge into the registry (#1505)Mayur Kale
* Plugs-in the DerivedLongGauge into the registry * Plugs-in the DerivedDoubleGauge into the registry
2018-10-18Gauge API : Add support for DerivedDoubleGauge (#1504)Mayur Kale
* Add support for DerivedDoubleGauge * Fix review comments * Fix reviews
2018-10-17Add support for DerivedLongGauge (#1497)Mayur Kale
* Add support for DerivedLongGauge * Fix minor issues * Fix test * Fix review comments * Add checker annotation * fix checker
2018-10-17Plugs-in the DoubleGauge into the registry (#1503)Mayur Kale
2018-10-17Remove Old Gauge and correct exception messages (#1502)Mayur Kale
2018-10-17Plugs-in the LongGauge into the registry (#1498)Mayur Kale
* plug-in longGauge into MetricRegistry * Minor fix * Add TODO and Fix build * Fix review comments
2018-10-16Initial empty repositoryInna Palant
2018-10-15Gauge API : Add DoubleGauge Support (Part2) (#1496)Mayur Kale
* Gauge API : Add DoubleGauge Support (Part2) * Fix review comments
2018-10-14Metrics/Metric: Add a version of create that accepts only one timeseries. ↵Mayur Kale
(#1495) * Metrics/Metric: Add createWithOneTimeSeries method * Fix review comments
2018-10-13Gauge API : Add LongGauge Support (Part1) (#1489)Mayur Kale
* Gauge API : Add LongGauge Support (Part1) * Fix review comments * Fix review comments, removed LongGauge from registry * Add TODO and remove unnecessary check on removeTimeSeries
2018-10-13Cleanup metrics API exception messages. (#1494)Bogdan Drutu
* Cleanup metrics API exception messages. * Fix MutableAggregationTest.java
2018-10-13contrib/DropWizardMetrics: Exclude Meter rate measures (#1493)Mayur Kale
2018-10-13Add BucketOptions for DistributionValue (#1484)Mayur Kale
* Add BucketOptions for DistributionValue * Fix reviews
2018-10-11Exporter/OcAgent: Add methods for getting and applying config. (#1488)Yang Song
2018-10-10Exporter/OcAgent: Add options on retry interval and config. (#1487)Yang Song
* Exporter/OcAgent: Add options on retry interval and config. * Use options when creating Handler. * Comment out unused fileds.
2018-10-10Metrics/TimeSeries: Add createWithOnePoint method to accept only one … (#1486)Mayur Kale
* Metrics/TimeSeries: Add createWithOnePoint method to accept only one point * Fix reviews * Minor Fix
2018-10-09Metrics: Copy TimeSeries list when creating a Metric. (#1485)Yang Song
* Metrics: Copy TimeSeries list when creating a Metric. * Check for null and add more tests.
2018-10-08 Exporter/OcAgent: Add a fake implementation of TraceService. (#1481)Yang Song
* Exporter/OcAgent: Add a fake impl of TraceService. * Move the fake server impl to test.
2018-10-08Add dropwizard contrib (#1423)Mayur Kale
* Add dropwizard metrics producer * Use Summary Type * Fix reviews * Fix reviews
2018-10-02Mode classes for metrics data model in the exporter package. (#1480)Bogdan Drutu
* Mode classes for metrics data model in the exporter package. Consistent with trace. * Fix test class coments.
2018-10-02Make metrics compatible with the current proto definition. (#1479)Bogdan Drutu
* Make metrics compatible with the current proto definition. * Fix minor comments from the review. * Fix @Nullable.
2018-10-01Uptade since tag for the entire metrics package. (#1478)Bogdan Drutu
2018-09-30Split the public metrics API from the data model. (#1477)Bogdan Drutu
* Split the public API from the data model. * Small comment added about registration of the MetricProducer.
2018-09-27Update dependencies. (#1474)Yang Song
* Update gradle plugin versions. * Update Gogle Cloud and Auth versions.
2018-09-26Exporter/OCAgent: Add OcAgentNodeUtils. (#1471)Yang Song
* Exporter/OCAgent: Add OcAgentNodeUtils. Add utilities for detecting and creating Node. Equivalent to https://github.com/census-ecosystem/opencensus-go-exporter-ocagent/blob/master/nodeinfo.go. * Fix nullness checker. * Use a local VERSION string in OC-Agent Exporter.
2018-09-25Update releasing (#1472)Bogdan Drutu
Remove unsafe way to give permissions.
2018-09-24Exporter/OCAgent: Move TraceProtoUtils to exporter. (#1470)Yang Song
2018-09-24Exporter: Start adding OC-Agent Trace Exporter. (#1455)Yang Song
2018-09-24Avoid using LinkedList and remove couple SuppressWarnings. (#1469)Bogdan Drutu
2018-09-24 Monitored Resource: replace gke_container with k8s_container in SD exporter ↵Mayur Kale
(#1467) * Monitored Resource: replace gke_container with k8s_container in SD exporter * remove instance_id from trace k8s_container * Add CHANGELOG
2018-09-22Split SpanImpl into record/notrecord span impl to avoid checks of recording ↵Bogdan Drutu
all time. (#1468) * Split SpanImpl into record/notrecord span impl to avoid checks of recording all time. * Remove one extra SuppressWarnings.
2018-09-21Avoid 3 allocs, one builders and two objects when startSpan. (#1466)Bogdan Drutu
2018-09-20Update .gitignore (#1463)Yang Song
2018-09-20Contrib: Add opencensus-contrib-opencensus-proto-util. (#1459)Yang Song
* Contrib: Add opencensus-contrib-opencensus-proto-util. * Update CHANGELOG.
2018-09-20Improve tests for OpenCensusTraceContextDataInjector. (#1422)sebright
This commit adds unit tests for OpenCensusTraceContextDataInjector.rawContextData(). It also makes several other minor improvements to the Log4j log correlation tests: - Puts TestSpan in a separate file for reuse. - Explicitly sets the SpanSelection in tests, where possible. - Simplifies the tests by calling ReadOnlyStringMap.toMap().
2018-09-20Travis: Temporarily disable JDK 9 build. (#1461)Yang Song
2018-09-18Common: Add an API Functions.returnToString(). (#1443)Yang Song
* Common: Add an API Functions.returnToString(). * Fix comments and add tests.
2018-09-18Update a typo in CHANGELOG. (#1454)Yang Song
2018-09-18Update release version for Bazel build files. (#1457)sebright
This commit also sets the version of the com.google.guava:guava-jdk5 artifact in the generate_workspace command and removes the com_fasterxml_jackson_core_jackson_core dependency from BUILD.bazel.
2018-09-18Update release versions for all readme and build files. (#1452)sebright
2018-09-18Update changelog for 0.16.1 release. (#1451)sebright
2018-09-18Pass a preconfigured HttpSender to the trace exporter (#1444)Ashwin Chandrasekar
* Pass a preconfigured HttpSender to the trace exporter * Add createWithSender to changelog
2018-09-17Update links to Log4j log correlation demo. (#1439)sebright
2018-09-17Fix ClassCastException in opencensus-contrib-log-correlation-log4j2. (#1437)sebright
Fixes #1436. Log4j's SortedArrayStringMap can contain Object values, but `SortedArrayStringMap.getValue` has signature `<V> V getValue(String key)` and unsafely casts the Objects to type `V`. When the OpenCensus ContextDataInjector returned a SortedArrayStringMap, and then a Log4j ContextMapLookup looked up values as Strings to insert them into log entries (https://github.com/apache/logging-log4j2/blob/fa27894c13c3890e4ae545f6b6365ea2e159757c/log4j-core/src/main/java/org/apache/logging/log4j/core/lookup/ContextMapLookup.java#L58), it resulted in a ClassCastException. This commit fixes the ClassCastException by only inserting String values into the Log4j SortedArrayStringMap.
2018-09-17allow arbitrary metric prefixes (#1440)Mayur Kale
2018-09-17Tracing: Add AttributeValueDouble. (#1442)Yang Song
Also update Trace exporters and ZPages, and fix a few typos.
2018-09-15Update changelog for 0.16.0 release. (#1438)sebright
2018-09-15Update release versions for all readme and build files. (#1435)sebright
This commit also updates the gRPC dependency to 1.13.1 in the Maven and Gradle examples in order to resolve a dependency conflict in the Maven build.