Skip to content

Commit 0a8ce3a

Browse files
committed
module description
1 parent ae9b884 commit 0a8ce3a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,10 @@ repos:
66
- id: terraform-validate
77
- id: tflint
88
- id: shellcheck
9+
- repo: [email protected]:kabisa/terraform-datadog-pre-commit-hook.git
10+
rev: "1.2.0"
11+
hooks:
12+
- id: terraform-datadog-docs
13+
exclude: ^README.md$
14+
args:
15+
- "."

module_description.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This module requires the [sql server integration](https://docs.datadoghq.com/integrations/sqlserver/?tab=host) to be configured.
2+
It has basic SQL Server monitoring. Locks, process blocked, connectivity.
3+
It's best to also use Datadog's APM instrumentation to understand the way the application is using the database.
4+
There's an upcoming feature in Datadog to fully support deep dive database monitoring.

0 commit comments

Comments
 (0)