mattermost / mattermost-plugin-playbooks

Mattermost Playbooks enable reliable and repeatable processes for your teams using checklists, automation, and retrospectives.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telemetry playbookrun_create

trilopin opened this issue · comments

Move telemetry event playbookrun_create to frontend.

Add the following new information to the event:

  • place: playbook_editor | slash_command | channels_rhs | channel_keyword
  • channel_created: true | false
  • channel_id: channel-id used
  • channel_creation_method: 'create' | 'use'
  • channel_id_orig: channel-id default when creating (the one configured in PBE)

The questions we can answer with this:

  • how many runs the users started
  • where are users starting a run? split by place
  • are users using the defaults? how many users change from creating to link-to-a-existing? how many users changed the channel that was default?

The event should be moved from the server to the webapp (release must be coordinated with Sri/Jose).

To discuss:

  • are there more ways to create a run?
  • anyone is concerned about moving this important event?

Note that names may need a bit more thinking, I just used ones to explain the concept.

Pending Tao's feeback