@@ -222,17 +222,27 @@ def pop_formatted_stats(self):
222222 exceptions = self .pop_exceptions ()['methodExceptions' ]
223223 latencies = self .pop_latencies ()['methodLatencies' ]
224224 return {
225- 'mE' : {'t' : exceptions ['treatment' ],
226- 'ts' : exceptions ['treatments' ],
227- 'tc' : exceptions ['treatment_with_config' ],
228- 'tcs' : exceptions ['treatments_with_config' ],
229- 'tr' : exceptions ['track' ]
225+ 'mE' : {
226+ 't' : exceptions ['treatment' ],
227+ 'ts' : exceptions ['treatments' ],
228+ 'tc' : exceptions ['treatment_with_config' ],
229+ 'tcs' : exceptions ['treatments_with_config' ],
230+ 'tf' : exceptions ['treatments_by_flag_set' ],
231+ 'tfs' : exceptions ['treatments_by_flag_sets' ],
232+ 'tcf' : exceptions ['treatments_with_config_by_flag_set' ],
233+ 'tcfs' : exceptions ['treatments_with_config_by_flag_sets' ],
234+ 'tr' : exceptions ['track' ]
230235 },
231- 'mL' : {'t' : latencies ['treatment' ],
232- 'ts' : latencies ['treatments' ],
233- 'tc' : latencies ['treatment_with_config' ],
234- 'tcs' : latencies ['treatments_with_config' ],
235- 'tr' : latencies ['track' ]
236+ 'mL' : {
237+ 't' : latencies ['treatment' ],
238+ 'ts' : latencies ['treatments' ],
239+ 'tc' : latencies ['treatment_with_config' ],
240+ 'tcs' : latencies ['treatments_with_config' ],
241+ 'tf' : latencies ['treatments_by_flag_set' ],
242+ 'tfs' : latencies ['treatments_by_flag_sets' ],
243+ 'tcf' : latencies ['treatments_with_config_by_flag_set' ],
244+ 'tcfs' : latencies ['treatments_with_config_by_flag_sets' ],
245+ 'tr' : latencies ['track' ]
236246 },
237247 }
238248
0 commit comments