monitoring

Integrate Prometheus, Grafana, Loki, and OpenTelemetry for Kubernetes observability.

1|Updated Nov 18, 2025
One-click install
npx skills add https://github.com/pluginagentmarketplace/custom-plugin-kubernetes --skill monitoring-pluginagentmarketplace
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitoring
Source: https://github.com/pluginagentmarketplace/custom-plugin-kubernetes/tree/main/skills/monitoring
Command: npx skills add https://github.com/pluginagentmarketplace/custom-plugin-kubernetes --skill monitoring-pluginagentmarketplace

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Production-grade Kubernetes observability is complex; this skill provides a unified approach to collect, correlate, and act on metrics, logs, and traces across clusters.

Core Features & Use Cases

  • Prometheus metrics: collect and query cluster and workload metrics for uptime and performance.
  • Loki logging: centralize logs for rapid incident triage and debugging.
  • OpenTelemetry tracing: capture distributed traces to diagnose service interactions.
  • SLO-based alerting: define reliability targets and auto-generate alerts when violations occur.
  • Dashboards & workflows: Grafana dashboards and guided runbooks for operators.
  • Use Case: When latency spikes occur, cross-correlate metrics, logs, and traces to identify bottlenecks and implement remediation.

Quick Start

Install and configure the monitoring stack in your cluster, then run the skill to produce initial metrics, logs, and alert recommendations.

Frequently Asked Questions about monitoring

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

FAQPage Schema
How do I set up Kubernetes observability using Prometheus and Grafana?

Kubernetes observability using Prometheus and Grafana requires installing the monitoring stack in your cluster and configuring data sources to collect cluster metrics, centralize logs, and produce actionable alert recommendations.

What is the best way to correlate metrics, logs, and traces for incident response?

The best way to correlate metrics, logs, and traces for incident response is cross-referencing Prometheus metrics, Loki logs, and OpenTelemetry traces to identify latency bottlenecks and implement guided remediation workflows.

Can I generate alerts automatically from SLO violations in Prometheus?

Yes, you can generate alerts automatically from SLO violations in Prometheus by defining reliability targets within the monitoring stack, which triggers alerts when those specific SLO thresholds are violated.

Does this monitoring approach work with OpenTelemetry for distributed tracing?

This monitoring approach works directly with OpenTelemetry for distributed tracing by capturing service interactions, allowing operators to diagnose complex workload behaviors across production Kubernetes environments.

How do I centralize Kubernetes logs with Loki for rapid debugging?

You centralize Kubernetes logs with Loki for rapid debugging by configuring the logging component within the monitoring stack, enabling operators to rapidly triage incidents and query centralized workload logs.

Do I need pre-configured Grafana dashboards to monitor cluster workloads?

You need pre-configured Grafana dashboards and data sources to effectively monitor cluster workloads, as the skill relies on these configured components to produce initial metrics, logs, and actionable recommendations.