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 +``` +