alloy icon indicating copy to clipboard operation
alloy copied to clipboard

Custom collectors for prometheus.exporter.mssql

Open Maros112358 opened this issue 1 year ago • 3 comments

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.

Maros112358 avatar Jul 18 '23 12:07 Maros112358