integrations-core icon indicating copy to clipboard operation
integrations-core copied to clipboard

Add required `relation_name` or `relation_regex` note to Postgres config docs

Open lediur opened this issue 3 years ago • 0 comments

What does this PR do?

Add some docs that either relation_name or relation_regex are required keys in the relations configuration object for the DataDog Postgres integration.

Motivation

Discovered that this property was required after encountering configuration errors after deployment. Adding this info to the docs may help others avoid this fate.

Review checklist (to be filled by reviewers)

  • [ ] Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • [ ] PR title must be written as a CHANGELOG entry (see why)
  • [ ] Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
  • [ ] PR must have changelog/ and integration/ labels attached
  • [ ] If the PR doesn't need to be tested during QA, please add a qa/skip-qa label.

lediur avatar Nov 03 '22 22:11 lediur