From 5431333b1a4e3893b4fe679f9353c9b6d6555b0b Mon Sep 17 00:00:00 2001 From: Pranay Prateek Date: Sat, 17 Jul 2021 19:18:41 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e4de5d4ad..a16dfa1e55 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Please follow the steps listed [here](https://signoz.io/docs/deployment/helm_cha ## Comparisons to Familiar Tools -### SigNoz and Prometheus +### SigNoz vs Prometheus Prometheus is good if you want to do just metrics. But if you want to have a seamless experience between metrics and traces, then current experience of stitching together Prometheus & Jaeger is not great. @@ -102,7 +102,7 @@ Our goal is to provide an integrated UI between metrics & traces - similar to wh

 

-### SigNoz and Jaeger +### SigNoz vs Jaeger Jaeger only does distributed tracing. SigNoz does both metrics and traces, and we also have log management in our roadmap.