From 96a420a92e24f9714fe82154964c84e69a65d667 Mon Sep 17 00:00:00 2001 From: Julian Heise Date: Fri, 7 Jul 2023 15:12:20 +0200 Subject: [PATCH] create minimal DataDog service catalog file --- service.datadog.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 service.datadog.yaml diff --git a/service.datadog.yaml b/service.datadog.yaml new file mode 100644 index 0000000..8ea4c3b --- /dev/null +++ b/service.datadog.yaml @@ -0,0 +1,19 @@ +schema-version: v2.1 +dd-service: GoogleMaps-SP +lifecycle: production +# TODO: complete this information +#tier: non-critical +#team: ... +# TODO: add the appropriate contacts +#contacts: +# - type: slack +# contact: https://goflink.slack.com/ +# - type: email +# contact: platform@goflink.com +links: + - name: Source Code + type: repo + url: https://github.com/goflink/GoogleMaps-SP +tags: + - service:GoogleMaps-SP + \ No newline at end of file