Commit 32b0bc9 1 parent 7bc2c40 commit 32b0bc9 Copy full SHA for 32b0bc9
File tree 2 files changed +3
-3
lines changed
ojdbc-provider-opentelemetry
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Oracle JDBC Java Flight Recorder Provider
2
2
3
3
This module contains a provider for integration between Oracle JDBC and
4
- Java Flight Record .
4
+ Java Flight Recorder .
5
5
6
6
This provider implements the TraceEventListener interface provided by the JDBC
7
7
driver which will be notified for every round trip and generate Java Flight
@@ -17,7 +17,7 @@ Recorder events. The following attributes are added the the traces for each even
17
17
18
18
## Installation
19
19
20
- This provider is distributed as single jar on the Maven Central Repository. The
20
+ This provider is distributed as a single jar on the Maven Central Repository. The
21
21
jar is compiled for JDK 11, and is forward compatible with later JDK versions.
22
22
The coordinates for the latest release are:
23
23
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The following attributes are added the the traces for each event:
36
36
37
37
## Installation
38
38
39
- This provider is distributed as single jar on the Maven Central Repository. The
39
+ This provider is distributed as a single jar on the Maven Central Repository. The
40
40
jar is compiled for JDK 8, and is forward compatible with later JDK versions.
41
41
The coordinates for the latest release are:
42
42
You can’t perform that action at this time.
0 commit comments