-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[telemetry] update README to downplay ui_metrics #74635
Conversation
Pinging @elastic/kibana-telemetry (Team:KibanaTelemetry) |
@elasticmachine merge upstream |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
NIT: I'd personally get UI Metrics fixed to make it useful rather than downplaying it because it will create lots of usage collectors that could be solved with UI Metrics and discouraging it being used to later change the message can create confusion among other teams (especially when we are planning to fix it for 7.10?)
@afharo Yes hopefully we'll have a working implementation in |
@Bamieh that's my question then: Why should we update the documentation that we'll backport to 7.10 to remove it again before 7.10 FF and, in the meantime, devs developing new telemetry (aimed for 7.10+ at this stage) will be encouraged to do workarounds (when, for 7.10, it'll be totally fine for them to use it)? Maybe I'm missing something: I'm thinking we don't plan to change the APIs, only the internals (so it's transparent for the devs). If so, I don't think we should bother spreading the word to NOT use it at this stage because, by 7.10 FF, they'll be OK to use it (and nothing will change on their end?). But you've been digging in this issue longer than I do. So I'll follow your lead on this 🙂 |
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
Let's discuss during the sync today. If changes are coming to make |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* master: (106 commits) [Functional Tests] Adds a wait time between setting the index pattern and the time field on TSVB (elastic#74736) [Lens] Add styling options for x and y axes on the settings popover (elastic#71829) [Maps] add initial location option that fits to data bounds (elastic#74583) theme function (elastic#73451) [data.ui.query] Write filters to query log from default editor. (elastic#74474) [data.search.SearchSource] Move some SearchSource dependencies to the server. (elastic#74607) [Canvas][tech-debt] Convert renderers (elastic#74134) [security solutions][lists] Adds end to end tests (elastic#74473) pluralized for occurrences vs occurrence (elastic#74564) Update links that pointed to CONTRIBUTING.md (elastic#74757) [Ingest pipelines] Implement tabs in processor flyout (elastic#74469) [Event log] Use Alerts client & Actions client when fetching these types of SOs (elastic#73257) Bump chalk to 4.1.0 (elastic#73397) Index pattern field list - transition away from extending array - introduce and use getAll() (elastic#74718) [SECURITY] Bugs css/inspect (elastic#74711) [telemetry] update README to downplay ui_metrics (elastic#74635) Fixed grammar (elastic#74725) [Telemetry][API Integration] size_in_bytes to be a number (elastic#74664) [ILM] Convert node details flyout to TS (elastic#73707) [Ingest Node Pipelines] Sentence-case processor names (elastic#74645) ...
Pinging @elastic/kibana-core (Team:Core) |
downplays ui_metrics in docs
Closes #65776
CC @alexfrancoeur