kdhamric
kdhamric
As a developer, I want to be able to see what pull request trigger a test run, what the commit was, etc when view test run info. Look at the...
Users needs to be able to easily install and have a running copy of Tracetest. We should offer install options (k8s, docker-compose, local service, etc). Installation of command line tool...
Enable the collection of just Tracetest spans via the configuration of the OTel Collector. The configuration / custom processor with send Tracetest spans to the Tracetest instance, which will put...
As a developer, I want to be able to specify an API to trigger, and then repeatedly run that trigger as I change code. This will allow me to see...
The search capability for a trace needs improvement & some thought. I could not see the highlighting in my loom recording below. Secondly, I might expect the "< > 0...
Currently, selecting an assertion 'takes you / zooms' to the first of the spans selected by this assertion. When you click on 'select span' within an assertion, it feels like...
Develop new UX design for the overall app
We currently have a tracetest.span.duration so we can assert against the length of a span. This is useful when we want to ensure a process does not last longer than...
Enable the front end tests to run via our TestKube instance. When finished, we will want a new issue to run these when pushing code.
As a User, I want to know more details about the triggering transaction, such as the http.method (GET, POST), the http headers, the request body So that I can when...