home / skills / dexploarer / hyper-forge / metrics-pipeline-builder
This skill helps you build scalable metrics pipelines with Prometheus, Grafana, and custom exporters for reliable observability.
npx playbooks add skill dexploarer/hyper-forge --skill metrics-pipeline-builderReview the files below or copy the command above to add this skill to your agents.
---
name: metrics-pipeline-builder
description: Build metrics collection pipelines using Prometheus, Grafana, and custom exporters
allowed-tools: [Read, Write, Edit, Bash, Grep, Glob]
---
# metrics pipeline builder
Build metrics collection pipelines using Prometheus, Grafana, and custom exporters
## When to Use
This skill activates when you need to build metrics collection pipelines using prometheus, grafana, and custom exporters.
## Quick Example
```yaml
# Configuration example for metrics-pipeline-builder
# See full documentation in the skill implementation
```
## Best Practices
- ✅ Follow industry standards
- ✅ Document all configurations
- ✅ Test thoroughly before production
- ✅ Monitor and alert appropriately
- ✅ Regular maintenance and updates
## Related Skills
- `microservices-orchestrator`
- `compliance-auditor`
- Use `enterprise-architect` agent for design consultation
## Implementation Guide
[Detailed implementation steps would go here in production]
This skill provides comprehensive guidance for build metrics collection pipelines using prometheus, grafana, and custom exporters.
This skill helps you design and build observability pipelines using Prometheus, Grafana, and custom exporters. It focuses on collecting, transforming, and visualizing metrics for services and infrastructure in TypeScript-based platforms. The guidance is practical, implementation-focused, and suited for game-development backends and microservices.
The skill inspects your service topology and recommends where to place exporters and scrape jobs. It generates configuration fragments for Prometheus scrape_configs, service discovery patterns, and Grafana dashboards and panels. It also outlines patterns for writing lightweight TypeScript exporters and for exposing application metrics in standard formats.
Do you provide ready-to-run config snippets?
Yes. The skill generates recommended Prometheus scrape_configs, relabeling rules, and Grafana panel JSON fragments that you can adapt to your environment.
Can this handle high-cardinality metrics common in game telemetry?
The guidance emphasizes label cardinality limits and recommends aggregation and pre-aggregation in exporters to avoid excessive series growth.