Skip to content

Commit 362bc1e

Browse files
authored
telemetry(amazonq): active user metric (#1063)
## Problem - need active user metric ## Solution - emit new metric for active user <!--- REMINDER: - Read CONTRIBUTING.md first. - Add test coverage for your changes. - Link to related issues/commits. - Testing: how did you test your changes? - Screenshots if applicable --> ## License By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent e285476 commit 362bc1e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,6 +2326,18 @@
23262326
}
23272327
]
23282328
},
2329+
{
2330+
"name": "amazonq_activeUser",
2331+
"description": "An active user is when the user sends a message, and the user will be considered active until the remainder of the time window",
2332+
"metadata": [
2333+
{
2334+
"type": "credentialStartUrl"
2335+
},
2336+
{
2337+
"type": "result"
2338+
}
2339+
]
2340+
},
23292341
{
23302342
"name": "amazonq_addMessage",
23312343
"description": "When a message is added to the conversation",

0 commit comments

Comments
 (0)