Skip to content

Commit

Permalink
added ComputeEnv as type with dev, local, test, web, cc, cloud9, wsl,… (
Browse files Browse the repository at this point in the history
#665)

* added ComputeEnv as type with dev, local, test, web, cc, cloud9, wsl, ssh as env

* Update telemetry/service/service-model.json

Co-authored-by: Justin M. Keyes <[email protected]>

* added cloud9-codecatalyst

---------

Co-authored-by: Justin M. Keyes <[email protected]>
  • Loading branch information
dhruvigajjar and justinmk3 authored Jan 16, 2024
1 parent 13ebdfb commit 21dea92
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions telemetry/service/service-model.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@
"type":"string",
"max":2000
},
"ComputeEnv":{
"type":"string",
"enum":[
"cloud9",
"cloud9-codecatalyst",
"cloud9-ec2",
"codecatalyst",
"ec2",
"local",
"sagemaker",
"ssh",
"test",
"web",
"wsl",
"other"
]
},
"Datapoint":{
"type":"double",
"min":0
Expand Down Expand Up @@ -169,6 +186,7 @@
"AWSProductVersion":{"shape":"AWSProductVersion"},
"OS":{"shape":"Value"},
"OSVersion":{"shape":"Value"},
"CommputeEnv": {"shape":"ComputeEnv"},
"ParentProduct":{"shape":"Value"},
"ParentProductVersion":{"shape":"Value"},
"Metadata":{"shape":"Metadata"},
Expand All @@ -191,6 +209,7 @@
"OS":{"shape":"Value"},
"OSArchitecture":{"shape":"Value"},
"OSVersion":{"shape":"Value"},
"CommputeEnv": {"shape":"ComputeEnv"},
"ParentProduct":{"shape":"Value"},
"ParentProductVersion":{"shape":"Value"},
"MetricData":{"shape":"MetricData"}
Expand Down

0 comments on commit 21dea92

Please sign in to comment.