aboutsummaryrefslogtreecommitdiffstats
path: root/api
Commit message (Expand)AuthorAgeFilesLines
* Start 0.28.0 development cycle (#2051)Nail Islamov2020-08-141-1/+1
* Start 0.27.0 development cycle (#2026)Mayur Kale2020-03-181-1/+1
* Start 0.26.0 development cycle (#2006)Mayur Kale2020-02-071-1/+1
* Start 0.25.0 development cyclesongy232019-08-271-1/+1
* Context: Remove CONTEXT_SPAN_KEY and TAG_CONTEXT_KEY from API. (#1938)Yang Song2019-06-122-17/+3
* Start 0.24.0 development cycle (#1935)Yang Song2019-06-121-1/+1
* Test: Upgrade Mickito version and replace deprecated methods. (#1922)Yang Song2019-05-293-4/+4
* Start 0.23.0 development cycle (#1900)Yang Song2019-05-141-1/+1
* Disable by default RunningSpanStore, and enable if Zpages are initialized. (#...Bogdan Drutu2019-05-031-0/+16
* Add missing Javadoc and fix typos. (#1874)Yang Song2019-05-011-0/+5
* Tests: Migrate from is(Not)SameAs to is(Not)SameInstanceAs. (#1870)Yang Song2019-04-3015-82/+90
* Release: update snapshot version.Dino Oliva2019-04-301-1/+1
* Restrict access to context key, add helper methods to interact with Context. ...Yang Song2019-04-256-44/+151
* Metrics: Remove Set from Cumulative. (#1853)Yang Song2019-04-192-22/+0
* Tags: Add TagContextBuilder.putPropagating(). (#1852)Yang Song2019-04-191-0/+21
* Tags: Add TagContextBuilder.putLocal(). (#1851)Yang Song2019-04-191-1/+22
* Metrics: Add Cumulative APIs. (#1848)Yang Song2019-04-1810-6/+1237
* Metrics: Allow to set constant labels for Gauge APIs. (#1842)Yang Song2019-04-122-4/+16
* Tags: Add HTTP text serializer API. (#1800)Yang Song2019-04-104-1/+300
* Clean up a few nullable annotations. (#1824)Yang Song2019-03-292-31/+13
* Start 0.21.0 development cycle (#1817)Dino Oliva2019-03-281-1/+1
* Add MetricOptions to simplify all addXGuage. (#1814)Bogdan Drutu2019-03-275-188/+444
* Tags: Make the new API non-abstract to avoid breaking other subclasses. (#1811)Yang Song2019-03-221-2/+5
* Fix a bunch of errorprone warnings. (#1806)Bogdan Drutu2019-03-193-18/+18
* Tags: Add TagMetadata. (#1768)Yang Song2019-03-158-7/+242
* Exemplar: Refactor to be under metrics.data. (#1791)Yang Song2019-03-1310-175/+196
* Metrics: Add metrics.data package to hold common classes. (#1794)Yang Song2019-03-131-0/+26
* Remove package qualification from Immutable annotations. (#1793)sebright2019-03-081-2/+2
* Stats/Exemplar: Add a generic AttachmentValue class. (#1779)Yang Song2019-03-076-16/+156
* Start 0.20.0 development cyclesongy232019-01-281-1/+1
* Changing compareTo to compareToIgnoreCase. (#1651)Jim King2019-01-072-2/+2
* Start 0.19.0 development cycle (#1612)Bogdan Drutu2018-11-271-1/+1
* Add support for trace-context propagation. (#1401)Bogdan Drutu2018-11-192-3/+29
* Add helper functions for base16 encoding. (#1594)Bogdan Drutu2018-11-198-84/+218
* Exporter/Stats/Stackdriver: Use core resource API (#1585)Mayur Kale2018-11-161-1/+1
* Deprecate registration of the span names for zpages. (#1589)Bogdan Drutu2018-11-162-4/+6
* Use the nullable annotation when possible. (#1587)Bogdan Drutu2018-11-151-6/+9
* Resource: Add resource detector (#1565)Mayur Kale2018-11-152-14/+138
* Add support to convert longs to base16-string. (#1561)Bogdan Drutu2018-11-086-200/+189
* Add resource package (#1555)Mayur Kale2018-11-073-0/+415
* Add @return and remove already done TODO (#1564)Mayur Kale2018-11-065-6/+4
* Style: Fix typos. (#1562)Yang Song2018-11-061-4/+4
* Avoid one extra allocation in TraceId and SpanId. (#1554)Bogdan Drutu2018-11-064-63/+249
* Helper utility for Http Tracing. (#1553)rghetia2018-11-051-1/+1
* Error Prone: 2.3.1 -> 2.3.2 (#1551)sebright2018-11-053-5/+3
* Add few more tests in preparation to change the internal representation of th...Bogdan Drutu2018-11-052-3/+9
* Start 0.18.0 development cyclesongy232018-11-021-1/+1
* Remove min/max from Distribution. (#1542)Bogdan Drutu2018-11-023-48/+77
* ignore negative bucket bounds (#1499)Mayur Kale2018-11-015-14/+82
* TimeSeries/Create: Avoid re-evaluate the labelValues all the time (#1513)Mayur Kale2018-10-242-0/+33