@itentialopensource/adapter-datadog 0.9.0 → 0.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/SYSTEMINFO.md +5 -5
- package/TAB2.md +3 -3
- package/compliance-report.json +9 -0
- package/compliance-report.txt +5 -0
- package/metadata.json +2 -1
- package/package.json +9 -9
- package/refs?service=git-upload-pack +0 -0
- package/test/unit/adapterTestUnit.js +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.9.2 [08-07-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.08.06_21:51PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-datadog!15
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.9.1 [05-01-2024]
|
|
11
|
+
|
|
12
|
+
* Update file SYSTEMINFO.md
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/telemetry-analytics/adapter-datadog!14
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.9.0 [05-01-2024]
|
|
3
19
|
|
|
4
20
|
* 2024 Adapter Migration
|
package/SYSTEMINFO.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Datadog
|
|
2
2
|
|
|
3
|
-
Vendor:
|
|
4
|
-
Homepage: https://
|
|
3
|
+
Vendor: Datadog
|
|
4
|
+
Homepage: https://www.datadoghq.com/
|
|
5
5
|
|
|
6
|
-
Product:
|
|
7
|
-
Product Page: https://
|
|
6
|
+
Product: Datadog
|
|
7
|
+
Product Page: https://www.datadoghq.com/
|
|
8
8
|
|
|
9
9
|
## Introduction
|
|
10
10
|
We classify datadog into the Telemetry Analytics domain as datadog is monitoring and analytics tool for information technology (IT) and DevOps teams.
|
package/TAB2.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Datadog
|
|
2
2
|
|
|
3
3
|
## Table of Contents
|
|
4
4
|
|
|
@@ -302,7 +302,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
```
|
|
305
|
-
### [Swagger](https://gitlab.com/itentialopensource/adapters/
|
|
305
|
+
### [Swagger](https://gitlab.com/itentialopensource/adapters/adapter-datadog/-/blob/master/report/adapter-openapi.json)
|
|
306
306
|
|
|
307
|
-
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/
|
|
307
|
+
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-datadog/-/blob/master/README.md)
|
|
308
308
|
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
---------------------------------------------------------------------------------------------
|
|
2
|
+
**** Project Compliance Summary ****
|
|
3
|
+
0 project(s) are not valid
|
|
4
|
+
0 project(s) are valid
|
|
5
|
+
---------------------------------------------------------------------------------------------
|
package/metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-datadog",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "This adapter integrates with system: Datadog.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"systemName": "Datadog",
|
|
@@ -54,22 +54,22 @@
|
|
|
54
54
|
"author": "Itential",
|
|
55
55
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-datadog#readme",
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
58
|
-
"acorn": "^8.
|
|
59
|
-
"ajv": "^8.
|
|
60
|
-
"axios": "^1.
|
|
57
|
+
"@itentialopensource/adapter-utils": "^5.6.0",
|
|
58
|
+
"acorn": "^8.12.1",
|
|
59
|
+
"ajv": "^8.17.1",
|
|
60
|
+
"axios": "^1.7.2",
|
|
61
61
|
"commander": "^11.0.0",
|
|
62
62
|
"dns-lookup-promise": "^1.0.4",
|
|
63
|
-
"fs-extra": "^11.
|
|
63
|
+
"fs-extra": "^11.2.0",
|
|
64
64
|
"json-query": "^2.2.2",
|
|
65
|
-
"mocha": "^10.
|
|
65
|
+
"mocha": "^10.7.0",
|
|
66
66
|
"mocha-param": "^2.0.1",
|
|
67
67
|
"mongodb": "^4.16.0",
|
|
68
68
|
"ping": "^0.4.4",
|
|
69
69
|
"prompts": "^2.4.2",
|
|
70
70
|
"readline-sync": "^1.4.10",
|
|
71
|
-
"semver": "^7.
|
|
72
|
-
"winston": "^3.
|
|
71
|
+
"semver": "^7.6.3",
|
|
72
|
+
"winston": "^3.13.1"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"chai": "^4.3.7",
|
|
Binary file
|
|
@@ -314,16 +314,16 @@ describe('[unit] Datadog Adapter Test', () => {
|
|
|
314
314
|
assert.notEqual(undefined, packageDotJson.dependencies);
|
|
315
315
|
assert.notEqual(null, packageDotJson.dependencies);
|
|
316
316
|
assert.notEqual('', packageDotJson.dependencies);
|
|
317
|
-
assert.equal('^8.
|
|
318
|
-
assert.equal('^1.
|
|
317
|
+
assert.equal('^8.17.1', packageDotJson.dependencies.ajv);
|
|
318
|
+
assert.equal('^1.7.2', packageDotJson.dependencies.axios);
|
|
319
319
|
assert.equal('^11.0.0', packageDotJson.dependencies.commander);
|
|
320
|
-
assert.equal('^11.
|
|
321
|
-
assert.equal('^10.
|
|
320
|
+
assert.equal('^11.2.0', packageDotJson.dependencies['fs-extra']);
|
|
321
|
+
assert.equal('^10.7.0', packageDotJson.dependencies.mocha);
|
|
322
322
|
assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
|
|
323
323
|
assert.equal('^0.4.4', packageDotJson.dependencies.ping);
|
|
324
324
|
assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
|
|
325
|
-
assert.equal('^7.
|
|
326
|
-
assert.equal('^3.
|
|
325
|
+
assert.equal('^7.6.3', packageDotJson.dependencies.semver);
|
|
326
|
+
assert.equal('^3.13.1', packageDotJson.dependencies.winston);
|
|
327
327
|
done();
|
|
328
328
|
} catch (error) {
|
|
329
329
|
log.error(`Test Failure: ${error}`);
|