Détails
- 4 Sections
- 45 Lessons
- 5 Hours
Expand all sectionsCollapse all sections
- Bonnes pratiques de journalisation pour les microservices10
- 1.1Why Log Application Events?
- 1.2Observability
- 1.3Logging Options in Node.js
- 1.4Observability
- 1.5Logging Formats
- 1.6Best Practices for Logging Microservices
- 1.7Demo: Enabling and Configuring Logs in a Node.js Application
- 1.8[PLAY – DEMO]45 Minutes
- 1.9[PLAY – DEMO 2 Logging with winston and Morgan – part 2]
- 1.10[PLAY – DEMO 3 Logging with Morgan and winston – End]
- Implementing Centralized Logging with ELK Stack17
- 2.1What is the ELK Stack?5 Minutes
- 2.2Installing the ELK Stack
- 2.3Demo: Installing ELK
- 2.4[PLAY – DEMO DEPLOY ELK]
- 2.5[PLAY – DEMO – Configure Transport to Leasticsearch]
- 2.6Log Engineering with Logstash10 Minutes
- 2.7Demo: Logstash
- 2.8[PLAY – DEMO – Send logs to Logstash]
- 2.9[PLAY – Send Logs with Filebeat]
- 2.10Storing Logs with Elasticsearch
- 2.11Demo: Interacting with Elasticsearch via Kibana DevTools
- 2.12[PLAY – DEMO Loggins with ELK]
- 2.13Visualizing Logs with Kibana
- 2.14[PLAY – DEMO – Visualizing Logs with Kibana]
- 2.15Optimizing the Implementation of the ELK Stack
- 2.16Case Study: Problem to Solve
- 2.17[PLAY – DEMO – Seach problems]
- Monitoring Microservices with Prometheus and Grafana9
- 3.1Objectives of Microservice Monitoring
- 3.2Monitoring with Prometheus and Grafana
- 3.3Demo: Deploying Prometheus and Grafana
- 3.4[PLAY – DEMO Deploying Prometheus and Grafana]
- 3.5Demo: Instrumenting Node.js Microservices
- 3.6[PLAY – DEMO Instrumenting Node.js Microservices]
- 3.7Demo: Creating Dashboards with Grafana for Metric Visualization
- 3.8Demo: Configuring Alerts
- 3.9[ PLAY – DEMO Dashboards with Grafana for Metric Visualization]
- Traçage distribué avec Jaeger ou Zipkin9
- 4.1Overcoming Logging Challenges in Microservice Architectures
- 4.2Demo: Running Jaeger and Zipkin with Docker Compose
- 4.3[ PLAY – DEMO Deploy Jaeger-Zipkin]
- 4.4Context Propagation in Distributed Tracing
- 4.5Demo: Tracing Logs with Zipkin
- 4.6[PLAY – DEMO – Tracing logs with Zipkin]
- 4.7Demo: Tracing Logs with Jaeger
- 4.8[PLAY – DEMO – Tracing logs with Jaeger]
- 4.9Demo: Tracing with OpenTelemetry