mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update comment to point people in the right direction when searching for collected metrics (#150582)
## Summary This updates the comments for the `use_track_metric` hooks to guide users to find where the collected data ends up.
This commit is contained in:
parent
111d9d1f87
commit
381b82052f
1 changed files with 2 additions and 4 deletions
|
@ -13,10 +13,8 @@ import { ObservabilityApp } from '../../typings/common';
|
|||
|
||||
/**
|
||||
* Note: The usage_collection plugin will take care of sending this data to the telemetry server.
|
||||
* You can find these metrics stored at:
|
||||
* stack_stats.kibana.plugins.ui_metric.{app}.{metric}(__delayed_{n}ms)?
|
||||
* which will be an array of objects each containing a key, representing the metric, and
|
||||
* a value, which will be a counter
|
||||
* You can find the metrics that are collected by these hooks in Stack Telemetry.
|
||||
* Search the index `kibana-ui-counter`. You can filter for `eventName` and/or `appName`.
|
||||
*/
|
||||
|
||||
interface TrackOptions {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue