-
Notifications
You must be signed in to change notification settings - Fork 275
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] Create debugging-client-requests.mdx #6504
Conversation
✅ Docs Preview ReadyNo new or changed pages found. |
This comment has been minimized.
This comment has been minimized.
CI performance tests
|
Thanks for this @smyrick , will review tomorrow! Re: adding to sidebar, this actually happens in the docs-rewrite repo, and I can submit an adjacent PR to accomplish that. |
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.
Thanks for writing this up!
docs/source/routing/observability/debugging-client-requests.mdx
Outdated
Show resolved
Hide resolved
description: Enable telemetry features to help gain more visibility into incoming HTTP requests and help debug issues your clients may be having. | ||
--- | ||
|
||
GraphOS Router by default does not emit access logs for the incoming client HTTP requests, nor are other features, like OpenTelemetry, on by default that include every request. Given the volume and size of GraphQL requests, this would produce a large amount of telemetry data that may impact your observability costs. |
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.
Wording is bit confusing here. Maybe rewrite to something like:
"By default, the GraphOS Router does not generate access logs for incoming client HTTP requests, nor are features like OpenTelemetry enabled to capture every request."
docs/source/routing/observability/debugging-client-requests.mdx
Outdated
Show resolved
Hide resolved
Hey @smyrick , I'm just realizing this is based off EDIT: Doing it here: #6507 |
Closing in favor of #6507 |
Add a docs page about how to debug client requests. This infomation is spread across many different features so this serves as a landing page for all of that.
I don't know how to nest this under the correct sidebar section so maybe help there? I think it should be under
Routing > Observability > Client Observability