概要

スキーマ v2.1 では、サービスのグルーピングなどの追加の UI 要素に対応し、application、tier、lifecycle といった新しいフィールドも導入されています。

主な特徴

  • サービスのグルーピングなどの新しい UI 要素と、applicationtierlifecycle の各フィールド
  • Software Catalog では、ApplicationTeams をグルーピング変数として使用できます。
  • Lifecycle フィールドは開発段階を示し、productionexperimentaldeprecated の各サービスを区別するために使います。
  • Tier フィールドはサービスの重要度を示し、インシデント トリアージ時の優先順位付けに役立ちます。

Schema structure

The full schema is available on GitHub.

Example YAML

schema-version: v2.1
dd-service: delivery-state-machine
team: serverless
application: delivery-state-machine
tier: tier0
lifecycle: production
contacts:
  - type: slack
    contact: https://datadogincidents.slack.com/archives/C01EWN6319S
links:
  - name: Demo Dashboard
    type: dashboard
    url: https://app.datadoghq.com/dashboard/krp-bq6-362
  - name: Source
    provider: github
    url: https://github.com/DataDog/shopist-serverless/tree/main/delivery-state-machine
    type: repo
  - name: Deployment
    provider: github
    url: https://github.com/DataDog/shopist-serverless/blob/main/delivery-state-machine/serverless.yml
    type: repo
  - name: Datadog Doc
    provider: link
    url: https://docs.datadoghq.com/
    type: doc
tags:
  - "app:serverless-delivery"
  - "tier:3"
  - "business-unit:operations"

参考資料