Prechádzať zdrojové kódy

readme: add link to the blog post "Building a service map using eBPF"

Nikolay Sivko 4 rokov pred
rodič
commit
16582f9904
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -15,6 +15,9 @@ Exported metrics are useful for:
 * Detecting connections errors from one service to another.
 * Detecting connections errors from one service to another.
 * Measuring network latency between containers, nodes and availability zones.
 * Measuring network latency between containers, nodes and availability zones.
 
 
+Related blog posts:
+ * [Building a service map using eBPF](https://coroot.com/blog/building-a-service-map-using-ebpf)
+
 ### Log patterns extraction
 ### Log patterns extraction
 
 
 Log management is usually quite expensive. In most cases, you do not need to analyze each event individually.
 Log management is usually quite expensive. In most cases, you do not need to analyze each event individually.