@@ -42940,6 +42940,93 @@ paths:
42940
42940
requestBody:
42941
42941
content:
42942
42942
application/json:
42943
+ examples:
42944
+ json-request-body:
42945
+ value:
42946
+ apiVersion: v3
42947
+ datadog:
42948
+ codeLocations:
42949
+ - paths:
42950
+ - baz/*.c
42951
+ - bat/**/*
42952
+ - ../plop/*.java
42953
+ repositoryURL: http://github/shopping-cart.git
42954
+ - paths:
42955
+ - baz/*.c
42956
+ - bat/**/*
42957
+ - ../plop/*.java
42958
+ repositoryURL: http://github/shopping-cart-2.git
42959
+ events:
42960
+ - name: deployment events
42961
+ query: app:myapp AND type:github
42962
+ - name: event type B
42963
+ query: app:myapp AND type:github
42964
+ logs:
42965
+ - name: critical logs
42966
+ query: app:myapp AND type:github
42967
+ - name: ops logs
42968
+ query: app:myapp AND type:github
42969
+ performanceData:
42970
+ tags:
42971
+ - service:shopping-cart
42972
+ - hostname:shopping-cart
42973
+ pipelines:
42974
+ fingerprints:
42975
+ - fp1
42976
+ - fp2
42977
+ extensions:
42978
+ datadoghq.com/shopping-cart:
42979
+ customField: customValue
42980
+ integrations:
42981
+ opsgenie:
42982
+ region: US
42983
+ serviceURL: https://www.opsgenie.com/service/shopping-cart
42984
+ pagerduty:
42985
+ serviceURL: https://www.pagerduty.com/service-directory/Pshopping-cart
42986
+ kind: service
42987
+ metadata:
42988
+ additionalOwners:
42989
+ - name: opsTeam
42990
+ type: operator
42991
+ contacts:
42992
+
42993
+ name: Support Email
42994
+ type: email
42995
+ - contact: https://www.slack.com/archives/shopping-cart
42996
+ name: Support Slack
42997
+ type: slack
42998
+ displayName: Shopping Cart
42999
+ inheritFrom: service:otherService
43000
+ links:
43001
+ - name: shopping-cart runbook
43002
+ type: runbook
43003
+ url: https://runbook/shopping-cart
43004
+ - name: shopping-cart architecture
43005
+ provider: gdoc
43006
+ type: doc
43007
+ url: https://google.drive/shopping-cart-architecture
43008
+ - name: shopping-cart Wiki
43009
+ provider: wiki
43010
+ type: doc
43011
+ url: https://wiki/shopping-cart
43012
+ - name: shopping-cart source code
43013
+ provider: github
43014
+ type: repo
43015
+ url: http://github/shopping-cart
43016
+ name: service-{{ unique_lower_alnum }}
43017
+ owner: myteam
43018
+ tags:
43019
+ - tag:value
43020
+ spec:
43021
+ dependsOn:
43022
+ - service:serviceA
43023
+ - service:serviceB
43024
+ languages:
43025
+ - go
43026
+ - python
43027
+ lifecycle: production
43028
+ tier: '1'
43029
+ type: web
42943
43030
schema:
42944
43031
$ref: '#/components/schemas/UpsertCatalogEntityRequest'
42945
43032
description: Entity YAML or JSON.
0 commit comments