kubeshop / tracetest

🔭 Tracetest - Build integration and end-to-end tests in minutes, instead of days, using OpenTelemetry and trace-based testing.
https://docs.tracetest.io/
Other
1.06k stars 71 forks source link

Trace endpoints #14

Closed jasmingacic closed 2 years ago

jasmingacic commented 2 years ago

From Miro MVP:

Backend to filter our traces from stream of traces, store the traces, and enable above UI functionality

@kdhamric can you chime on this. I remember we talked about this and we decided to get traces from Jeager

kdhamric commented 2 years ago

Yes. Initially, we will not be the store of traces. We should take note of the trace id when we initiate a 'triggering transaction' (REST call for now). Once the rest call is finished, we should poll (or some other technique) until we see the trace is available in a configured trace datastore (Jaeger for now). We should grab it from there,

Open question: