What problem does it solve?
This Skill simplifies the management of Datadog APM (Application Performance Monitoring) configurations, allowing users to efficiently handle retention filters and create custom metrics for deeper insights into application performance.
Core Features & Use Cases
- Retention Filters Management: Create, update, delete, list, reorder, and sample rates for retention filters to control indexed spans and generate metrics.
- Span-Based Metrics Creation: Generate custom metrics from distributed traces to monitor performance and create custom dashboards.
- Use Case: For a DevOps engineer who needs to optimize the performance of a web application, this Skill can be used to create retention filters to retain critical spans and generate metrics to track response times and error rates.
Quick Start
Use the apm-configuration skill to create a retention filter for span indexing with the following command: create-retention-filter --name "Critical Transactions" --query "service:web AND @duration:>2s" --rate 1.0 --enabled true