Skip to content

Commit

Permalink
[telemetry] update README to downplay ui_metrics (#74635)
Browse files Browse the repository at this point in the history
Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
Bamieh and elasticmachine authored Aug 11, 2020
1 parent 5665ce2 commit 53828da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/plugins/usage_collection/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ To integrate with the telemetry services for usage collection of your feature, t

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.

### New Platform

1. Make sure `usageCollection` is in your optional Plugins:

```json
Expand Down Expand Up @@ -205,6 +203,10 @@ There are a few ways you can test that your usage collector is working properly.
# UI Metric app
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.
**Until a better implementation is introduced, please defer from adding any new ui metrics.**
## Purpose
The purpose of the UI Metric app is to provide a tool for gathering data on how users interact with
Expand Down

0 comments on commit 53828da

Please sign in to comment.