aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Exporter/OCAgent: Move TraceProtoUtils to exporter. (#1470)Yang Song2018-09-241-2/+0
|
* Exporter: Start adding OC-Agent Trace Exporter. (#1455)Yang Song2018-09-241-1/+2
|
* Monitored Resource: replace gke_container with k8s_container in SD exporter ↵Mayur Kale2018-09-241-0/+3
| | | | | | | | | | (#1467) * Monitored Resource: replace gke_container with k8s_container in SD exporter * remove instance_id from trace k8s_container * Add CHANGELOG
* Contrib: Add opencensus-contrib-opencensus-proto-util. (#1459)Yang Song2018-09-201-0/+2
| | | | | | * Contrib: Add opencensus-contrib-opencensus-proto-util. * Update CHANGELOG.
* Common: Add an API Functions.returnToString(). (#1443)Yang Song2018-09-181-0/+1
| | | | | | * Common: Add an API Functions.returnToString(). * Fix comments and add tests.
* Update a typo in CHANGELOG. (#1454)Yang Song2018-09-181-2/+2
|
* Update changelog for 0.16.1 release. (#1451)sebright2018-09-181-0/+4
|
* Pass a preconfigured HttpSender to the trace exporter (#1444)Ashwin Chandrasekar2018-09-181-0/+2
| | | | | | * Pass a preconfigured HttpSender to the trace exporter * Add createWithSender to changelog
* allow arbitrary metric prefixes (#1440)Mayur Kale2018-09-171-1/+2
|
* Tracing: Add AttributeValueDouble. (#1442)Yang Song2018-09-171-0/+2
| | | Also update Trace exporters and ZPages, and fix a few typos.
* Update changelog for 0.16.0 release. (#1438)sebright2018-09-151-0/+2
|
* Add opencensus-contrib-log-correlation-log4j2 to the list of released ↵sebright2018-09-141-0/+2
| | | | | artifacts. (#1415) This commit also updates the changelog.
* Added ability to specify a custom gRPC stub for the stackdriver exporter (#1410)Steven Niemitz2018-09-061-0/+2
|
* Add an entry about v0.15.1 release in CHANGELOG. (#1399)Yang Song2018-08-281-0/+3
|
* Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. ↵Bogdan Drutu2018-08-271-0/+1
| | | | | | | | (#1392) * Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}. * Update changelog.
* Implement CurrentStatsState using atomic variables. (#1377)Bogdan Drutu2018-08-201-0/+1
| | | | | | * Implement CurrentStatsState using atomic variables. * Ignore findbugs warning and add changelog comments.
* Add Tracestate into SpanContext. (#1359)Bogdan Drutu2018-08-091-1/+2
| | | | | | | | * Add Tracestate into SpanContext. * Remove empty constructor from Tracestate.Builder * Add info in the changelog.
* Allow users to use custom metric name prefix for Stackdriver (#1057)Yang Song2018-08-081-1/+2
|
* switched error to exception for consistency with tools like zipkinsavaki2018-07-211-1/+1
| | | | | wrapped calls to @Traced with a backtick where possible updated test expectations
* updated CHANGELOG to note spring supportsavaki2018-07-211-0/+2
|
* Tracing: Reduce default limit on Links to 32. (#1315)Yang Song2018-07-161-0/+1
| | | | | | * Tracing: Reduce default limit on Links to 32. * Add this change to CHANGELOG.
* Contrib: Add an exemplar_util artifact to help record special exemplars. (#1297)Yang Song2018-07-121-0/+2
| | | | | | | | | | | | | | * Stats: Add attachment key for TraceId and SpanId. * Move the keys to an independent artifact and add methods for encoding. * Add this change to CHANGELOG. * Update description and tests. * Have one method that takes SpanContext instead of two. * Rename method to putSpanContextAttachments.
* Add ZPage updates to CHANGELOG. (#1301)Yang Song2018-07-101-0/+1
|
* Update CHANGELOG about Exemplar. (#1292)Yang Song2018-07-021-0/+1
|
* Stats: Add API MeasureMap.putAttachment() for recording exemplars. (#1285)Yang Song2018-06-281-0/+1
| | | | | | | | | | | | | | * Stats: Add API MeasureMap.withAttachments() for recording exemplars. * Add this change to CHANGELOG * Stats: implement the new API in impl. * Rename API and merge the string maps on multiple calls. * Update the API to putAttachment(String, String) for simplicity. * Fix a typo and add a TODO about making putAttachment abstract.
* gRPC metrics: Add APIs to register gRPC client and server views separately. ↵Yang Song2018-06-251-0/+1
| | | | | | | | | | | | (#1282) * gRPC metrics: separate registration of client and server views. * Add this change to CHANGELOG. * Update the unit tests. * Add an auxiliary method for testing.
* Update changelog for 0.15.0 release.Kristen Kozak2018-06-201-0/+2
|
* Add opencensus-contrib-log-correlation-stackdriver to changelog.Kristen Kozak2018-06-191-0/+2
|
* Expose the factory methods of MonitoredResource. (#1250)Yang Song2018-06-121-0/+1
| | | | | | | | * Expose the constructor of MonitoredResource. * Update CHANGELOG to be more precise. * Hide the factory methods that use env vars.
* Update CHANGELOG (#1235)Yang Song2018-06-051-0/+2
|
* Add started_rpcs measures and views to RPC constants. (#1230)Yang Song2018-06-041-0/+1
| | | | | | | | | | * Add started_rpcs measures and views to RPC constants. * Add this change to CHANGELOG. * Remove tag key status from started_rpcs views. * Count measures should be MeasureLong.
* Add Span.Kind to the trace API. (#1223)Bogdan Drutu2018-05-311-0/+1
| | | | | | | | * Add Span.Kind to the trace API. * Add @Nullable annotation where needed. * Add changes to changelog.
* Add util contrib package for AppEngine standard. (#1214)Bogdan Drutu2018-05-301-0/+2
|
* Prometheus exporter: remove namespace and prefix for help message. (#1203)Yang Song2018-05-181-0/+3
| | | | | | * Prometheus exporter: remove namespace and prefix for help message. * Add this change to CHANGELOG.
* Throw IllegalArgumentException when Timestamp.create receives invalid arguments.Kristen Kozak2018-05-151-0/+2
| | | | | | Throwing IllegalArgumentException for invalid arguments is more consistent with the rest of the opencensus-java API. This commit also fixes a test that created an invalid Timestamp.
* Throw IllegalArgumentException when Duration.create receives invalid arguments.Kristen Kozak2018-05-151-0/+2
| | | | | Fixes #1179. Throwing IllegalArgumentException for invalid arguments is more consistent with the rest of the opencensus-java API.
* Adds Tracing.getExportComponent().flushAndShutdown() for use within ↵Chris K Wensel2018-05-111-0/+1
| | | | | | | | | | | application shutdown hooks. (#1141) Adds the ability to flush pending spans via a call to Tracing.getExportComponent().shutdown() This allows a developer to force a flush from within a shutdown hook or other means. Unfortunately the underlying Disruptor instance only provides a #shutdown() call, not a flush, or a public method for testing for backlog. Thus shutdown has propagated up to the above api call.
* Update CHANGELOG about v0.13.2 release. (#1188)Yang Song2018-05-081-0/+3
|
* Update CHANGELOG about v0.13.1 release. (#1174)Yang Song2018-05-021-0/+2
|
* Set bucket bounds as le labels for Prometheus exporter. (#1167)Yang Song2018-05-021-0/+1
| | | | | | | | | | Closes #1164. Previously we don't set the bucket bounds for Prometheus Samples, since bucket bounds is a built-in feature for Prometheus Histogram. However, as #1164 suggested, we can manually set the bucket bounds with the same label le that the built-in Histogram uses, to get the same output as the built-in Prometheus Histogram Samples.
* Fix a typo on displaying Aggregation Type for a View on StatsZ page. (#1170)Yang Song2018-05-021-0/+1
|
* Update CHANGELOG.md for v0.13.0 release. (#1161)Yang Song2018-04-271-0/+1
|
* Update changelog. (#1151)Yang Song2018-04-261-0/+5
|
* Add a Markdown changelog, starting at version 0.9.0 (closes #945).Kristen Kozak2018-04-181-0/+82
Most of the entries are copied from the GitHub releases page or commit messages.