Skip to content

Commit f91d7bf

Browse files
authored
docs: APM 7.11 updates (#89789)
1 parent 5416379 commit f91d7bf

File tree

7 files changed

+31
-12
lines changed

7 files changed

+31
-12
lines changed
9.69 KB
Loading

docs/apm/images/apm-traces.png

-45.5 KB
Loading
-132 KB
Loading
-116 KB
Loading

docs/apm/service-overview.asciidoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Response times for the service. You can filter the *Latency* chart to display th
1717
image::apm/images/latency.png[Service latency]
1818

1919
[discrete]
20-
[[service-traffic-transactions]]
21-
=== Traffic and transactions
20+
[[service-throughput-transactions]]
21+
=== Throughput and transactions
2222

2323
The *Throughput* chart visualizes the average number of transactions per minute for the selected service.
2424

@@ -62,6 +62,9 @@ each dependency. By default, dependencies are sorted by _Impact_ to show the mos
6262
If there is a particular dependency you are interested in, click *View service map* to view the related
6363
<<service-maps, service map>>.
6464

65+
IMPORTANT: A known issue prevents Real User Monitoring (RUM) dependencies from being shown in the
66+
*Dependencies* table. We are working on a fix for this issue.
67+
6568
[role="screenshot"]
6669
image::apm/images/spans-dependencies.png[Span type duration and dependencies]
6770

docs/apm/transactions.asciidoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ If there's a weird spike that you'd like to investigate,
1717
you can simply zoom in on the graph - this will adjust the specific time range,
1818
and all of the data on the page will update accordingly.
1919

20-
*Transactions per minute*::
21-
Visualize response codes: `2xx`, `3xx`, `4xx`, etc.,
22-
and is useful for determining if you're serving more of one code than you typically do.
23-
Like in the Transaction duration graph, you can zoom in on anomalies to further investigate them.
20+
*Throughput*::
21+
Visualize response codes: `2xx`, `3xx`, `4xx`, etc.
22+
Useful for determining if more responses than usual are being served with a particular response code.
23+
Like in the latency graph, you can zoom in on anomalies to further investigate them.
2424

2525
*Error rate*::
2626
Visualize the total number of transactions with errors divided by the total number of transactions.
@@ -157,4 +157,4 @@ and solve problems.
157157
[role="screenshot"]
158158
image::apm/images/apm-logs-tab.png[APM logs tab]
159159

160-
// To do: link to log correlation
160+
// To do: link to log correlation

docs/apm/troubleshooting.asciidoc

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
[[troubleshooting]]
2-
== Troubleshoot common problems
2+
== Troubleshooting
33

44
++++
55
<titleabbrev>Troubleshooting</titleabbrev>
66
++++
77

8-
If you have something to add to this section, please consider creating a pull request with
9-
your proposed changes at https://github.com/elastic/kibana.
10-
11-
Also, check out the https://discuss.elastic.co/c/apm[APM discussion forum].
8+
This section describes common problems you might encounter with the APM app.
9+
To add to this page, please consider opening a
10+
https://github.com/elastic/kibana/pulls[pull request] with your proposed changes.
11+
12+
If your issue is potentially related to other components of the APM ecosystem,
13+
don't forget to check our other troubleshooting guides or discussion forum:
14+
15+
* {apm-server-ref}/troubleshooting.html[APM Server troubleshooting]
16+
* {apm-dotnet-ref}/troubleshooting.html[.NET agent troubleshooting]
17+
* {apm-go-ref}/troubleshooting.html[Go agent troubleshooting]
18+
* {apm-java-ref}/trouble-shooting.html[Java agent troubleshooting]
19+
* {apm-node-ref}/troubleshooting.html[Node.js agent troubleshooting]
20+
* {apm-py-ref}/troubleshooting.html[Python agent troubleshooting]
21+
* {apm-ruby-ref}/debugging.html[Ruby agent troubleshooting]
22+
* {apm-rum-ref/troubleshooting.html[RUM troubleshooting]
23+
* https://discuss.elastic.co/c/apm[APM discussion forum].
24+
25+
[discrete]
26+
[[troubleshooting-apm-app]]
27+
== Troubleshoot common APM app problems
1228

1329
* <<no-apm-data-found>>
1430
* <<troubleshooting-too-many-transactions>>

0 commit comments

Comments
 (0)