Introduce Micrometer API to add tracing.

Closes #1212.
This commit is contained in:
Greg L. Turnquist
2022-01-19 09:55:10 -06:00
parent 9686749178
commit c1e3dbf0da
13 changed files with 1121 additions and 2 deletions

View File

@@ -354,7 +354,7 @@
<id>external-cassandra</id>
<properties>
<build.cassandra.mode>external</build.cassandra.mode>
<build.cassandra.native_transport_port>9042 </build.cassandra.native_transport_port>
<build.cassandra.native_transport_port>9042</build.cassandra.native_transport_port>
<build.cassandra.rpc_port>9160</build.cassandra.rpc_port>
<build.cassandra.ssl_storage_port>7001</build.cassandra.ssl_storage_port>
<build.cassandra.storage_port>7000</build.cassandra.storage_port>
@@ -369,7 +369,7 @@
<properties>
<build.cassandra.mode>testcontainers</build.cassandra.mode>
<build.cassandra.native_transport_port>0 </build.cassandra.native_transport_port>
<build.cassandra.native_transport_port>0</build.cassandra.native_transport_port>
<build.cassandra.rpc_port>0</build.cassandra.rpc_port>
<build.cassandra.ssl_storage_port>0</build.cassandra.ssl_storage_port>
<build.cassandra.storage_port>0</build.cassandra.storage_port>