Skip to content

Commit

Permalink
udpated service model with UserAgent and Lsp Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruvi Gajjar committed Nov 19, 2024
1 parent 7e9a916 commit eb63e14
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions telemetry/service/service-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@
"OS":{"shape":"Value"},
"OSVersion":{"shape":"Value"},
"ComputeEnv": {"shape":"ComputeEnv"},
"SessionId": {"shape":"SessionId"},
"userAgent": {"shape":"Value"},
"lspVersion": {"shape":"Value"},
"ParentProduct":{"shape":"Value"},
"ParentProductVersion":{"shape":"Value"},
"Metadata":{"shape":"Metadata"},
Expand All @@ -212,6 +215,9 @@
"OSArchitecture":{"shape":"Value"},
"OSVersion":{"shape":"Value"},
"ComputeEnv": {"shape":"ComputeEnv"},
"SessionId": {"shape":"SessionId"},
"userAgent": {"shape":"Value"},
"lspVersion": {"shape":"Value"},
"ParentProduct":{"shape":"Value"},
"ParentProductVersion":{"shape":"Value"},
"MetricData":{"shape":"MetricData"}
Expand All @@ -224,6 +230,10 @@
"Negative"
]
},
"SessionId":{
"type":"string",
"pattern":"^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$"
},
"StackTrace":{
"type":"string",
"max":16384
Expand Down

0 comments on commit eb63e14

Please sign in to comment.