Skip to content

Commit ef5f3aa

Browse files
[SAASINT-3456] DDSaaS: BlazeMeter: Crawler Integration without Assets (#19184)
* BlazeMeter without assets * classifier tags updated * Included CODEOWNERS in assets PR hence omitted * Reverted CODEOWNERS
1 parent e603568 commit ef5f3aa

File tree

6 files changed

+96
-0
lines changed

6 files changed

+96
-0
lines changed

.github/workflows/config/labeler.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ integration/azure_active_directory:
8989
- azure_active_directory/**/*
9090
integration/azure_iot_edge:
9191
- azure_iot_edge/**/*
92+
integration/blazemeter:
93+
- blazemeter/**/*
9294
integration/boundary:
9395
- boundary/**/*
9496
integration/brevo:

blazemeter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - BlazeMeter
2+
3+
## 1.0.0 / 2024-12-03
4+
5+
***Added***:
6+
7+
* Initial Release

blazemeter/README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## Overview
2+
3+
This check monitors [BlazeMeter][1].
4+
5+
## Setup
6+
7+
### Installation
8+
9+
The BlazeMeter check is included in the [Datadog Agent][2] package.
10+
No additional installation is needed on your server.
11+
12+
### Configuration
13+
14+
!!! Add list of steps to set up this integration !!!
15+
16+
### Validation
17+
18+
!!! Add steps to validate integration is functioning as expected !!!
19+
20+
## Data Collected
21+
22+
### Metrics
23+
24+
BlazeMeter does not include any metrics.
25+
26+
### Service Checks
27+
28+
BlazeMeter does not include any service checks.
29+
30+
### Events
31+
32+
BlazeMeter does not include any events.
33+
34+
## Troubleshooting
35+
36+
Need help? Contact [Datadog support][3].
37+
38+
[1]: **LINK_TO_INTEGRATION_SITE**
39+
[2]: https://app.datadoghq.com/account/settings/agent/latest
40+
[3]: https://docs.datadoghq.com/help/
41+

blazemeter/assets/service_checks.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

blazemeter/manifest.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"manifest_version": "2.0.0",
3+
"app_uuid": "8c52001a-e57a-4979-a50b-cda6252050e4",
4+
"app_id": "blazemeter",
5+
"display_on_public_website": false,
6+
"tile": {
7+
"overview": "README.md#Overview",
8+
"configuration": "README.md#Setup",
9+
"support": "README.md#Support",
10+
"changelog": "CHANGELOG.md",
11+
"description": "<FILL IN - A brief description of what this offering provides>",
12+
"title": "BlazeMeter",
13+
"media": [],
14+
"classifier_tags": [
15+
"Category::Metrics",
16+
"Offering::Integration",
17+
"Submitted Data Type::Metrics"
18+
]
19+
},
20+
"assets": {
21+
"integration": {
22+
"auto_install": false,
23+
"source_type_id": 33188074,
24+
"source_type_name": "BlazeMeter",
25+
"events": {
26+
"creates_events": false
27+
},
28+
"metrics": {
29+
"prefix": "blazemeter.",
30+
"check": [],
31+
"metadata_path": "metadata.csv"
32+
},
33+
"service_checks": {
34+
"metadata_path": "assets/service_checks.json"
35+
}
36+
}
37+
},
38+
"author": {
39+
"support_email": "[email protected]",
40+
"name": "Datadog",
41+
"homepage": "https://www.datadoghq.com",
42+
"sales_email": "[email protected]"
43+
}
44+
}

blazemeter/metadata.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric,sample_tags

0 commit comments

Comments
 (0)