@@ -43136,6 +43136,93 @@ paths:
43136
43136
requestBody:
43137
43137
content:
43138
43138
application/json:
43139
+ examples:
43140
+ json-request-body:
43141
+ value:
43142
+ apiVersion: v3
43143
+ datadog:
43144
+ codeLocations:
43145
+ - paths:
43146
+ - baz/*.c
43147
+ - bat/**/*
43148
+ - ../plop/*.java
43149
+ repositoryURL: http://github/shopping-cart.git
43150
+ - paths:
43151
+ - baz/*.c
43152
+ - bat/**/*
43153
+ - ../plop/*.java
43154
+ repositoryURL: http://github/shopping-cart-2.git
43155
+ events:
43156
+ - name: deployment events
43157
+ query: app:myapp AND type:github
43158
+ - name: event type B
43159
+ query: app:myapp AND type:github
43160
+ logs:
43161
+ - name: critical logs
43162
+ query: app:myapp AND type:github
43163
+ - name: ops logs
43164
+ query: app:myapp AND type:github
43165
+ performanceData:
43166
+ tags:
43167
+ - service:shopping-cart
43168
+ - hostname:shopping-cart
43169
+ pipelines:
43170
+ fingerprints:
43171
+ - fp1
43172
+ - fp2
43173
+ extensions:
43174
+ datadoghq.com/shopping-cart:
43175
+ customField: customValue
43176
+ integrations:
43177
+ opsgenie:
43178
+ region: US
43179
+ serviceURL: https://www.opsgenie.com/service/shopping-cart
43180
+ pagerduty:
43181
+ serviceURL: https://www.pagerduty.com/service-directory/Pshopping-cart
43182
+ kind: service
43183
+ metadata:
43184
+ additionalOwners:
43185
+ - name: opsTeam
43186
+ type: operator
43187
+ contacts:
43188
+
43189
+ name: Support Email
43190
+ type: email
43191
+ - contact: https://www.slack.com/archives/shopping-cart
43192
+ name: Support Slack
43193
+ type: slack
43194
+ displayName: Shopping Cart
43195
+ inheritFrom: service:otherService
43196
+ links:
43197
+ - name: shopping-cart runbook
43198
+ type: runbook
43199
+ url: https://runbook/shopping-cart
43200
+ - name: shopping-cart architecture
43201
+ provider: gdoc
43202
+ type: doc
43203
+ url: https://google.drive/shopping-cart-architecture
43204
+ - name: shopping-cart Wiki
43205
+ provider: wiki
43206
+ type: doc
43207
+ url: https://wiki/shopping-cart
43208
+ - name: shopping-cart source code
43209
+ provider: github
43210
+ type: repo
43211
+ url: http://github/shopping-cart
43212
+ name: service-{{ unique_lower_alnum }}
43213
+ owner: myteam
43214
+ tags:
43215
+ - tag:value
43216
+ spec:
43217
+ dependsOn:
43218
+ - service:serviceA
43219
+ - service:serviceB
43220
+ languages:
43221
+ - go
43222
+ - python
43223
+ lifecycle: production
43224
+ tier: '1'
43225
+ type: web
43139
43226
schema:
43140
43227
$ref: '#/components/schemas/UpsertCatalogEntityRequest'
43141
43228
description: Entity YAML or JSON.
0 commit comments