TLDR Pradeep asks about trace testing using SigNoz as a backend. vishal-signoz requests examples of desired testing. Pradeep shares code snippets but has not received a solution yet.
cc vishal-signoz
What kind of testing do you want to enable using traces? Can you please give me some examples?
Okay
Below screenshot I am getting users from my microservice
My tracetest definition file is
```type: Test
spec:
name: Go Get users
description: "Get users"
trigger:
type: http
httpRequest:
url:
I am getting an error like
I added tracetest exporter in helm chart config to collector file. helm template --debug . my config looks like and in pipeline ``` traces/1: exporters: - otlp/1 processors: - batch receivers: - otlp```
Pradeep
Mon, 22 May 2023 07:27:57 UTCHi Can we do trace testing using signoz as backend ? or is there any other way to do trace testing after setting up signoz with otel ? I deployed signoz using helm chart on my kubernetes cluster and I can able to see the traces.