@@ -111,7 +111,7 @@ Feature: Metrics
111111 When the request is sent
112112 Then the response status is 200 OK
113113
114- @integration-only @skip-terraform-config @skip-validation @team:DataDog/metrics-aggregation
114+ @integration-only @skip-terraform-config @skip-validation @team:DataDog/metrics-intake-edge
115115 Scenario : Submit deflate distribution points returns "Payload accepted" response
116116 Given new "SubmitDistributionPoints" request
117117 And body with value {"series" : [{"metric" : "system.load.1.dist" , "points" : [[{{ timestamp("now" ) }}, [1.0, 2.0]]]}]}
@@ -127,28 +127,28 @@ Feature: Metrics
127127 When the request is sent
128128 Then the response status is 202 Payload accepted
129129
130- @integration-only @skip-terraform-config @skip-validation @team:DataDog/metrics-aggregation
130+ @integration-only @skip-terraform-config @skip-validation @team:DataDog/metrics-intake-edge
131131 Scenario : Submit distribution points returns "Bad Request" response
132132 Given new "SubmitDistributionPoints" request
133133 And body with value {"series" : [{"metric" : "system.load.1.dist" , "points" : [[1475317847.0, 1.0]]}]}
134134 When the request is sent
135135 Then the response status is 400 Bad Request
136136
137- @integration-only @skip-terraform-config @skip-validation @team:DataDog/metrics-aggregation
137+ @integration-only @skip-terraform-config @skip-validation @team:DataDog/metrics-intake-edge
138138 Scenario : Submit distribution points returns "Payload accepted" response
139139 Given new "SubmitDistributionPoints" request
140140 And body with value {"series" : [{"metric" : "system.load.1.dist" , "points" : [[{{ timestamp("now" ) }}, [1.0, 2.0]]]}]}
141141 When the request is sent
142142 Then the response status is 202 Payload accepted
143143
144- @generated @skip @team:DataDog/metrics-aggregation
144+ @generated @skip @team:DataDog/metrics-intake-edge
145145 Scenario : Submit distribution points returns "Payload too large" response
146146 Given new "SubmitDistributionPoints" request
147147 And body with value {"series" : [{"metric" : "system.load.1" , "points" : [[1475317847.0, [1.0, 2.0]]]}]}
148148 When the request is sent
149149 Then the response status is 413 Payload too large
150150
151- @generated @skip @team:DataDog/metrics-aggregation
151+ @generated @skip @team:DataDog/metrics-intake-edge
152152 Scenario : Submit distribution points returns "Request timeout" response
153153 Given new "SubmitDistributionPoints" request
154154 And body with value {"series" : [{"metric" : "system.load.1" , "points" : [[1475317847.0, [1.0, 2.0]]]}]}
0 commit comments