-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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-9537] Add manual steps for nginx browser RUM #26323
base: master
Are you sure you want to change the base?
Conversation
Preview links (active after the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really just the one edit to capitalize NGINX. I don't know if I was able to get to all of them. You might want to do a quick pass once you've applied these.
Co-authored-by: Heston Hoffman <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more small edit
Co-authored-by: Heston Hoffman <[email protected]>
/merge |
Devflow running:
|
/merge -c |
- Auto-Instrumentation does not inject into encrypted requests served by NGINX or IIS related to TLS. | ||
- (NGINX only) Auto-Instrumentation does not inject encrypted requests served by the NGINX web server. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💬 suggestion: Those two lines are telling the same thing, no?
- Auto-Instrumentation does not inject into encrypted requests served by NGINX or IIS related to TLS. | |
- (NGINX only) Auto-Instrumentation does not inject encrypted requests served by the NGINX web server. | |
- Auto-Instrumentation does not inject into encrypted requests served by NGINX or IIS related to TLS. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, that's not entirely true. Currently, it's not possible to inject in HTML pages **proxied **by the web-server. May I suggest this instead:
- End-to-End Encryption by upstream server: If NGINX is acting as a proxy and the upstream server has end-to-end encryption (like TLS) enabled. The module can not inject RUM. Ensure the web server is setup for TLS origination.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmehala Should I add "or IIS" as the original statement does, or does this only apply to NGINX?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dmehala I pushed an update - please check.
error_log <file> info; | ||
``` | ||
|
||
[1]: https://app.datadoghq.com/rum/list |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💬 suggestion: make this link dependent to the selected region
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @BenoitZugmeyer, as far as I know, this already happens automatically. Let me know if you find something different.
|
||
{{% /collapse-content %}} | ||
|
||
{{% collapse-content title="Manual instrumentation" level="h5" %}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💭 thought: it's a bit confusing to talk about "Manual instrumentation" on a page called "Auto instrumentation". Maybe we should have another wording, like: Using the installer
and Manual configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Finally! Thank you @BenoitZugmeyer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few comments there and there. It's getting increasingly confusing from the customer POV. The title mentions "RUM Browser Monitoring Server-Side (Auto) Instrumentation", some part of the doc says "Auto-instrumentation" and "Manual-instrumentation".
We committed to call the solution "Auto-Instrumentation". It worth to revisit the doc with the definitive naming.
Co-authored-by: Benoît <[email protected]> Co-authored-by: Damien Mehala <[email protected]>
What does this PR do? What is the motivation?
Merge instructions
Merge queue is enabled in this repo. To have it automatically merged after it receives the required reviews, create the PR (from a branch that follows the
<yourname>/description
naming convention) and then add the following PR comment:Additional notes
Needs PM/eng review before merging.