II.
LibraryProcess overview
Reference · livelib-process:devops-sre-platform--monitoring-setup
monitoring-setup overview
Monitoring and Observability Setup - Comprehensive process for implementing production-grade monitoring and observability infrastructure including metrics collection (Prometheus), visualization (Grafana), log aggregation (Loki/ELK), distributed tracing (Jaeger/Tempo), alerting, dashboards, and incident response. Covers the three pillars of observability with SLO-based monitoring and operational runbooks.
Attributes
displayName
monitoring-setup
description
Monitoring and Observability Setup - Comprehensive process for implementing production-grade
monitoring and observability infrastructure including metrics collection (Prometheus), visualization (Grafana),
log aggregation (Loki/ELK), distributed tracing (Jaeger/Tempo), alerting, dashboards, and incident response.
Covers the three pillars of observability with SLO-based monitoring and operational runbooks.
libraryPath
library/specializations/devops-sre-platform/monitoring-setup.js
specialization
devops-sre-platform
references
- - Google SRE Book - Monitoring: https://sre.google/sre-book/monitoring-distributed-systems/ - Prometheus Best Practices: https://prometheus.io/docs/practices/ - Grafana Documentation: https://grafana.com/docs/ - OpenTelemetry: https://opentelemetry.io/docs/ - The Three Pillars of Observability: https://www.oreilly.com/library/view/distributed-systems-observability/9781492033431/
example
const result = await orchestrate('specializations/devops-sre-platform/monitoring-setup', {
projectName: 'E-commerce Platform',
monitoringScope: 'full-stack', // 'application', 'infrastructure', 'full-stack'
platforms: ['Prometheus', 'Grafana', 'Loki', 'Jaeger'],
targetCoverage: 90,
environment: 'production',
services: ['api-gateway', 'payment-service', 'order-service', 'inventory-service'],
slos: {
availability: 99.9,
latencyP95: 200,
errorRate: 0.1
}
});
usesAgents
- general-purpose
Outgoing edges
lib_applies_to_domain1
- domain:devops·DomainDevOps
lib_belongs_to_specialization1
- specialization:devops-sre-platform·Specialization
lib_covers_topic1
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow1
- workflow:incident-response·Workflow
lib_involves_role2
- role:sre·Role
- role:devops-engineer·Role
lib_requires_skill_area2
- skill-area:observability-instrumentation·SkillAreaObservability Instrumentation
- skill-area:alerting-oncall·SkillAreaAlerting & On-Call Management
Incoming edges
None.