Skip to content

Commit 0721f10

Browse files
committed
Include Valkey Swift in the list of supporting libraries
1 parent df563c9 commit 0721f10

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This project uses the context propagation type defined independently in:
1616

1717
## Compatibility
1818

19-
This project is designed in a very open and extensible manner, such that various instrumentation and tracing systems can be built on top of it.
19+
This project is designed in a very open and extensible manner, such that various instrumentation and tracing systems can be built on top of it.
2020

2121
The purpose of the tracing package is to serve as common API for all tracer and instrumentation implementations. Thanks to this, libraries may only need to be instrumented once, and then be used with any tracer which conforms to this API.
2222

2323
<a name="backends"></a>
2424
### Tracing Backends
25-
25+
2626
Compatible `Tracer` implementations:
2727

2828
| Library | Status | Description |
@@ -40,7 +40,8 @@ As this API package was just released, no projects have yet fully adopted it, th
4040
|--------------------------|----------------|-------------------------------------------------------|
4141
| [Hummingbird](https://github.com/hummingbird-project/hummingbird) | Tracing | 🟢 Built-in support |
4242
| [Vapor](https://github.com/vapor/vapor) | Tracing | 🟢 Built-in support |
43-
| _Your library?_ | ... | [Get in touch!](https://forums.swift.org/c/server/43) |
43+
| [Valkey Swift](https://github.com/valkey-io/valkey-swift) | Tracing | 🟢 Built-in support |
44+
| _Your library?_ | ... | [Get in touch!](https://forums.swift.org/c/server/43) |
4445

4546
If you know of any other library please send in a [pull request](https://github.com/apple/swift-distributed-tracing/compare) to add it to the list, thank you!
4647

0 commit comments

Comments
 (0)