Matheus Nogueira

Results 31 issues of Matheus Nogueira

**Describe the enhancement you'd like to see** Today our database operations are instrumented automatically, however, they are not optimal. For example, they don't follow the OTEL naming conventions for the...

enhancement

**Is your feature request related to a problem? Please describe.** When testing some applications, we might need to cross-check information from two or more different spans. At the current version,...

frontend
feature request
backend

## Problem Today we are storing everything as plain text and we might have some sensitive information that we don't want to display when editing tests. We could have some...

feature request

## Context When writing integration tests, it is common to have some setup phase where you create all the resources the test will need in order to work. A good...

future
feature request

This PR enables users to define `span[]` as a valid selector to select all spans. ### Motivation Without this, there's no way of selecting all spans that are descendent of...

This PR implements the new assertion engine to allow users to write more complex assertions. Related material: #1315 #1350 ## Checklist - [ ] tested locally - [ ] added...

**Is your feature request related to a problem? Please describe.** In the frontend, it is possible to name an assertion to have a nice way for the user to see...

feature request
backend

**Is your feature request related to a problem? Please describe.** Our CLI is able to install tracetest on Linux and Mac, however, it doesn't support Windows. We should support it.

feature request
CLI

## Problem When Tracetest triggers a test and waits for the trace to be available, it executes a very simple condition to ensure the trace is complete. Today, the logic...

enhancement
backend

This PR... ## Changes - ## Fixes - ## Checklist - [ ] tested locally - [ ] added new dependencies - [ ] updated the docs - [ ]...