- 
                Notifications
    You must be signed in to change notification settings 
- Fork 238
docs: add api docs for apiRequestTime and apiRequestSize #499
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
Conversation
|  | ||
| [float] | ||
| [[performance-transaction-queue]] | ||
| === Transaction Queue | 
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.
@Qard are you ok with removing this entire section without replacing it with anything else?
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.
We should probably replace it with a new section describing how apiRequestTime and apiRequestSize will impact the performance.
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.
Updated
| The CI failures are because of the npm bug with the github link in the dependencies | 
        
          
                docs/performance-tuning.asciidoc
              
                Outdated
          
        
      |  | ||
| The agent uses a persistent outgoing HTTP request to stream data to the APM Server. | ||
| To avoid issues with intermittent proxies and load balancers, | ||
| the HTTP request is ended and a new one created at regular intervals or when the size of the reqeust becomes too big. | 
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.
s/reqeust/request/
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.
Fixed
        
          
                docs/performance-tuning.asciidoc
              
                Outdated
          
        
      | Using the <<api-request-size,`apiRequestSize`>> config option, | ||
| this time limit can be modified. | ||
|  | ||
| Lowering the size limit might be nessecary if dealing with very agressive proxies, | 
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.
necessary*
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.
Fixed
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.
The last commit has a typo with "fro" rather than "for" but other than that, LGTM. You can fix that and merge, or squash merge. 😅
| There seems to be an asciidoc error. 🤔  | 
Changes for intake API v2