Add BC Telemetry Buddy (Waldo) to Tools list
This commit is contained in:
parent
28adab2c0a
commit
e6477e447d
2 changed files with 37 additions and 0 deletions
|
|
@ -84,6 +84,15 @@ Each MCP server below has its own dedicated page with detailed information, setu
|
|||
|
||||
---
|
||||
|
||||
### [BC Telemetry Buddy (Waldo)](waldo-bctelemetrybuddy.md)
|
||||
|
||||
**Key Features**:
|
||||
- Simple helpers for collecting Business Central telemetry
|
||||
- Forward telemetry events to a custom endpoint for analysis
|
||||
- Lightweight and easy to add to development workflows
|
||||
|
||||
---
|
||||
|
||||
## Contributing Tools
|
||||
|
||||
**Created a tool for AI-assisted AL development?**
|
||||
|
|
|
|||
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
title: "BC Telemetry Buddy (Waldo)"
|
||||
linkTitle: "BC Telemetry Buddy"
|
||||
weight: 7
|
||||
description: >
|
||||
A small utility to help collect and forward Business Central telemetry for analysis and debugging.
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
BC Telemetry Buddy (by Waldo) is a community tool that simplifies collecting telemetry from Business Central extensions and forwarding events to analysis endpoints. It's useful for teams who want lightweight telemetry during development or targeted diagnostics in production-like environments.
|
||||
|
||||
**Publisher**: [waldo1001](https://github.com/waldo1001)
|
||||
|
||||
---
|
||||
|
||||
## Key Features
|
||||
|
||||
- Easy instrumentation helpers for common telemetry scenarios
|
||||
- Lightweight forwarding to custom endpoints
|
||||
- Works well in development environments and with local testing setups
|
||||
- Simple configuration and minimal dependencies
|
||||
|
||||
---
|
||||
|
||||
## Links
|
||||
|
||||
- **GitHub**: https://github.com/waldo1001/waldo.BCTelemetryBuddy
|
||||
Loading…
Add table
Add a link
Reference in a new issue