Skip to content

Commit

Permalink
BlazeMeter without assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bparmar-crest committed Dec 3, 2024
1 parent 14c88c4 commit db8a066
Show file tree
Hide file tree
Showing 7 changed files with 99 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 @@ -243,6 +243,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
/wmi_check/manifest.json @DataDog/windows-agent @DataDog/agent-integrations @DataDog/documentation

# SaaS Integrations
/blazemeter/ @DataDog/saas-integrations
/blazemeter/*.md @DataDog/saas-integrations @DataDog/documentation
/blazemeter/manifest.json @DataDog/saas-integrations @DataDog/documentation
/blazemeter/metadata.csv @DataDog/saas-integrations @DataDog/documentation

/cisco_umbrella_dns/ @DataDog/saas-integrations
/cisco_umbrella_dns/*.md @DataDog/saas-integrations @DataDog/documentation
/cisco_umbrella_dns/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 @@ -79,6 +79,8 @@ integration/azure_active_directory:
- azure_active_directory/**/*
integration/azure_iot_edge:
- azure_iot_edge/**/*
integration/blazemeter:
- blazemeter/**/*
integration/boundary:
- boundary/**/*
integration/btrfs:
Expand Down
7 changes: 7 additions & 0 deletions blazemeter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# CHANGELOG - BlazeMeter

## 1.0.0 / 2024-12-03

***Added***:

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

This check monitors [BlazeMeter][1].

## Setup

### Installation

The BlazeMeter 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

BlazeMeter does not include any metrics.

### Service Checks

BlazeMeter does not include any service checks.

### Events

BlazeMeter 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 blazemeter/assets/service_checks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
42 changes: 42 additions & 0 deletions blazemeter/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"manifest_version": "2.0.0",
"app_uuid": "8c52001a-e57a-4979-a50b-cda6252050e4",
"app_id": "blazemeter",
"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": "BlazeMeter",
"media": [],
"classifier_tags": [
"Category::Metrics"
]
},
"assets": {
"integration": {
"auto_install": false,
"source_type_id": 33188074,
"source_type_name": "BlazeMeter",
"events": {
"creates_events": false
},
"metrics": {
"prefix": "blazemeter.",
"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 blazemeter/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 db8a066

Please sign in to comment.