Skip to content
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

docs: describe how sourcemaps are stored, and how apm-server fetches them #11574

Closed
axw opened this issue Sep 4, 2023 · 0 comments · Fixed by #12131
Closed

docs: describe how sourcemaps are stored, and how apm-server fetches them #11574

axw opened this issue Sep 4, 2023 · 0 comments · Fixed by #12131
Assignees
Labels

Comments

@axw
Copy link
Member

axw commented Sep 4, 2023

https://github.com/elastic/apm-server/blob/main/docs/source-map-how-to.asciidoc describes how to upload source maps for RUM applications to Kibana. It may also be helpful to describe what happens during and after a source map is uploaded to Kibana:

  • source maps are stored in Elasticsearch
  • APM Server periodically polls those documents to maintain a map of in-memory metadata
  • when stack traces match the in-memory metadata, the corresponding source map is fetched, parsed, and cached on demand

See https://discuss.elastic.co/t/apm-server-unable-to-fetch-sourcemaps-from-kibana/342098/7?u=axw

@axw axw added the docs label Sep 4, 2023
@colleenmcginnis colleenmcginnis self-assigned this Nov 9, 2023
colleenmcginnis added a commit to colleenmcginnis/apm-server that referenced this issue Nov 29, 2023
colleenmcginnis added a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc
mergify bot pushed a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc

(cherry picked from commit 83d7b48)
mergify bot pushed a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc

(cherry picked from commit 83d7b48)
mergify bot pushed a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc

(cherry picked from commit 83d7b48)
mergify bot pushed a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc

(cherry picked from commit 83d7b48)
mergify bot pushed a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc

(cherry picked from commit 83d7b48)
mergify bot added a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc

(cherry picked from commit 83d7b48)

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
mergify bot added a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc

(cherry picked from commit 83d7b48)

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
mergify bot added a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc

(cherry picked from commit 83d7b48)

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
mergify bot added a commit that referenced this issue Dec 4, 2023
* attempt to address #11574

* attempt to address #11568

* address feedback from @simitt

* Update docs/source-map-how-to.asciidoc

(cherry picked from commit 83d7b48)

Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants