baseline-monitoring

Define and enforce universal baseline metrics for Razorpay Go services.

31|4|Updated Aug 24, 2021
One-click install
npx skills add https://github.com/razorpay/trino-gateway --skill baseline-monitoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baseline-monitoring
Source: https://github.com/razorpay/trino-gateway/tree/main/.agents/skills/baseline-monitoring
Command: npx skills add https://github.com/razorpay/trino-gateway --skill baseline-monitoring

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Define and enforce universal baseline metrics for Razorpay services to ensure consistent observability.

Core Features & Use Cases

  • Identify and catalog universal baseline metric families that apply across service surfaces (HTTP, gRPC, workers, and infra-owned signals).
  • Serve as a governance checklist to verify that each service emits the required baseline and surface-conditional metrics and to guide dashboards and alerting.

Quick Start

Use the references index to determine required metric families for your surfaces and implement them in your monitoring stack.

Frequently Asked Questions about baseline-monitoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What baseline metrics should a Go service expose for consistent observability?

Baseline metrics for Go services include universal metric families across HTTP, gRPC, and background work surfaces, ensuring consistent telemetry coverage during development and incident reviews.

How do I enforce standard telemetry coverage across different service surfaces?

You enforce standard telemetry coverage by applying a governance checklist that verifies each service emits required surface-conditional metrics for HTTP, gRPC, and background workers.

Does this baseline monitoring approach apply to gRPC and background workers?

Yes, baseline monitoring applies to gRPC and background workers by specifying surface-conditional metrics required alongside universal baseline metric families for comprehensive observability.

How do I use the references index to set up service dashboards and alerting?

Use the references index to determine required metric families for your specific surfaces, then implement those baseline metrics in your monitoring stack to guide dashboards and alerting.

When should I review universal baseline metrics during incident response?

Review universal baseline metrics during incident reviews to verify service observability, checking whether required HTTP, gRPC, and background worker telemetry was properly emitted.