Skip to content

Commit 53828da

Browse files
[telemetry] update README to downplay ui_metrics (#74635)
Co-authored-by: Elastic Machine <[email protected]>
1 parent 5665ce2 commit 53828da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/plugins/usage_collection/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ To integrate with the telemetry services for usage collection of your feature, t
1010

1111
All you need to provide is a `type` for organizing your fields, `schema` field to define the expected types of usage fields reported, and a `fetch` method for returning your usage data. Then you need to make the Telemetry service aware of the collector by registering it.
1212

13-
### New Platform
14-
1513
1. Make sure `usageCollection` is in your optional Plugins:
1614

1715
```json
@@ -205,6 +203,10 @@ There are a few ways you can test that your usage collector is working properly.
205203
206204
# UI Metric app
207205
206+
The UI metrics implementation in its current state is not useful. We are working on improving the implementation to enable teams to use the data to visualize and gather information from what is being reported. Please refer to the telemetry team if you are interested in adding ui_metrics to your plugin.
207+
208+
**Until a better implementation is introduced, please defer from adding any new ui metrics.**
209+
208210
## Purpose
209211
210212
The purpose of the UI Metric app is to provide a tool for gathering data on how users interact with

0 commit comments

Comments
 (0)