docs: lowercase app (#41612)

This commit is contained in:
Brandon Morelli 2019-07-19 13:41:10 -07:00 committed by GitHub
parent e6c0810817
commit 600bcb6304
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ This graph is an easy way to visualize where your application is spending most o
For example, is your app spending time in external calls, database processing, or application code execution?
The time a transaction took to complete is also recorded and displayed on the chart under the "app" label.
"App" indicates that something was happening within the application, but we're not sure exactly what.
"app" indicates that something was happening within the application, but we're not sure exactly what.
This could be a sign that the agent does not have auto-instrumentation for whatever was happening during that time.
It's important to note that if you have asynchronous spans, the sum of all span times may exceed the duration of the transaction.