Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
valerauko committed Mar 21, 2024
1 parent faa0c9c commit ad0a66c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Clojure library for tracing (possibly async) applications with Datadog.

Available on Clojars.

```
```clj
[jp.studist/sleepydog "0.2.0"]
```

Expand Down Expand Up @@ -69,6 +69,6 @@ If you want to mark an entire request as "errored", then combine this with `root
{:status 500 :body (.getMessage ex)}))))
```

### Tracing carmine
### Tracing Carmine

You can enable tracing for the [carmine Redis library](https://github.com/taoensso/carmine) by using `sleepy.dog.carmine/trace-carmine!`. The traces will be reported mimicking the way how Datadog auto-instruments Jedis or the Ruby redis gem.
You can enable tracing for the [Carmine Redis library](https://github.com/taoensso/carmine) by using `sleepy.dog.carmine/trace-carmine!`. The traces will be reported mimicking the way how Datadog auto-instruments Jedis or the Ruby redis gem.

0 comments on commit ad0a66c

Please # to comment.