Skip to content

Conversation

@theletterf
Copy link
Contributor

Summary

Fixes https://github.com/elastic/opentelemetry-dev/issues/1160 by creating a guide to send RUM data to Elastic Observability using OpenTelemetry SDKs and Collectors.

Generative AI disclosure

  1. Did you use a generative AI (GenAI) tool to assist in creating this contribution?
  • Yes
  • No

@theletterf theletterf requested review from a team as code owners November 26, 2025 18:08
@theletterf theletterf self-assigned this Nov 26, 2025
@theletterf theletterf added the documentation Improvements or additions to documentation label Nov 26, 2025
@github-actions
Copy link

github-actions bot commented Nov 26, 2025

Vale Linting Results

Summary: 17 suggestions found

💡 Suggestions (17)
File Line Rule Message
solutions/observability/applications/otel-rum.md 35 Elastic.Acronyms 'CORS' has no definition.
solutions/observability/applications/otel-rum.md 49 Elastic.Acronyms 'NGINX' has no definition.
solutions/observability/applications/otel-rum.md 51 Elastic.Acronyms 'NGINX' has no definition.
solutions/observability/applications/otel-rum.md 85 Elastic.Acronyms 'CORS' has no definition.
solutions/observability/applications/otel-rum.md 121 Elastic.Acronyms 'NGINX' has no definition.
solutions/observability/applications/otel-rum.md 123 Elastic.Acronyms 'NGINX' has no definition.
solutions/observability/applications/otel-rum.md 677 Elastic.Semicolons Use semicolons judiciously.
solutions/observability/applications/otel-rum.md 701 Elastic.Capitalization 'Content Security Policy' should use sentence-style capitalization.
solutions/observability/applications/otel-rum.md 709 Elastic.Capitalization 'Cross-Origin Resource Sharing (CORS)' should use sentence-style capitalization.
solutions/observability/applications/otel-rum.md 728 Elastic.WordChoice Consider using 'refer to (if it's a document), view (if it's a UI element)' instead of 'see', unless the term is in the UI.
solutions/observability/applications/otel-rum.md 732 Elastic.WordChoice Consider using 'can, might' instead of 'may', unless the term is in the UI.
solutions/observability/applications/otel-rum.md 734 Elastic.WordChoice Consider using 'can, might' instead of 'may', unless the term is in the UI.
solutions/observability/applications/otel-rum.md 771 Elastic.Acronyms 'NGINX' has no definition.
solutions/observability/applications/otel-rum.md 826 Elastic.WordChoice Consider using 'refer to (if it's a document), view (if it's a UI element)' instead of 'see', unless the term is in the UI.
solutions/observability/applications/otel-rum.md 849 Elastic.Ellipses In general, don't use an ellipsis.
solutions/observability/applications/otel-rum.md 849 Elastic.Ellipses In general, don't use an ellipsis.
solutions/observability/applications/otel-rum.md 935 Elastic.WordChoice Consider using 'can, might' instead of 'may', unless the term is in the UI.

@github-actions
Copy link

github-actions bot commented Nov 26, 2025

🔍 Preview links for changed docs

proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Authorization $http_authorization;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config is proxying the Authorization header from the browser most likely in the form ApiKey .... I have my doubts if we want the key being configured in the web app where is public.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@david-luna What's the alternative?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants