You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The span and transaction document profiles are enabled by checking the document’s data_streams.type and verifying if it's set to traces.
We would like to improve this by filtering if the document index matches the configured APM indexes for traces.
Note
To enable index-based functionality, we first need to complete #211414, which will establish how to retrieve APM indexes from the configuration.
Acceptance criteria
Description
AC1
The new overview tab will be enabled if the document data_stream.type is traces OR if the _index is part of the spans/transactions APM index patterns. (⚠️ As mentioned above, the index requirement is currently blocked by another issue)
The text was updated successfully, but these errors were encountered:
Summary
The span and transaction document profiles are enabled by checking the document’s
data_streams.type
and verifying if it's set totraces
.We would like to improve this by filtering if the document index matches the configured APM indexes for traces.
Note
To enable index-based functionality, we first need to complete #211414, which will establish how to retrieve APM indexes from the configuration.
Acceptance criteria
data_stream.type
is traces OR if the_index
is part of the spans/transactions APM index patterns.(
The text was updated successfully, but these errors were encountered: