Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add the artifact with groupId "com.blueriq" and artifactId "blueriq-component-trace-sql-store" as a dependency to your Blueriq runtime POM file if you want to depend on it.

The trace can be used in different settings, to configure how the trace will behave, and how the timeline will behave. In the table below, different combinations of bootstrap.properties are explained:

Active bootstrap profilesEffect
trace-sql-store
Both timeline and trace will be stored in the external datasource configured as "trace-sql-store"
timeline-sql-store
Timeline is stored in external datasource "timeline-sql-store", trace is ignored
trace-sql-store-without-timeline, timeline-sql-store
Timeline is stored in external datasource "timeline-sql-store", trace in "trace-sql-store"
timeline-sql-store, trace-event-publisher-amqp
Timeline is stored in external datasource "timeline-sql-store", trace is pushed to the exchange configured at the properties

Configuration

Database

Scripts to create the required database content are provided for the following databases:

...