Daniel Baptista Dias
Daniel Baptista Dias
In current version of `bunny `, we have a method to check if a `Bunny::Session` is blocked when [RabbitMQ has some issue](http://reference.rubybunny.info/Bunny/Session.html#blocked%3F-instance_method). I'm adding this method here with `blocked?` always...
Some users have an observability architecture using Jaeger as a Data Store and Open Search as a backend for Jaeger. Example: https://discord.com/channels/884464549347074049/1149843299537014894/1150890190366326825 We need to create documentation about this scenario...
**Describe the enhancement you'd like to see** Sometimes, a user wants to have a way to "authenticate" its traces and guarantee that legitimate traces will not be bloated by external...
If a user tries to run a TraceID trigger with an OLTP-based provider (providers that require OTel Collector integration), they receive unexpected responses from Tracetest, since we cannot query for...
We need to research how we can add a trigger for messaging systems (message queues / streams) on Tracetest (Kafka, RabbitMQ, etc) and plan how to include this feature on...
On RC versions, our CLI installs on Kubernetes only the last stable version `v0.13.0` instead of the RC version `v0.13.1-rc.1`. _Originally posted by @danielbdias in https://github.com/kubeshop/tracetest/discussions/3015#discussioncomment-6608276_
We can improve our setup on Tracetest to help users to start contributing with Tracetest quickly. We need to check which Codespaces features we can use to help them and...
If a user provided an invalid `provisioning.yaml` for Tracetest, the provisioning can fail with few log messages, giving no hint on what happened to the user. Also, since the Tracetest...
**Describe the enhancement you'd like to see** Today we have Tracetest server logs made using golang `log` and `fmt` packages, making it difficult to define a log level or do...
Team, while I was doing some tests for the OTel article, I noticed a weird behavior on traces generated on Tracetest Tests: - For some weird reason (probably, because of...