From 4b93f1341d621cacb9bef13d178d85fb0d20125c Mon Sep 17 00:00:00 2001 From: mhshahin Date: Tue, 15 Nov 2022 23:18:08 +0330 Subject: [PATCH] Updated readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 200e419..6024565 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ -# artemis \ No newline at end of file +# Artemis + +Artemis allows you to easily integrate golang's `httptrace` package to your existing code and instrument the HTTP requests. It will then expose its metrics to Promethus and you'd be able to visualize them in Grafana. + +### Installation +``` +go get github.com/mhshahin/artemis +``` +