Lines Matching +full:java +full:- +full:8 +full:- +full:oracle

1 # OpenCensus Agent for Java
3 [![Build Status][travis-image]][travis-url]
4 [![Windows Build Status][appveyor-image]][appveyor-url]
5 [![Maven Central][maven-image]][maven-url]
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
21 …Executor#execute](https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html#exe…
27 …t of the caller of [Thread#start](https://docs.oracle.com/javase/8/docs/api/java/lang/Thread.html#…
33 As a proof-of-concept, the agent wraps the execution of
34 [URL#getContent](https://docs.oracle.com/javase/8/docs/api/java/net/URL.html#getContent--) in a new
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
46 of the application's third-party dependencies to specific versions. As long as the interface (e.g.
47 [java.sql.Driver#connect](https://docs.oracle.com/javase/8/docs/api/java/sql/Driver.html#connect-ja…
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
60 from [Maven Central][maven-url]. Store it somewhere on disk.
62 To enable the *OpenCensus Agent for Java* for your application, add the option
63 `-javaagent:path/to/opencensus-contrib-agent-X.Y.Z.jar` to the invocation of the `java`
67 java -javaagent:path/to/opencensus-contrib-agent-X.Y.Z.jar ...
73 The *OpenCensus Agent for Java* uses [Typesafe's configuration
74 library](https://lightbend.github.io/config/) for all user-configurable settings. Please refer to
79 …ub.com/lightbend/config/blob/7cae92d3ae3ff9d06f1db43800232d2f73c6fe44/README.md#standard-behavior).
84 java -javaagent:path/to/opencensus-contrib-agent-X.Y.Z.jar \
85 -Dopencensus.contrib.agent.context-propagation.executor.enabled=false \
90 [travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master
91 [travis-url]: https://travis-ci.org/census-instrumentation/opencensus-java
92 [appveyor-image]: https://ci.appveyor.com/api/projects/status/hxthmpkxar4jq4be/branch/master?svg=tr…
93 [appveyor-url]: https://ci.appveyor.com/project/opencensusjavateam/opencensus-java/branch/master
94 [maven-image]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-ag…
95 [maven-url]: https://maven-badges.herokuapp.com/maven-central/io.opencensus/opencensus-contrib-agent