cap-js / telemetry

CDS plugin providing observability features, incl. automatic OpenTelemetry instrumentation.
https://cap.cloud.sap/docs
Apache License 2.0
8 stars 7 forks source link

option to see a transaction duration, as with an http request #235

Closed qby-ankul closed 1 month ago

qby-ankul commented 1 month ago

Hi @sjvans ,

We have a lot of simultaneous transactions and would like to be able to quickly track how long they have been active. Is there a setting for this? At the moment they are all listed individually. image

Similar to an HTTP request; image

We use the CLS, CAP 7.9.5 and telemetry 1.0.1

sjvans commented 1 month ago

hi @qby-ankul

there is no direct link between spans and transactions. per top level span (typically the incoming http request), there can be multiple transactions (cf. odata's $batch), and there is no attribute or the like to mark the individual spans.

best, sebastian