Lines Matching refs:Add
2 - Add `AttributeValueDouble` to `AttributeValue`.
3 - Add `createWithSender` to `JaegerTraceExporter` to allow use of `HttpSender`
5 - Add an API `Functions.returnToString()`.
9 - Add OpenCensus Java OC-Agent Trace Exporter.
18 - Add APIs to register gRPC client and server views separately.
19 - Add an API MeasureMap.putAttachment() for recording exemplars.
20 - Add Exemplar class and an API to get Exemplar list to DistributionData.
22 - Add an artifact `opencensus-contrib-exemplar-util` that has helper utilities
25 - Add Spring support for `@Traced` annotation and java.sql.PreparedStatements
28 - Add support to handle the Tracestate in the SpanContext.
30 - Add get/from{Byte} methods on TraceOptions and deprecate get/from{Bytes}.
31 - Add an API to `StackdriverTraceConfiguration` to allow setting a
33 - Add an experimental artifact, `opencensus-contrib-log-correlation-log4j2`, for
41 - Add an experimental artifact, `opencensus-contrib-log-correlation-stackdriver`, for
53 - Add an util artifact `opencensus-contrib-appengine-standard-util` to interact with the AppEngine
55 - Add support for Span kinds. (fix [#1054](https://github.com/census-instrumentation/opencensus-jav…
56 - Add client/server started_rpcs measures and views to RPC constants.
67 - Add a QuickStart example.
70 - Add a configuration class to the Prometheus stats exporter.
72 - Add Jaeger trace exporter.
73 - Add a gRPC Hello World example.
80 - Add utility class to expose default HTTP measures, tags and view, and register
82 - Add new RPC measure and view constants, deprecate old ones.
85 - Add `Duration.toMillis()`.
88 - Add `LastValue`, `LastValueDouble` and `LastValueLong`. Also support them in
107 - Add `since` Javadoc tag to all APIs.
108 - Add a configuration class to create StackdriverTraceExporter.
109 - Add MessageEvent and deprecate NetworkEvent.
119 - Add TextFormat API and two implementations (B3Format and CloudTraceFormat).
120 - Add helper class to configure and create StackdriverStatsExporter.
121 - Add helper methods in tracer to wrap Runnable and Callbacks and to run them.
123 - Add helper class to register views.
125 - Add SignalFX stats exporter.
126 - Add http propagation APIs.
130 - Add NoopRunningSpanStore and NoopSampledSpanStore.
133 - Add new factory methods that support setting custom Stackdriver
146 - Add a setStatus method in the Span.