fix title for tutorials

This commit is contained in:
yunwei37
2023-11-27 11:08:36 +08:00
parent cb8943f686
commit 15533a6af7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Exploring Seven-Layer Protocol Tracing with eBPF: HTTP and Beyond via Socket Filters and Syscall Tracing
# L7 Tracing with eBPF: HTTP and Beyond via Socket Filters and Syscall Tracepoints
In today's technology landscape, with the rise of microservices, cloud-native applications, and complex distributed systems, observability of systems has become a crucial factor in ensuring their health, performance, and security. Especially in a microservices architecture, application components may be distributed across multiple containers and servers, making traditional monitoring methods often insufficient to provide the depth and breadth needed to fully understand the behavior of the system. This is where observing seven-layer protocols such as HTTP, gRPC, MQTT, and more becomes particularly important.