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: solutions/observability/apm/get-started-serverless.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -182,10 +182,9 @@ To send APM data to Elastic, you must install an APM agent and configure it to s
182
182
183
183
If you can’t find your distribution, you can install the agent by building it from the source. The following instructions will build the APM agent using the same docker environment that Elastic uses to build our official packages.
184
184
185
-
::::{note}
185
+
```{note}
186
186
The agent is currently only available for Linux operating system.
187
-
188
-
::::
187
+
```
189
188
190
189
1. Download the [agent source](https://github.com/elastic/apm-agent-php/).
191
190
2. Execute the following commands to build the agent and install it:
: Log files for {{agent}} and {{beats}} shippers <supclass="footnote"id="_footnote_lognumbering">[<aid="_footnoteref_1"class="footnote"href="#_footnotedef_1"title="View footnote.">1</a>]</sup>
29
+
: Log files for {{agent}} and {{beats}} shippers[¹](#footnote-1)
30
30
31
31
`/usr/bin/elastic-agent`
32
32
: Shell wrapper installed into PATH
@@ -45,7 +45,7 @@ You can install {{agent}} in a custom base path other than `/Library`. When ins
45
45
: Main {{agent}} {{fleet}} encrypted configuration
: Log files for {{agent}} and {{beats}} shippers <supclass="footnoteref">[<aclass="footnote"href="#_footnotedef_1"title="View footnote.">1</a>]</sup>
67
+
: Log files for {{agent}} and {{beats}} shippers[¹](#footnote-1)
68
68
69
69
You can install {{agent}} in a custom base path other than `C:\Program Files`. When installing {{agent}} with the `.\elastic-agent.exe install` command, use the `--base-path` CLI option to specify the custom base path.
70
70
::::::
@@ -80,7 +80,7 @@ You can install {{agent}} in a custom base path other than `C:\Program Files`.
80
80
: Main {{agent}} {{fleet}} encrypted configuration
: Log files for {{agent}} and {{beats}} shippers <supclass="footnoteref">[<aclass="footnote"href="#_footnotedef_1"title="View footnote.">1</a>]</sup>
100
+
: Log files for {{agent}} and {{beats}} shippers[¹](#footnote-1)
101
101
102
102
`/usr/bin/elastic-agent`
103
103
: Shell wrapper installed into PATH
@@ -150,3 +150,6 @@ For the deb and rpm distributions, these paths are set in the init script or in
150
150
::::::
151
151
152
152
:::::::
153
+
154
+
$$$footnote-1$$$
155
+
¹ Logs file names end with a date (`YYYYMMDD`) and optional number: `elastic-agent-YYYYMMDD.ndjson`, `elastic-agent-YYYYMMDD-1.ndjson`, and so on as new files are created during rotation.
Copy file name to clipboardExpand all lines: solutions/observability/apm/trace-sample-timeline.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ As application architectures are shifting from monolithic to more distributed, s
55
55
:screenshot:
56
56
:::
57
57
58
-
Don’t forget; by definition, a distributed trace includes more than one transaction. When viewing distributed traces in the timeline waterfall, you’ll see this icon: , which indicates the next transaction in the trace. For easier problem isolation, transactions can be collapsed in the waterfall by clicking the icon to the left of the transactions. Transactions can also be expanded and viewed in detail by clicking on them.
58
+
Don’t forget; by definition, a distributed trace includes more than one transaction. When viewing distributed traces in the timeline waterfall, you’ll see this icon: , which indicates the next transaction in the trace. For easier problem isolation, transactions can be collapsed in the waterfall by clicking the icon to the left of the transactions. Transactions can also be expanded and viewed in detail by clicking on them.
59
59
60
60
After exploring these traces, you can return to the full trace by clicking **View full trace**.
Copy file name to clipboardExpand all lines: solutions/observability/apm/transaction-sampling.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ stack:
195
195
serverless:
196
196
```
197
197
198
-
A sampled trace retains all data associated with it. A non-sampled trace drops all [span](/solutions/observability/apm/spans.md) and [transaction](/solutions/observability/apm/transactions.md)data1. Regardless of the sampling decision, all traces retain [error](/solutions/observability/apm/errors.md) data.
198
+
A sampled trace retains all data associated with it. A non-sampled trace drops all [span](/solutions/observability/apm/spans.md) and [transaction](/solutions/observability/apm/transactions.md)data.[¹](#footnote-1) Regardless of the sampling decision, all traces retain [error](/solutions/observability/apm/errors.md) data.
199
199
200
200
Some visualizations in the {{apm-app}}, like latency, are powered by aggregated transaction and span [metrics](/solutions/observability/apm/metrics.md). The way these metrics are calculated depends on the sampling method used:
201
201
@@ -207,7 +207,7 @@ For all sampling methods, metrics are weighted by the inverse sampling rate of t
207
207
208
208
These calculation methods ensure that the APM app provides the most accurate metrics possible given the sampling strategy in use, while also accounting for the head-based sampling rate to estimate the full population of traces.
209
209
210
-
1 Real User Monitoring (RUM) traces are an exception to this rule. The {{kib}} apps that utilize RUM data depend on transaction events, so non-sampled RUM traces retain transaction data — only span data is dropped.
210
+
¹ $$$footnote-1$$$ Real User Monitoring (RUM) traces are an exception to this rule. The {{kib}} apps that utilize RUM data depend on transaction events, so non-sampled RUM traces retain transaction data — only span data is dropped.
NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-filebeat.ps1`.
411
+
```{note}
412
+
If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-filebeat.ps1`.
413
+
```
412
414
::::::
413
415
414
416
:::::::
@@ -1134,7 +1136,9 @@ tar xzvf metricbeat-{{stack-version}}-linux-x86_64.tar.gz
NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-metricbeat.ps1`.
1139
+
```{note}
1140
+
If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-metricbeat.ps1`.
1141
+
```
1138
1142
::::::
1139
1143
1140
1144
:::::::
@@ -1760,7 +1764,9 @@ tar xzvf heartbeat-{{stack-version}}-linux-x86_64.tar.gz
NOTE: If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-heartbeat.ps1`.
1767
+
```{note}
1768
+
If script execution is disabled on your system, you need to set the execution policy for the current session to allow the script to run. For example: `PowerShell.exe -ExecutionPolicy UnRestricted -File .\install-service-heartbeat.ps1`.
0 commit comments