@@ -42533,6 +42533,93 @@ paths:
4253342533 requestBody:
4253442534 content:
4253542535 application/json:
42536+ examples:
42537+ json-request-body:
42538+ value:
42539+ apiVersion: v3
42540+ datadog:
42541+ codeLocations:
42542+ - paths:
42543+ - baz/*.c
42544+ - bat/**/*
42545+ - ../plop/*.java
42546+ repositoryURL: http://github/shopping-cart.git
42547+ - paths:
42548+ - baz/*.c
42549+ - bat/**/*
42550+ - ../plop/*.java
42551+ repositoryURL: http://github/shopping-cart-2.git
42552+ events:
42553+ - name: deployment events
42554+ query: app:myapp AND type:github
42555+ - name: event type B
42556+ query: app:myapp AND type:github
42557+ logs:
42558+ - name: critical logs
42559+ query: app:myapp AND type:github
42560+ - name: ops logs
42561+ query: app:myapp AND type:github
42562+ performanceData:
42563+ tags:
42564+ - service:shopping-cart
42565+ - hostname:shopping-cart
42566+ pipelines:
42567+ fingerprints:
42568+ - fp1
42569+ - fp2
42570+ extensions:
42571+ datadoghq.com/shopping-cart:
42572+ customField: customValue
42573+ integrations:
42574+ opsgenie:
42575+ region: US
42576+ serviceURL: https://www.opsgenie.com/service/shopping-cart
42577+ pagerduty:
42578+ serviceURL: https://www.pagerduty.com/service-directory/Pshopping-cart
42579+ kind: service
42580+ metadata:
42581+ additionalOwners:
42582+ - name: opsTeam
42583+ type: operator
42584+ contacts:
42585+ 42586+ name: Support Email
42587+ type: email
42588+ - contact: https://www.slack.com/archives/shopping-cart
42589+ name: Support Slack
42590+ type: slack
42591+ displayName: Shopping Cart
42592+ inheritFrom: service:otherService
42593+ links:
42594+ - name: shopping-cart runbook
42595+ type: runbook
42596+ url: https://runbook/shopping-cart
42597+ - name: shopping-cart architecture
42598+ provider: gdoc
42599+ type: doc
42600+ url: https://google.drive/shopping-cart-architecture
42601+ - name: shopping-cart Wiki
42602+ provider: wiki
42603+ type: doc
42604+ url: https://wiki/shopping-cart
42605+ - name: shopping-cart source code
42606+ provider: github
42607+ type: repo
42608+ url: http://github/shopping-cart
42609+ name: service-{{ unique_lower_alnum }}
42610+ owner: myteam
42611+ tags:
42612+ - tag:value
42613+ spec:
42614+ dependsOn:
42615+ - service:serviceA
42616+ - service:serviceB
42617+ languages:
42618+ - go
42619+ - python
42620+ lifecycle: production
42621+ tier: '1'
42622+ type: web
4253642623 schema:
4253742624 $ref: '#/components/schemas/UpsertCatalogEntityRequest'
4253842625 description: Entity YAML or JSON.
0 commit comments