From 1e11d4a0500eb550c32c9be0cd637b7cc87aab11 Mon Sep 17 00:00:00 2001 From: Rob Siebens Date: Fri, 29 Mar 2024 09:26:17 -0700 Subject: [PATCH] fix(Logs): Implement peer feedback --- .../docs/logs/logs-context/get-started-logs-context.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/logs/logs-context/get-started-logs-context.mdx b/src/content/docs/logs/logs-context/get-started-logs-context.mdx index c52d03c8ffb..0d80b47ef72 100644 --- a/src/content/docs/logs/logs-context/get-started-logs-context.mdx +++ b/src/content/docs/logs/logs-context/get-started-logs-context.mdx @@ -165,7 +165,7 @@ For more on these options, see the agent-specific logs-in-context docs. ## Log metrics [#log-metrics] -When you set up an agent, you automatically get a **Logs** chart of logging metrics on the APM **Summary** page: +When you set up an agent, you automatically get a chart of logging metrics on the APM **Summary** page: agent, you automatically get a * src={logsLoggingMetrics} /> -This chart shows a count of logs, and if you haven't disabled APM log forwarding, you can click on the chart links that will take you to the logs themselves. Even if you turn off APM log forwarding, this chart still shows the potential logs you could inspect if you had APM log forwarding enabled. +This chart shows a count of logs. If you haven't disabled APM log forwarding, you can click on the chart links that will take you to the logs themselves. Even if you turn off APM log forwarding, this chart still shows the potential logs you could inspect if you had APM log forwarding enabled. Logging metrics are reported via the `apm.service.logging.lines` attribute, as shown in the following query: @@ -182,7 +182,7 @@ Logging metrics are reported via the `apm.service.logging.lines` attribute, as s SELECT count(apm.service.logging.lines) FROM Metric WHERE (entity.guid = 'AN_ENTITY_GUID') LIMIT MAX SINCE 60 seconds AGO TIMESERIES ``` -If you don't want to see that logging metrics chart, you can turn it off—but not at the account level. To disable logging metrics, see the dedicated APM configuration docs for your agent (for example, [this `logging_metrics` config option for PHP](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#cfg-application_logging_metrics-enabled)). +If you don't want to see the logging metrics chart, you can turn it off—but not at the account level. To disable logging metrics, see the dedicated APM configuration docs for your agent (for example, [this `logging_metrics` config option for PHP](/docs/apm/agents/php-agent/configuration/php-agent-configuration/#cfg-application_logging_metrics-enabled)). If you disable logging metrics, that does not turn off the APM log forwarding feature. To stop forwarding APM logs, see [Manage or disable APM logs in context](/docs/logs/logs-context/disable-automatic-logging/).