ApplicationSqlServerPrometheusExporter

data class ApplicationSqlServerPrometheusExporter(val prometheusPort: String, val sqlSecretName: String)

The SQL prometheus exporter settings.

Constructors

Link copied to clipboard
constructor(prometheusPort: String, sqlSecretName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Prometheus exporter port.

Link copied to clipboard

Secret name which managers SQL exporter connection. e.g. {"data_source_name": "sqlserver://:@localhost:1433"}