Matheus Nogueira

Results 59 comments of Matheus Nogueira

Sure, I'll improve the testing on this PR

Thanks for patching the docker image. It will be very helpful to test this feature. I'll take a look at this this weekend.

Closing this because this already exists in the current version

@kdhamric "Test name 1" would be the name of the test. ```yaml name: Test name 1 #

Instead of using `tracetest.span` we might have another class of tracetest attributes, such as: `tracetest.duration.sinceTrigger.start` and `tracetest.duration.sinceTrigger.end` (still not good names). Another possibility could be enabling expressions on the right...

## Design proposal ```mermaid flowchart TD Tracetest -- 1. Send traceID to watch --> Collector Tracetest -- 2. Trigger transaction --> System[System under test] System -- 3. Send spans -->...

This is my idea of how this should work. This is heavily inspired by #159 and #824. ## Problem Today, as `Tracetest` can only execute the endpoint under test, it...

It will require writing a conversion between XRay and OpenTelemetry logs. We discussed it in [this thread](https://kubeshop.slack.com/archives/C02U8KL0WLD/p1649766421647019)