We (Tracetest) were asked to add support for Signo...
# general
k
We (Tracetest) were asked to add support for Signoz in our trace-based testing tool (https://github.com/kubeshop/tracetest/issues/2927), which we did in a release last week. We supported it via the OpenTelemetry collector utilizing a second pipeline to route OTLP information to Tracetest while continuing to send it to Signoz. Tracetest supports a second form of integration which is direct. With it, you can just configure the tool to reach out to the backend trace data store and retrieve the traces. Question: Does Signoz provide a means to reach out and grab a trace, either by doing a database connection or hitting an API? When we trigger a test, Tracetest sets the trace parent id, so we know what to ask for when polling the backend. Having the direct integration makes adding Tracetest easier, and we would love to add this capability if it is supported by Signoz.
🔥 4