Telemetry Events

You are viewing documentation for a legacy Rasa product. If you want to get started building assistants with Rasa please check out our latest documentation here.

These are the events we anonymously track in order to improve our products. They are only tracked if telemetry is enabled.

note

We track events from both the backend and the frontend. Backend events look like Model Trained. Frontend events look like actions:share-bot:show.

Conversations screen

Message Annotated

backend Sent when a message is annotated (i.e. its intent made explicit by the user). Event properties:

Message Received

backend Sent when a user event is received, that is, read from the event broker by the event service. Event properties:

Message Flagged

backend Sent when a user flags a conversation message.

Conversation Tagged

backend Sent when one or more tags are assigned to a conversation. Event properties:

Conversation Reviewed

backend Sent when a conversation is marked as reviewed.

Conversation Saved For Later

backend Sent when a conversation is saved for later.

Undo Conversation Reviewed

backend Sent when a conversation that was marked as reviewed no longer is.

Undo Conversation Saved For Later

backend Sent when a conversation that was saved for later no longer is.

Conversation Deleted

backend Sent when a conversation is deleted.

view:conversations:loaded

frontend Sent when the user enters the conversations view.

view:conversations:filters:apply

frontend Sent when the conversations filters are applied.

view:conversations:filters:reset

frontend Sent when the conversations filters are reset (cleared).

view:conversations:filters:apply:date

frontend Sent conversations are filtered by date.

entity:conversation:selected

frontend Sent when a conversation is selected from the conversations list.

entity:annotation:corrected

frontend Sent when a user message event is annotated (i.e. its intent corrected).

entity:slots:copied

frontend Sent when the user copies slots to the clipboard.

entity:story:copied

frontend Sent when the user copies a story to the clipboard.

entity:e2eStory:copied

frontend Sent when the user copies an end-to-end story to the clipboard.

entity:e2eStory:opened

frontend Sent when the user opens an end-to-end story tab.

entity:story:copied-to-il

frontend Sent when a conversation is copied from the conversations screen to the 'Talk to your bot' screen.

entity:event:selected

frontend Sent when an event is selected from a conversation.

entity:event:flagged

frontend Sent when a conversation event is flagged.

entity:event:unflagged

frontend Sent when a conversation event is unflagged.

actions:share-bot:show

frontend Sent when the user opens the Share your bot screen.

Interactive Learning screen

view:interactive:loaded

frontend Sent when the user enters the Interactive Learning / Talk to your Bot view.

Stories screen

Story Created

backend Sent when a user creates a new story. Event properties:

view:stories:loaded

frontend Sent when the user enters the stories view.

NLU Inbox screen

Message Tagged

backend Sent when one or more tags are assigned to a message. Event properties:

view:suggestions:loaded

frontend Sent when the user enters the NLU Inbox screen.

NLU Training Data screen

view:regex-lookup:loaded

frontend Sent when the user enters the Regex / Lookup table view.

view:synonyms:loaded

frontend Sent when the user enters the synonyms view.

Responses screen

view:responses:loaded

frontend Sent when the user enters the responses view.

Config & Domain screens

view:config:loaded

frontend Sent when the user enters the config view.

view:domain:loaded

frontend Sent when the user enters the domain view.

Models screen & lifecycle

Model Trained

backend Sent when a Rasa model finishes training.

Model Training Failed

backend Sent when a Rasa model training fails Event properties:

Model Uploaded

backend Sent when a Rasa model is uploaded to Rasa X.

Model Promoted

backend Sent when a Rasa model is tagged as 'active'.

view:models:loaded

frontend Sent when the user enters the models view.

Integrated Version Control

Repository Created

backend Sent when a new Git repository is connected to Rasa X. Event properties:

Git Changes Pushed

backend Sent when any changes are pushed to the remote Git repository. Event properties:

Roles & Users screen (Enterprise only)

view:users:loaded

frontend Sent when the user enters the users view.

view:roles:loaded

frontend Sent when the user enters the roles view.

Miscellaneous

Local X Start

backend Event sent when Rasa X is started with LOCAL_MODE=true. In general, this corresponds to a pip installation.

Server X Start

backend Event sent when Rasa X is started with LOCAL_MODE=false. In general, this corresponds to a docker-compose or Kubernetes installation. Note: This event does not imply Rasa X is running on an actual server! Event properties:

End-to-End Test Created

backend Sent when a user saves a test. Event properties:

Status

backend Event sent automatically every 1 hour. It provides information on the overall project/server status. Event properties:

Conversations Imported

backend Sent when events are saved that originate from a rasa export call. Event properties:

Feature Flag Updated

backend Sent when a feature flag is enabled or disabled. Event properties:

view:analytics:loaded

frontend Sent when the user enters the analytics view.

conversation:hints:enable

frontend Sent when the 'Show me' button in the conversations screen is pressed (under the lightbulb).

Intent Insights

Rasa Cross-Validation Result Requested

backend Sent when the user requests the Rasa Open Source cross-validation results.