From 1bfa3d316cda1f761915e01f049495209a175cd5 Mon Sep 17 00:00:00 2001 From: Prashant Shahi <11138844+coolboi567@users.noreply.github.com> Date: Wed, 24 Apr 2019 13:41:31 +0530 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6f295b..d1cc0ff 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# Kredaro-APM +# Shadow APM +Shadow APM is the a request simulator for a microservice architecture. It stores all of the request signature in a database(MongoDB), which can be simulated later. Elastic APM agent is need to be integrated and hence configured to capture the request body. +This project is compatible with all of the [APM Agents by Elastic](https://www.elastic.co/guide/en/apm/agent/index.html). +Shadow APM can run individually or alongside [APM Server by Elastic](https://github.com/elastic/apm-server) by shadowing the traffic using tools like [GoReplay](https://github.com/buger/goreplay) or [GoDuplicator](https://github.com/mkevac/goduplicator). + +## WORK ON PROGESS +There are lots of improvement that can be done. Help will be really appreciated. Feel free to send a PR. + +You can also reach me at `coolboi567@gmail.com`.