|
865 | 865 | "name": "awsqRepositorySize",
|
866 | 866 | "type": "int",
|
867 | 867 | "description": "The size of the repository"
|
| 868 | + }, |
| 869 | + { |
| 870 | + "name": "awsqConversationId", |
| 871 | + "type": "string", |
| 872 | + "description": "Uniquely identifies a message with which the user interacts" |
868 | 873 | }
|
869 | 874 | ],
|
870 | 875 | "metrics": [
|
|
2558 | 2563 | {
|
2559 | 2564 | "name": "awsq_assignCommand",
|
2560 | 2565 | "description": "Number of times the user have triggered /assign ",
|
2561 |
| - "unit": "Count" |
| 2566 | + "unit": "Count", |
| 2567 | + "metadata": [{ "type": "awsqConversationId" }] |
2562 | 2568 | },
|
2563 | 2569 | {
|
2564 | 2570 | "name": "awsq_codeReGeneration",
|
2565 | 2571 | "description": "Number of times the user invoked agent to re-engage in Code Gen.",
|
2566 |
| - "unit": "Count" |
| 2572 | + "unit": "Count", |
| 2573 | + "metadata": [{ "type": "awsqConversationId" }] |
2567 | 2574 | },
|
2568 | 2575 | {
|
2569 | 2576 | "name": "awsq_codeGenerateClick",
|
2570 | 2577 | "description": "Number of times the user has clicked on Generate Code",
|
2571 |
| - "unit": "Count" |
| 2578 | + "unit": "Count", |
| 2579 | + "metadata": [{ "type": "awsqConversationId" }] |
2572 | 2580 | },
|
2573 | 2581 | {
|
2574 | 2582 | "name": "awsq_approach",
|
2575 | 2583 | "description": "Number of time the user received an Approach.",
|
2576 |
| - "unit": "Count" |
| 2584 | + "unit": "Count", |
| 2585 | + "metadata": [{ "type": "awsqConversationId" }] |
2577 | 2586 | },
|
2578 | 2587 | {
|
2579 | 2588 | "name": "awsq_isRegeneratedCode",
|
2580 | 2589 | "description": "User has re-generated code as a part of code generation portion",
|
2581 |
| - "metadata": [{ "type": "enabled" }] |
| 2590 | + "metadata": [{ "type": "enabled" }, { "type": "awsqConversationId" }] |
2582 | 2591 | },
|
2583 | 2592 | {
|
2584 | 2593 | "name": "awsq_filesReviewed",
|
2585 | 2594 | "description": "How many files the user reviewed files after Code Generation phase.",
|
2586 |
| - "unit": "Count" |
| 2595 | + "unit": "Count", |
| 2596 | + "metadata": [{ "type": "awsqConversationId" }] |
2587 | 2597 | },
|
2588 | 2598 | {
|
2589 | 2599 | "name": "awsq_isAcceptedCodeChanges",
|
2590 | 2600 | "description": "User applied code changes generated for the task.",
|
2591 |
| - "metadata": [{ "type": "enabled" }] |
| 2601 | + "metadata": [{ "type": "enabled" }, { "type": "awsqConversationId" }] |
2592 | 2602 | },
|
2593 | 2603 | {
|
2594 | 2604 | "name": "awsq_repo",
|
2595 | 2605 | "description": "The size of the input repository",
|
2596 |
| - "metadata": [{ "type": "awsqRepositorySize" }] |
| 2606 | + "metadata": [{ "type": "awsqRepositorySize" }, { "type": "awsqConversationId" }] |
2597 | 2607 | },
|
2598 | 2608 | {
|
2599 | 2609 | "name": "awsq_filesChanged",
|
2600 | 2610 | "description": "The numbed of files suggested to change",
|
2601 |
| - "unit": "Count" |
| 2611 | + "unit": "Count", |
| 2612 | + "metadata": [{ "type": "awsqConversationId" }] |
2602 | 2613 | },
|
2603 | 2614 | {
|
2604 | 2615 | "name": "awsq_codeGenerationThumbsUp",
|
2605 | 2616 | "description": "User clicked on the thumbs up button, to mention that they are satisfied",
|
2606 |
| - "unit": "Count" |
| 2617 | + "unit": "Count", |
| 2618 | + "metadata": [{ "type": "awsqConversationId" }] |
2607 | 2619 | },
|
2608 | 2620 | {
|
2609 | 2621 | "name": "awsq_codeGenerationThumbsDown",
|
2610 | 2622 | "description": "User clicked on the thumbs down button to say that they are unsatisfied",
|
2611 |
| - "unit": "Count" |
| 2623 | + "unit": "Count", |
| 2624 | + "metadata": [{ "type": "awsqConversationId" }] |
2612 | 2625 | },
|
2613 | 2626 | {
|
2614 | 2627 | "name": "awsq_approachThumbsUp",
|
2615 | 2628 | "description": "User clicked on the thumbs up button, to mention that they are satisfied",
|
2616 |
| - "unit": "Count" |
| 2629 | + "unit": "Count", |
| 2630 | + "metadata": [{ "type": "awsqConversationId" }] |
2617 | 2631 | },
|
2618 | 2632 | {
|
2619 | 2633 | "name": "awsq_approachThumbsDown",
|
2620 | 2634 | "description": "User clicked on the thumbs down button to say that they are unsatisfied",
|
2621 |
| - "unit": "Count" |
| 2635 | + "unit": "Count", |
| 2636 | + "metadata": [{ "type": "awsqConversationId" }] |
2622 | 2637 | },
|
2623 | 2638 | {
|
2624 | 2639 | "name": "awsq_codeGenerationInvoke",
|
2625 | 2640 | "description": "Emitted when the user started Code Generation process.",
|
2626 | 2641 | "metadata": [
|
2627 | 2642 | { "type": "result" },
|
2628 |
| - { "type": "reason", "required": false } |
| 2643 | + { "type": "reason", "required": false }, |
| 2644 | + { "type": "awsqConversationId" } |
2629 | 2645 | ]
|
2630 | 2646 | },
|
2631 | 2647 | {
|
2632 | 2648 | "name": "awsq_approachInvoke",
|
2633 | 2649 | "description": "Emitted when the user started Approach process.",
|
2634 | 2650 | "metadata": [
|
2635 | 2651 | { "type": "result" },
|
2636 |
| - { "type": "reason", "required": false } |
| 2652 | + { "type": "reason", "required": false }, |
| 2653 | + { "type": "awsqConversationId" } |
2637 | 2654 | ]
|
2638 | 2655 | },
|
2639 | 2656 | {
|
2640 | 2657 | "name": "awsq_isApproachAccepted",
|
2641 | 2658 | "description": "User has accepted the approach generated by Weaverbird.",
|
2642 |
| - "metadata": [{ "type": "enabled" }] |
| 2659 | + "metadata": [{ "type": "enabled" }, { "type": "awsqConversationId" }] |
2643 | 2660 | },
|
2644 | 2661 | {
|
2645 | 2662 | "name": "codewhisperer_codePercentage",
|
|
0 commit comments