Metrics Collector
This service is tasked with reading/writing from/to a database for a BI function. A secret is required to be able to access it.
Database Connection and sizing
configMap.springDatasource.url
variable holds the jdbc-formatted string to allow Metrics Collector to connect to its own database.
The Instance needs a dedicated schema to be available (default metricscollector
):
Last updated
Was this helpful?