Skip to content

Commit

Permalink
feat(datadog): add support for service catalog file and datadog-ci (#…
Browse files Browse the repository at this point in the history
…3155)

See htps://docs.datadoghq.com/tracing/service_catalog/setup#service-definition-yaml-files

For datadog-ci: https://docs.datadoghq.com/synthetics/cicd_integrations/configuration?tab=npm
  • Loading branch information
robertohuertasm committed Oct 14, 2022
1 parent 2d5779f commit d6e64b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/file_type_datadog.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/iconsManifest/supportedExtensions.ts
Expand Up @@ -1290,6 +1290,13 @@ export const extensions: IFileCollection = {
languages: [],
format: FileFormat.svg,
},
{
icon: 'datadog',
extensions: ['service.datadog.yaml', 'datadog-ci.json'],
filename: true,
languages: [],
format: FileFormat.svg,
},
{ icon: 'db', extensions: ['db'], light: true, format: FileFormat.svg },
{
icon: 'deno',
Expand Down

0 comments on commit d6e64b7

Please sign in to comment.