https://github.com/trace4cats/trace4cats-tail-sampling-extras
Extra decision stores for tail sampling in Trace4Cats
https://github.com/trace4cats/trace4cats-tail-sampling-extras
cats distributed-tracing scala tail-sampling trace4cats tracing
Last synced: about 1 year ago
JSON representation
Extra decision stores for tail sampling in Trace4Cats
- Host: GitHub
- URL: https://github.com/trace4cats/trace4cats-tail-sampling-extras
- Owner: trace4cats
- License: mit
- Created: 2021-06-09T12:08:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T21:29:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-29T16:56:59.202Z (about 1 year ago)
- Topics: cats, distributed-tracing, scala, tail-sampling, trace4cats, tracing
- Language: Scala
- Homepage:
- Size: 92.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Trace4Cats Tail Sampling Extras
[](https://github.com/trace4cats/trace4cats-tail-sampling-extras/actions?query=workflow%3A%22Continuous%20Integration%22)
[](https://github.com/trace4cats/trace4cats-tail-sampling-extras/releases)
[](https://github.com/trace4cats/trace4cats-tail-sampling-extras/releases)
[](https://maven-badges.herokuapp.com/maven-central/io.janstenpickle/trace4cats-tail-sampling-cache-store_2.13)
[](https://gitter.im/trace4cats/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://scala-steward.org)
[Caffeine]- and [Redis]-based decision stores for tail sampling in [Trace4Cats].
Add it to your `build.sbt`:
```scala
"io.janstenpickle" %% "trace4cats-tail-sampling-cache-store" % "0.14.0"
"io.janstenpickle" %% "trace4cats-tail-sampling-redis-store" % "0.14.0"
```
## Contributing
This project supports the [Scala Code of Conduct](https://typelevel.org/code-of-conduct.html) and aims that its channels
(mailing list, Gitter, github, etc.) to be welcoming environments for everyone.
[Trace4Cats]: https://github.com/trace4cats/trace4cats
[Caffeine]: https://github.com/ben-manes/caffeine
[Redis]: https://redis.io