Skip to content

Commit

Permalink
[SAASINT-3564] DDSaaS: ServiceNow Performance: Crawler integration wi…
Browse files Browse the repository at this point in the history
…thout Assets (#19462)

* Servicenow Performance Integration without assets

* modified codeowners file

* updated integration descrption
  • Loading branch information
narendranandaniya-crest authored Feb 4, 2025
1 parent 487ed41 commit b3367c9
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@ integration/sap_hana:
- sap_hana/**/*
integration/scylla:
- scylla/**/*
integration/servicenow_performance:
- servicenow_performance/**/*
integration/shopify:
- shopify/**/*
integration/sidekiq:
Expand Down
7 changes: 7 additions & 0 deletions servicenow_performance/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - servicenow_performance

## 1.0.0 / 2025-01-07

***Added***:

* Initial Release
39 changes: 39 additions & 0 deletions servicenow_performance/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# ServiceNow Performance

## Overview

ServiceNow is a comprehensive platform that helps streamline and automate IT service, asset, security, and configuration management processes. It enables organizations to enhance operational efficiency, mitigate risks, and improve service delivery.

## Setup

### Configuration

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

### Validation

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

## Data Collected

### Logs

The ServiceNow integration collects and forwards Vulnerabilities logs to Datadog.

### Metrics

The ServiceNow integration collects and forwards Frameworks metrics to Datadog.

### Service Checks

The ServiceNow integration does not include any service checks.

### Events

The ServiceNow integration does not include any events.

## Troubleshooting

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

[1]: https://docs.datadoghq.com/help/
1 change: 1 addition & 0 deletions servicenow_performance/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
49 changes: 49 additions & 0 deletions servicenow_performance/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"manifest_version": "2.0.0",
"app_uuid": "3c9d29b9-e8c6-44ab-9c00-b32e7075896a",
"app_id": "servicenow-performance",
"display_on_public_website": false,
"tile": {
"overview": "README.md#Overview",
"configuration": "README.md#Setup",
"support": "README.md#Support",
"changelog": "CHANGELOG.md",
"description": "Gain insights into ServiceNow account data.",
"title": "ServiceNow Performance",
"media": [],
"classifier_tags": [
"Category::Log Collection",
"Category::Metrics",
"Submitted Data Type::Logs",
"Submitted Data Type::Metrics",
"Offering::Integration"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 36227889,
"source_type_name": "ServiceNow Performance",
"events": {
"creates_events": false
},
"metrics": {
"prefix": "servicenow_performance.",
"check": [],
"metadata_path": "metadata.csv"
},
"service_checks": {
"metadata_path": "assets/service_checks.json"
}
},
"logs": {
"source": "servicenow-performance"
}
},
"author": {
"support_email": "[email protected]",
"name": "Datadog",
"homepage": "https://www.datadoghq.com",
"sales_email": "[email protected]"
}
}
1 change: 1 addition & 0 deletions servicenow_performance/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 b3367c9

Please sign in to comment.