Skip to content

Commit

Permalink
[INTPLAT-445] DDSaaS: Temporal Cloud: Crawler Integration without Ass…
Browse files Browse the repository at this point in the history
…ets (DataDog#19140)

* temporal_cloud project skeleton

* temporal_cloud labeler and codeowners added

* CODEOWNERS updated

* Empty dashboard section removed for now
  • Loading branch information
bparmar-crest authored Dec 5, 2024
1 parent b06f37a commit 59e8e20
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
/ringcentral/metadata.csv @DataDog/saas-integrations @DataDog/documentation
/ringcentral/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core

/temporal_cloud/ @DataDog/saas-integrations
/temporal_cloud/*.md @DataDog/saas-integrations @DataDog/documentation
/temporal_cloud/manifest.json @DataDog/saas-integrations @DataDog/documentation
/temporal_cloud/metadata.csv @DataDog/saas-integrations @DataDog/documentation

/trend_micro_email_security/ @DataDog/saas-integrations
/trend_micro_email_security/*.md @DataDog/saas-integrations @DataDog/documentation
/trend_micro_email_security/manifest.json @DataDog/saas-integrations @DataDog/documentation
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ integration/teleport:
- teleport/**/*
integration/temporal:
- temporal/**/*
integration/temporal_cloud:
- temporal_cloud/**/*
integration/tenable:
- tenable/**/*
integration/teradata:
Expand Down
7 changes: 7 additions & 0 deletions temporal_cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - Temporal_Cloud

## 1.0.0 / 2024-11-26

***Added***:

* Initial Release
41 changes: 41 additions & 0 deletions temporal_cloud/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## Overview

This check monitors [Temporal_Cloud][1].

## Setup

### Installation

The Temporal_Cloud check is included in the [Datadog Agent][2] package.
No additional installation is needed on your server.

### Configuration

!!! Add list of steps to set up this integration !!!

### Validation

!!! Add steps to validate integration is functioning as expected !!!

## Data Collected

### Metrics

Temporal_Cloud does not include any metrics.

### Service Checks

Temporal_Cloud does not include any service checks.

### Events

Temporal_Cloud does not include any events.

## Troubleshooting

Need help? Contact [Datadog support][3].

[1]: **LINK_TO_INTEGRATION_SITE**
[2]: https://app.datadoghq.com/account/settings/agent/latest
[3]: https://docs.datadoghq.com/help/

1 change: 1 addition & 0 deletions temporal_cloud/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
44 changes: 44 additions & 0 deletions temporal_cloud/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"manifest_version": "2.0.0",
"app_uuid": "4fc358f8-ab2d-43ae-86e5-129ef4e4e6a1",
"app_id": "temporal-cloud",
"display_on_public_website": false,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "<FILL IN - A brief description of what this offering provides>",
"title": "Temporal Cloud",
"media": [],
"classifier_tags": [
"Category::Metrics",
"Offering::Integration",
"Submitted Data Type::Metrics"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 32597071,
"source_type_name": "Temporal Cloud",
"events": {
"creates_events": false
},
"metrics": {
"prefix": "temporal_cloud.",
"check": [],
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
}
},
"author": {
"support_email": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
}
}
1 change: 1 addition & 0 deletions temporal_cloud/metadata.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric,sample_tags

0 comments on commit 59e8e20

Please sign in to comment.