Skip to content

System kind is missing codeLocations under datadog #76

Description

@mattm-ecoatm

The example shows it should be possible:

https://docs.datadoghq.com/software_catalog/service_definitions/v3-0/#example-yaml-for-kindsystem

datadog:
  codeLocations:
    - repositoryURL: https://github.com/myorganization/myrepo.git
      paths:
        - path/to/service/code/**

The UI shows a link type in a system kind as well. But this is missing from the schema.

"datadog": {
"type": "object",
"description": "Datadog product integrations for the service entity",
"additionalProperties": false,
"properties": {
"performanceData": {
"$ref": "datadog_performance.schema.json"
},
"pipelines": {
"$ref": "datadog_pipelines.schema.json"

Service allows it as defined here

"codeLocations": {
"$ref": "datadog_code_locations.schema.json"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions