Hi all, I don't have much experience with Signoz. ...
# support
s
Hi all, I don't have much experience with Signoz. I only used New Relic before. I'm curious if Signoz has any feature which is similar to Transactions in the New Relic APM. https://docs.newrelic.com/docs/apm/transactions/intro-transactions/transactions-new-relic-apm/
c
I think the equivalent would be a span in OpenTelemetry/ SigNoz. Checkout these articles https://signoz.io/blog/distributed-tracing-span/ https://signoz.io/blog/opentelemetry-spans/
s
But is it possible to get aggregated reports of a span from multiple requests over time? Like I want to know the average response time and worst cases of a span over time but preferably without making much changes in my code