Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Neaj Morshad <[email protected]>
  • Loading branch information
Neaj-Morshad-101 committed Aug 9, 2024
1 parent 99e9aa0 commit 303838c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubedb/sql_exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ global:
# The target to monitor and the collectors to execute on it.
target:
name: mssql_database
data_source_name: 'sqlserver://sa:[email protected]:1433/master'
data_source_name: 'sqlserver://prom_user:[email protected]:1433/master'
# Example for KubeDB
# data_source_name: 'sqlserver://username:password@<pod_name>.<gov_svc_name>.<namespace>.svc.cluster.local:1433/master'
collectors: [mssql_*]
enable_ping: true

Expand Down

0 comments on commit 303838c

Please sign in to comment.