-
Notifications
You must be signed in to change notification settings - Fork 282
Closed
Description
runtime.data-source.health
has a field called name
. This is an optional field.
In case this field is supplied, we use this as the identifier or moniker to our data source. In case its not, we use the DB Type.
In case of multiple data sources
Case 1: Data sources are of different DB types
Case 2: Data sources are of same DB type
In both these scenarios, we use same DBIdentifier = runtime.data-source.health.name ?? runtime.data-source.database-type
.
Here we dont care if the DB type is same, we would simply have two entries in the checks
output array with the same DB Type.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done