From 82a4486088744d2f3b586e043c486e4b877e53de Mon Sep 17 00:00:00 2001 From: hatz Date: Wed, 22 Feb 2023 15:38:23 -0600 Subject: [PATCH] Add Datadog service definition to register applications in the Service Catalog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR Creates a `service.datadog.yaml` file, which will automatically register this repository and its deployments with the [Datadog Service Catalog](https://app.datadoghq.com/services?env=development&hostGroup=&lens=Ownership). This file is created using the data gathered during our last RAU day. Information that gets tied to Datadog includes team name and a link to their slack channel. APIs with docs in the Developer Portal will also have an included link. --- ## 📣 Required Action ⚠️ **This PR is missing important information that is required.** ⚠️ Please check the file and fill in the requested data before reviewing and merging this PR! --- [Link to Notion Blog Post](https://www.notion.so/figuretech/The-Datadog-Service-Catalog-40684e63a81c4293beba7f90f5bc9c4b?pvs=4) Please see [this shortcut ticket](https://app.shortcut.com/figure/story/208641/create-script-to-correlate-rau-notion-data-with-github-deployment-data?ct_workflow=all&cf_workflow=500089005) for more information. [sc-208917] --- service.datadog.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 service.datadog.yaml diff --git a/service.datadog.yaml b/service.datadog.yaml new file mode 100644 index 00000000000..2f000b0a057 --- /dev/null +++ b/service.datadog.yaml @@ -0,0 +1,14 @@ +schema-version: v2 +dd-service: fabric +team: dead? +contacts: +- type: slack + contact: ENTER_SLACK_LINK_BEFORE_MERGING +repos: +- name: GitHub Repo + provider: github + url: https://github.com/FigureTechnologies/fabric +docs: +- name: GitHub Team + provider: github + url: https://github.com/orgs/FigureTechnologies/teams/dead?/members