| name | blazemeter-integrations |
| description | Comprehensive guide for BlazeMeter Integrations, including APM tools, CI/CD pipelines, and development tools. Use when working with integrations for (1) Integrating APM tools (AppDynamics, Datadog, New Relic, CloudWatch, DX APM, Dynatrace, Delphix), (2) Integrating CI/CD tools (Jenkins, GitHub Actions, GitLab CI/CD, Azure DevOps, AWS CodePipeline, Bamboo, TeamCity, CircleCI, Codeship), (3) Using development tools (Visual Studio Code Plugin, MCP Server), or any other integration tasks. |
BlazeMeter Integrations
Comprehensive guide for integrating BlazeMeter with APM tools, CI/CD pipelines, and development tools.
Overview
BlazeMeter integrates with various third-party tools for APM monitoring, CI/CD automation, and development workflows. This skill covers APM integrations, CI/CD plugins, and development tools.
Quick Start
- APM Tools: Integrate with Application Performance Monitoring tools
- CI/CD: Integrate with continuous integration and deployment pipelines
- Development Tools: Use Visual Studio Code plugin and MCP Server
MCP Tools Integration
BlazeMeter MCP tools are themselves part of the integration ecosystem. The MCP Server provides programmatic access to BlazeMeter, and the tools can be used to automate integration workflows.
Available MCP Tools
User Management:
blazemeter_userwith actionread_user- Read current user information
Account Management:
blazemeter_accountwith actionread- Read account informationblazemeter_accountwith actionlist- List all accounts
Workspace Management:
blazemeter_workspaceswith actionread- Read workspace detailsblazemeter_workspaceswith actionlist- List all workspacesblazemeter_workspaceswith actionread_locations- Get location lists
Project Management:
blazemeter_projectwith actionread- Read project informationblazemeter_projectwith actionlist- List all projects
Test Management:
blazemeter_testswith actionread- Read test detailsblazemeter_testswith actionlist- List all testsblazemeter_testswith actioncreate- Create new tests
Execution Management:
blazemeter_executionwith actionread- Read execution detailsblazemeter_executionwith actionlist- List all executionsblazemeter_executionwith actionstart- Start test executionblazemeter_executionwith actionread_summary- Get summary reportblazemeter_executionwith actionread_errors- Get error report
When to Use MCP Tools
- Automation: Automate integration workflows and test management
- CI/CD Integration: Use MCP tools in CI/CD pipelines for test execution
- Programmatic Access: Access BlazeMeter programmatically for custom integrations
- Workflow Automation: Build custom workflows using MCP tools
Example Workflows
Automating CI/CD Integration:
- Use
blazemeter_testswith actionlistto find tests - Use
blazemeter_executionwith actionstartto execute tests - Use
blazemeter_executionwith actionread_summaryto get results - Use results to set CI/CD pipeline status
Managing APM Integrations:
- Use
blazemeter_workspaceswith actionreadto get workspace details - Access APM credential information
- Use workspace information for APM integration setup
Reference Files
APM
- apm.md: Integrate with AppDynamics, Integrate with Datadog, Integrate with Delphix, New Relic APM, Set Up AWS IAM for CloudWatch
CI/CD
- cicd.md: Jenkins Plugin Guide, Bamboo Plugin, TeamCity Plugin, ShiftLeft Converter for LoadRunner, Testing via AWS CodePipeline, Testing via Azure DevOps Pipeline
Development Tools
- development-tools.md: BlazeMeter Visual Studio Code Plugin, BlazeMeter MCP Server, BlazeMeter MCP Server Tools
When to Use Each Reference
- APM: When integrating with Application Performance Monitoring tools
- CI/CD: When integrating with continuous integration and deployment pipelines
- Development Tools: When using Visual Studio Code plugin or MCP Server for local development