kdhamric

Results 30 issues of 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...

frontend
feature request
backend

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...

feature request
backend
CLI

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...

feature request
backend

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...

design
frontend
feature request

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...

enhancement
design

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...

enhancement
triage

Develop new UX design for the overall app

frontend

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...

feature request

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.

frontend

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...

design