corda/core-deterministic
Adel El-Beik 7a133f687c
ENT-6893: First cut of telemetry integration. (#7247)
First cut of telemetry integration.

Open telemetry can be enabled in two ways, first is via an opentelemetry java agent specified on the command line. With this way you get the advantage of spans created from other libraries, like hibernate. The java agent does byte code rewriting to insert spans.
The second way is with the open telemetry driver (that links with the opentelemetry sdk). This is a fat jar provided with this project and needs to go into the node drivers directory.
2022-10-28 14:41:39 +01:00
..
src/main ENT-6947 Intern common types to reduce heap footprint (#7239) 2022-10-18 09:28:41 +01:00
testing ENT-6357: Deserialize LedgerTransaction elements for each Contract.verify(). (#6962) 2021-11-10 16:38:40 +00:00
build.gradle ENT-6893: First cut of telemetry integration. (#7247) 2022-10-28 14:41:39 +01:00
README.md INRFA-415: Publish empty source and JavaDoc for deterministic modules (#6406) 2020-06-29 20:38:51 +01:00

corda-core-deterministic.

This artifact is a deterministic subset of the binary contents of corda-core.