From metrics-aggregator
Aggregates performance metrics from apps, systems, databases, caches, services into Prometheus, StatsD, or CloudWatch with unified naming. Guides config, dashboards, alerts for centralized monitoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/metrics-aggregator:aggregating-performance-metricsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Aggregate and centralize performance metrics from applications, databases, caches, and infrastructure into Prometheus, StatsD, or CloudWatch with unified naming conventions.
Aggregate and centralize performance metrics from applications, databases, caches, and infrastructure into Prometheus, StatsD, or CloudWatch with unified naming conventions.
This skill empowers Claude to streamline performance monitoring by aggregating metrics from diverse systems into a unified view. It simplifies the process of collecting, centralizing, and analyzing performance data, leading to improved insights and faster issue resolution.
This skill activates when you need to:
User request: "Aggregate application and system metrics into Prometheus."
The skill will:
User request: "Centralize database metrics and set up alerts for slow queries."
The skill will:
This skill integrates with other plugins that manage infrastructure, deploy applications, and monitor system health. For example, it can be used in conjunction with a deployment plugin to automatically configure metrics collection after a new application deployment.
If metrics aggregation fails:
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin metrics-aggregatorCollects metrics from compute, storage, network, containers, load balancers, and databases using Prometheus, Datadog, or CloudWatch. Configures agents, aggregation, and dashboards for performance monitoring and troubleshooting.
Creates a complete monitoring setup guide covering golden signals, alerts, dashboards, logs, and tracing. Use when asked to set up monitoring or define alerting strategy.
Prometheus instrumentation discipline: right metric type, right name, right labels. Invoke whenever task involves any interaction with Prometheus metrics — instrumenting application code, writing PromQL queries, defining alerting or recording rules, choosing metric types, managing label cardinality, building exporters, or reviewing monitoring configuration.