Skip to content
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

chore: added logeEvents in Kafka-ui #5810

Merged
merged 2 commits into from
Aug 30, 2024
Merged

Conversation

SagarRajput-7
Copy link
Contributor

@SagarRajput-7 SagarRajput-7 commented Aug 30, 2024

Summary

  1. Overview page - visit - (already covered via sidenav click event) -
{
    "eventName": "Sidebar: Menu clicked",
    "attributes": {
        "menuRoute": "/messaging-queues",
        "menuLabel": "Messaging Queues"
    }
}
  1. Get Started button click -
 {
     "eventName": "Messaging Queues: Get started clicked",
     "attributes": {
         "source": "configure consumer",
         "link": "nsieneroivne"
     }

 }
  1. Detail page visit -
 {
     "eventName": "Messaging Queues: Detail page visited"
 }
  1. checked more details with tables below -
 {
     "eventName": "Messaging Queues: More details viewed",
     "attributes": {
         "tab-option": "Consumer Group details"
         "variables": {
             group: ['cg1']
             topic: ["topic-1"]
             partition: [0]
          }
     }
 }
  1. Overview page view detail clicked -
 {
     "eventName": "Messaging Queues: View details clicked",
     "attributes": {
         "page": "Messaging Queues Overview",
         "source": "Consumer Latency view",
     }
 }
  1. Overview page proceed btn clicked -
 {
     "eventName": "Messaging Queues: Proceed button clicked",
     "attributes": {
         "page": "Messaging Queues Overview",
     }
 }
  1. Detail page - graph data is coming -
 {
     "eventName": "Messaging Queues: Graph data fetched",
     "attributes": {
         "isDataAvailable": true
     }
 }
  1. Overview page visit -
 {
     "eventName": "Messaging Queues: Overview page visited"
 }

Related Issues / PR's

Screenshots

NA

Affected Areas and Manually Tested Areas

Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

1 similar comment
Copy link

Build Error! No Linked Issue found. Please link an issue or mention it in the body using #<issue_id>

@SagarRajput-7 SagarRajput-7 merged commit 5dc5b2e into develop Aug 30, 2024
11 of 12 checks passed
@SagarRajput-7 SagarRajput-7 deleted the kafka-ui-log-events branch August 30, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants