You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/observability/apm/view-and-analyze/drill-down/infrastructure.asciidoc
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,27 @@
4
4
beta::[]
5
5
6
6
The *Infrastructure* tab provides information about the containers, pods, and hosts
7
-
that the selected service is linked to.
7
+
that the selected service is linked to:
8
+
9
+
* *Pods*: Uses the `kubernetes.pod.name` from the <<apm-data-model-metrics,APM metrics data streams>>.
10
+
* *Containers*: Uses the `container.id` from the <<apm-data-model-metrics,APM metrics data streams>>.
11
+
* *Hosts*: If the application is containerized--if the APM metrics documents include `container.id`--
12
+
the `host.name` is used from the infrastructure data streams (filtered by `container.id`).
13
+
If not, `host.hostname` is used from the APM metrics data streams.
8
14
9
15
[role="screenshot"]
10
16
image::./images/infra.png[Example view of the Infrastructure tab in Applications UI in Kibana]
11
17
12
18
IT ops and software reliability engineers (SREs) can use this tab
13
19
to quickly find a service's underlying infrastructure resources when debugging a problem.
14
-
Knowing what infrastructure is related to a service allows you to remediate issues by restarting, killing hanging instances, changing configuration, rolling back deployments, scaling up, scaling out, and so on.
20
+
Knowing what infrastructure is related to a service allows you to remediate issues by restarting, killing hanging instances, changing configuration, rolling back deployments, scaling up, scaling out, and so on.
21
+
22
+
// Link to troubleshooting so we can keep
23
+
// troubleshooting content centralized
24
+
[TIP]
25
+
.Why is the infrastructure tab empty?
26
+
====
27
+
If there is no data in the Application UI's infrastructure tab for a selected service,
28
+
you can read more about why this happens and how to fix it in the
0 commit comments