Skip to content

Commit

Permalink
Renmae LiveTail metric definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Keegan Irby committed Dec 5, 2024
1 parent 6576436 commit ce9fc8f
Showing 1 changed file with 52 additions and 52 deletions.
104 changes: 52 additions & 52 deletions telemetry/definitions/commonDefinitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1264,6 +1264,16 @@
"type": "string",
"description": "Filename extension (examples: .txt, .yml, .yaml, .asl.yaml, ...), or empty string if the filename does not contain dot (.) between two chars."
},
{
"name": "filterType",
"type": "string",
"allowedValues": [
"all",
"prefix",
"specific"
],
"description": "Type of filter applied"
},
{
"name": "findingId",
"type": "string",
Expand Down Expand Up @@ -1297,11 +1307,6 @@
"type": "boolean",
"description": "Whether the user has access to CodeWhisperer Chat"
},
{
"name": "hasLogEventFilterPattern",
"type": "boolean",
"description": "If LogEvent filter pattern is applied"
},
{
"name": "hasTextFilter",
"type": "boolean",
Expand Down Expand Up @@ -1443,11 +1448,6 @@
"type": "string",
"description": "User locale. Examples: en-US, en-GB, etc."
},
{
"name": "logStreamFilterType",
"type": "string",
"description": "Type of LogStream filter applied to session"
},
{
"name": "metricId",
"type": "string",
Expand Down Expand Up @@ -3645,6 +3645,48 @@
}
]
},
{
"name": "cloudwatchlogs_startLiveTail",
"description": "When user starts a new LiveTail command",
"metadata": [
{
"type": "filterType",
"required": false
},
{
"type": "hasTextFilter",
"required": false
},
{
"type": "result"
},
{
"type": "sessionAlreadyStarted",
"required": true
},
{
"type": "source",
"required": true
}
]
},
{
"name": "cloudwatchlogs_stopLiveTail",
"description": "When user stops a liveTailSession",
"metadata": [
{
"type": "duration",
"required": true
},
{
"type": "result"
},
{
"type": "source",
"required": true
}
]
},
{
"name": "cloudwatchlogs_tailStream",
"description": "Tail stream off/on",
Expand Down Expand Up @@ -5010,48 +5052,6 @@
}
]
},
{
"name": "cwlLiveTail_Start",
"description": "When user starts a new LiveTail command",
"metadata": [
{
"type": "hasLogEventFilterPattern",
"required": false
},
{
"type": "logStreamFilterType",
"required": false
},
{
"type": "result"
},
{
"type": "sessionAlreadyStarted",
"required": true
},
{
"type": "source",
"required": true
}
]
},
{
"name": "cwlLiveTail_Stop",
"description": "When user stops a liveTailSession",
"metadata": [
{
"type": "duration",
"required": true
},
{
"type": "result"
},
{
"type": "source",
"required": true
}
]
},
{
"name": "deeplink_open",
"description": "User requested that a resource be opened in the browser using the deeplink service",
Expand Down

0 comments on commit ce9fc8f

Please sign in to comment.