Closed danielbdias closed 11 months ago
Thanks for opening this issue. A team member should give feedback soon. In the meantime, feel free to check out the contributing guidelines.
Hey @danielbdias You can use Query Range APIs to query traces in different formats (List/graph/value) Here are some examples:
Closing this for now, reopen if you need more help
Hi folks! This follow-up discussion started on Signoz Community Slack here.
Recently I integrated Signoz with Tracetest to allow users to do Trace-based tests in their applications while storing traces on Signoz (PR with context and example app).
At that time, I chose to add another OTel Collector in front of Signoz, sending traces to Signoz and Tracetest to prevent users from doing any customization on Signoz OTel Collector (which could cause problems in the future if they need to update it).
To improve this integration, we are thinking of getting traces from Signoz directly from it instead of adding this additional OtelCollector, allowing users that already have their services to send telemetry to Signoz directly and also to be able to do Trace-based tests. Looking into your documentation, I have not found any API to query traces directly.
Do you know how we can do that?