alloy
alloy copied to clipboard
Custom collectors for prometheus.exporter.mssql
Request
I would like to write custom collectors for prometheus.exporter.mssql component. Ideally in a similiar way as in original sql_exporter. For example
prometheus.exporter.mssql "LABEL" {
connection_string = "CONNECTION_STRING"
collector_files = "*.collector.yml"
collectors = ["mssql_*"]
}
or write them explicitly in config.
Use case
I need to write custom collectors for mssql.