denis-chudov commented on code in PR #6417: URL: https://github.com/apache/ignite-3/pull/6417#discussion_r2273228752
########## docs/_docs/administrators-guide/metrics/configuring-metrics.adoc: ########## @@ -90,6 +90,41 @@ After you do, JMX monitoring tools will be able to collect enabled metrics from image::images/jmc-metrics.png[] +=== Log Exporter + +Log exporter writes metrics data to the application log, so they can be consumed by log collectors or inspected manually. To configure it, use the following parameters: + +[cols="30%,60%,10%",opts="header"] +|=== +|Name +|Description +|Default value + +|periodMillis|Export interval for the metrics, in milliseconds.|30000 +|oneLinePerMetricSource|Define whether to print all metrics from one metric source on a single log line.|true +|enabledMetrics|List of enabled metric sources. If this list is non-empty, only the listed metric sources will be printed, all others will be skipped. A wildcard can be used to match a prefix (for example, `jvm.*`).|true Review Comment: ```suggestion |enabledMetrics|List of enabled metric sources. If this list is non-empty, only the listed metric sources will be printed, all others will be skipped. A wildcard can be used to match a prefix (for example, `jvm.*`). By default, the metrics of some background activities are printed. |"metastorage", "placement-driver", "resource.vacuum" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org