elastic / apm-agent-rum-js

https://www.elastic.co/guide/en/apm/agent/rum-js/current/index.html
MIT License
279 stars 134 forks source link

copy span context to error context #476

Open vigneshshanmugam opened 4 years ago

vigneshshanmugam commented 4 years ago

When there is a error during the lifetime of the span and the there are labels associated with the span, the users of the agent expects the labels to be copied over to the errors.

More details- https://discuss.elastic.co/t/errors-not-getting-labels-from-spans/207334

krpatter-intc commented 1 year ago

Any updates on this? There's no way to find information about the span or transaction since the error is being maintained in a completely different index?

krpatter-intc commented 1 year ago

Is there perhaps an alternative way to setup the open telemetry ingestion so that all the data goes to a single index to assist with querying?