Skip to content

Commit 3694e89

Browse files
committed
[nop] Misc housekeeping
1 parent 0ed3606 commit 3694e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It works great with [Telemere](https://www.taoensso.com/telemere) and [Truss](ht
1717
1818
## Latest release/s
1919

20-
- `2025-04-21` `v3.0.0-beta1`: (forthcoming) [release info](../../releases/tag/v3.0.0-beta1) (v3 shares a common filter and handler API with [Telemere](https://www.taoensso.com/telemere))
20+
- `2025-04-21` `v3.0.0-beta1`: (forthcoming) [release info](../../releases/tag/v3.0.0-beta1) (shares filter + handler API with [Telemere](https://www.taoensso.com/telemere))
2121
- `2025-04-15` `v2.7.0`: (stable) [release info](../../releases/tag/v2.7.0)
2222

2323
[![Main tests][Main tests SVG]][Main tests URL]
@@ -32,8 +32,8 @@ See [here][GitHub releases] for earlier releases.
3232
- **Metrics as Clojure maps**: easily aggregate, **analyse**, log, serialize to db, etc.
3333
- **Tiny**, flexible API: [`p`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#p), [`profiled`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#profiled), [`profile`](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#profile).
3434
- Full support for **thread-local** and dynamic (**multi-threaded**) profiling.
35-
- Shared [filter](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#help:filters) API with [Telemere](https://www.taoensso.com/telemere): **conditionally activate profiling** by namespace, id pattern, level, level by namespace pattern, etc.
36-
- Shared [handler](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#help:handler-dispatch-options) API with [Telemere](https://www.taoensso.com/telemere): fully configurable **a/sync dispatch**, **sampling**, **rate limiting**, **back-pressure monitoring**, etc.
35+
- Rich [filtering](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#help:filters): **conditionally activate profiling** by namespace, id pattern, level, level by namespace pattern, etc.
36+
- Rich a/sync [handling](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#help:handler-dispatch-options): with sampling, rate limiting, back-pressure monitoring, etc.
3737
- Includes handlers for [Telemere](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte.telemere#handler:telemere), [Timbre](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte.timbre#handler:timbre), and [consoles](https://cljdoc.org/d/com.taoensso/tufte/CURRENT/api/taoensso.tufte#handler:console) (`*out*`, etc.).
3838

3939
## Quick example

0 commit comments

Comments
 (0)