Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SAASINT-3456] DDSaaS: BlazeMeter: Crawler Integration without Assets #19184

Merged
merged 8 commits into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ integration/azure_active_directory:
- azure_active_directory/**/*
integration/azure_iot_edge:
- azure_iot_edge/**/*
integration/blazemeter:
- blazemeter/**/*
integration/boundary:
- boundary/**/*
integration/brevo:
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 @@
[]
44 changes: 44 additions & 0 deletions blazemeter/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"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",
"Offering::Integration",
"Submitted Data Type::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
Loading