Packs/Performance Monitoring

Performance Monitoring

📊 observability

APM and performance analysis - slow transactions, latency, throughput

by observability-teamv1.0.01,567 installs5 skills

Install

moltler pack install performance-monitoring

Or install individual skills from the list below.

Included Skills (5)

get_slow_transactions@1.0.0
View →
get_service_latency@1.0.0
Pack only
get_throughput_stats@1.0.0
Pack only
detect_performance_regression@1.0.0
Pack only
compare_deployments@1.0.0
Pack only

Pack Definition

CREATE SKILL PACK performance_monitoring
VERSION '1.0.0'
DESCRIPTION 'APM and performance analysis - slow transactions, latency, throughput'
AUTHOR 'observability-team'
SKILLS [
    get_slow_transactions@1.0.0,
    get_service_latency@1.0.0,
    get_throughput_stats@1.0.0,
    detect_performance_regression@1.0.0,
    compare_deployments@1.0.0
];