mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
docs: lowercase app (#41612)
This commit is contained in:
parent
e6c0810817
commit
600bcb6304
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue