Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trace4cats/trace4cats-jaeger-integration-test
Integration test for Trace4Cats and Jaeger
https://github.com/trace4cats/trace4cats-jaeger-integration-test
cats distributed-tracing jaeger opentelemetry scala trace4cats tracing
Last synced: 15 days ago
JSON representation
Integration test for Trace4Cats and Jaeger
- Host: GitHub
- URL: https://github.com/trace4cats/trace4cats-jaeger-integration-test
- Owner: trace4cats
- License: mit
- Created: 2021-06-18T11:41:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-19T21:28:14.000Z (6 months ago)
- Last Synced: 2024-11-15T22:40:31.808Z (3 months ago)
- Topics: cats, distributed-tracing, jaeger, opentelemetry, scala, trace4cats, tracing
- Language: Scala
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Trace4Cats Jaeger integration test
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/trace4cats/trace4cats-jaeger-integration-test/Continuous%20Integration)](https://github.com/trace4cats/trace4cats-jaeger-integration-test/actions?query=workflow%3A%22Continuous%20Integration%22)
[![GitHub stable release](https://img.shields.io/github/v/release/trace4cats/trace4cats-jaeger-integration-test?label=stable&sort=semver)](https://github.com/trace4cats/trace4cats-jaeger-integration-test/releases)
[![GitHub latest release](https://img.shields.io/github/v/release/trace4cats/trace4cats-jaeger-integration-test?label=latest&include_prereleases&sort=semver)](https://github.com/trace4cats/trace4cats-jaeger-integration-test/releases)
[![Maven Central early release](https://img.shields.io/maven-central/v/io.janstenpickle/trace4cats-jaeger-integration-test_2.13?label=early)](https://maven-badges.herokuapp.com/maven-central/io.janstenpickle/trace4cats-jaeger-integration-test_2.13)
[![Join the chat at https://gitter.im/trace4cats/community](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/trace4cats/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)Integration test for the [Trace4Cats] modules and [Jaeger].
Add it to your `build.sbt`:
```scala
"io.janstenpickle" %% "trace4cats-jaeger-integration-test" % "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
[Jaeger]: https://www.jaegertracing.io/