-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upload sourcemaps synchronously #2862
Comments
Working on this I realized we have some issues here:
|
Even when sourcemaps can only be used when an ES endpoint is configured, this change would force users to permit APM Server write access to ES, even when using a different output for ingestion. Thanks @graphaelli for pointing this out. Another possibility is to remove functionality from APM Server and instead add it to the Kibana endpoint in 8.0.0 (cc @sqren ). |
The current rough plan is to move source mapping out of APM Server altogether, and rely on ingest node (#3606) and uploading through Kibana. Closing this, we can reopen as needed. |
Change sourcemap upload from asyncronous to syncronous. This can be achieved by using the new go-elasticsearch client.
The text was updated successfully, but these errors were encountered: