mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-10 23:27:23 +07:00
1.9 KiB
1.9 KiB
Data Visualisation - Grafana
A common tool that you will find cross-platform is Grafana, there are no doubt others but Grafana is a tool that I have seen spanning the virtual, cloud and cloud-native platforms so I wanted to cover this here in this section.
https://devops.com/making-data-work-data-visualization-techniques/
https://www.youtube.com/watch?v=YDtuwlNTzRc
Observability
I think we should also finish this section off with some discussion about Observability (metrics, logging, tracing and more recently you could also add profiling to the pillars of observability)
https://www.youtube.com/watch?v=orsxOxQNzDQ
https://www.youtube.com/watch?v=ZVKrN1RLetI
https://www.youtube.com/watch?v=SoZZzB-yTOk
Resources
- Understanding Logging: Containers & Microservices
- The Importance of Monitoring in DevOps
- Understanding Continuous Monitoring in DevOps?
- DevOps Monitoring Tools
- Top 5 - DevOps Monitoring Tools
- How Prometheus Monitoring works
- Introduction to Prometheus monitoring
- Promql cheat sheet with examples
- Log Management for DevOps | Manage application, server, and cloud logs with Site24x7
- Log Management what DevOps need to know
- What is ELK Stack?
- Fluentd simply explained
See you on Day 84