@@ -13,27 +13,17 @@ tests:
1313
1414telemetry :
1515 metrics :
16- processor_groupbyattrs_num_grouped_spans :
17- enabled : true
18- description : Number of spans that had attributes grouped
19- stability :
20- level : development
21- unit : " 1"
22- sum :
23- value_type : int
24- monotonic : true
25- processor_groupbyattrs_num_non_grouped_spans :
16+ processor_groupbyattrs_log_groups :
2617 enabled : true
27- description : Number of spans that did not have attributes grouped
18+ description : Distribution of groups extracted for logs
2819 stability :
2920 level : development
3021 unit : " 1"
31- sum :
22+ histogram :
3223 value_type : int
33- monotonic : true
34- processor_groupbyattrs_span_groups :
24+ processor_groupbyattrs_metric_groups :
3525 enabled : true
36- description : Distribution of groups extracted for spans
26+ description : Distribution of groups extracted for metrics
3727 stability :
3828 level : development
3929 unit : " 1"
@@ -48,26 +38,27 @@ telemetry:
4838 sum :
4939 value_type : int
5040 monotonic : true
51- processor_groupbyattrs_num_non_grouped_logs :
41+ processor_groupbyattrs_num_grouped_metrics :
5242 enabled : true
53- description : Number of logs that did not have attributes grouped
43+ description : Number of metrics that had attributes grouped
5444 stability :
5545 level : development
5646 unit : " 1"
5747 sum :
5848 value_type : int
5949 monotonic : true
60- processor_groupbyattrs_log_groups :
50+ processor_groupbyattrs_num_grouped_spans :
6151 enabled : true
62- description : Distribution of groups extracted for logs
52+ description : Number of spans that had attributes grouped
6353 stability :
6454 level : development
6555 unit : " 1"
66- histogram :
56+ sum :
6757 value_type : int
68- processor_groupbyattrs_num_grouped_metrics :
58+ monotonic : true
59+ processor_groupbyattrs_num_non_grouped_logs :
6960 enabled : true
70- description : Number of metrics that had attributes grouped
61+ description : Number of logs that did not have attributes grouped
7162 stability :
7263 level : development
7364 unit : " 1"
@@ -83,9 +74,18 @@ telemetry:
8374 sum :
8475 value_type : int
8576 monotonic : true
86- processor_groupbyattrs_metric_groups :
77+ processor_groupbyattrs_num_non_grouped_spans :
8778 enabled : true
88- description : Distribution of groups extracted for metrics
79+ description : Number of spans that did not have attributes grouped
80+ stability :
81+ level : development
82+ unit : " 1"
83+ sum :
84+ value_type : int
85+ monotonic : true
86+ processor_groupbyattrs_span_groups :
87+ enabled : true
88+ description : Distribution of groups extracted for spans
8989 stability :
9090 level : development
9191 unit : " 1"
0 commit comments