Lines Matching refs:Java
1 # OpenCensus Agent for Java
7 The *OpenCensus Agent for Java* collects and sends latency data about your Java process to
13 The *OpenCensus Agent for Java* is in an early development stage. The following features are
40 We see tracing as a cross-cutting concern which the *OpenCensus Agent for Java* weaves into
41 existing Java bytecode (the application and its libraries) at runtime, typically when first loading
48 stays as-is across the supported versions, the Java agent's bytecode weaver will be able to
51 The *OpenCensus Agent for Java* uses [Byte Buddy](http://bytebuddy.net/), a widely used and
52 well-maintained bytecode manipulation library, for instrumenting selected Java methods at class
53 load-time. Which Java methods we want to intercept/instrument obviously depends on the library
59 Download the latest version of the *OpenCensus Agent for Java* `.jar` file
62 To enable the *OpenCensus Agent for Java* for your application, add the option
73 The *OpenCensus Agent for Java* uses [Typesafe's configuration