@@ -236,7 +236,7 @@ func TestBatchProcessorSentBySize(t *testing.T) {
236
236
{
237
237
Name : "otelcol_processor_batch_batch_send_size" ,
238
238
Description : "Number of units in the batch" ,
239
- Unit : "1 " ,
239
+ Unit : "{units} " ,
240
240
Data : metricdata.Histogram [int64 ]{
241
241
Temporality : metricdata .CumulativeTemporality ,
242
242
DataPoints : []metricdata.HistogramDataPoint [int64 ]{
@@ -255,7 +255,7 @@ func TestBatchProcessorSentBySize(t *testing.T) {
255
255
{
256
256
Name : "otelcol_processor_batch_batch_size_trigger_send" ,
257
257
Description : "Number of times the batch was sent due to a size trigger" ,
258
- Unit : "1 " ,
258
+ Unit : "{times} " ,
259
259
Data : metricdata.Sum [int64 ]{
260
260
Temporality : metricdata .CumulativeTemporality ,
261
261
IsMonotonic : true ,
@@ -270,7 +270,7 @@ func TestBatchProcessorSentBySize(t *testing.T) {
270
270
{
271
271
Name : "otelcol_processor_batch_metadata_cardinality" ,
272
272
Description : "Number of distinct metadata value combinations being processed" ,
273
- Unit : "1 " ,
273
+ Unit : "{combinations} " ,
274
274
Data : metricdata.Sum [int64 ]{
275
275
Temporality : metricdata .CumulativeTemporality ,
276
276
IsMonotonic : false ,
@@ -362,7 +362,7 @@ func TestBatchProcessorSentBySizeWithMaxSize(t *testing.T) {
362
362
{
363
363
Name : "otelcol_processor_batch_batch_send_size" ,
364
364
Description : "Number of units in the batch" ,
365
- Unit : "1 " ,
365
+ Unit : "{units} " ,
366
366
Data : metricdata.Histogram [int64 ]{
367
367
Temporality : metricdata .CumulativeTemporality ,
368
368
DataPoints : []metricdata.HistogramDataPoint [int64 ]{
@@ -381,7 +381,7 @@ func TestBatchProcessorSentBySizeWithMaxSize(t *testing.T) {
381
381
{
382
382
Name : "otelcol_processor_batch_batch_size_trigger_send" ,
383
383
Description : "Number of times the batch was sent due to a size trigger" ,
384
- Unit : "1 " ,
384
+ Unit : "{times} " ,
385
385
Data : metricdata.Sum [int64 ]{
386
386
Temporality : metricdata .CumulativeTemporality ,
387
387
IsMonotonic : true ,
@@ -396,7 +396,7 @@ func TestBatchProcessorSentBySizeWithMaxSize(t *testing.T) {
396
396
{
397
397
Name : "otelcol_processor_batch_timeout_trigger_send" ,
398
398
Description : "Number of times the batch was sent due to a timeout trigger" ,
399
- Unit : "1 " ,
399
+ Unit : "{times} " ,
400
400
Data : metricdata.Sum [int64 ]{
401
401
Temporality : metricdata .CumulativeTemporality ,
402
402
IsMonotonic : true ,
@@ -411,7 +411,7 @@ func TestBatchProcessorSentBySizeWithMaxSize(t *testing.T) {
411
411
{
412
412
Name : "otelcol_processor_batch_metadata_cardinality" ,
413
413
Description : "Number of distinct metadata value combinations being processed" ,
414
- Unit : "1 " ,
414
+ Unit : "{combinations} " ,
415
415
Data : metricdata.Sum [int64 ]{
416
416
Temporality : metricdata .CumulativeTemporality ,
417
417
IsMonotonic : false ,
@@ -625,7 +625,7 @@ func TestBatchMetricProcessorBatchSize(t *testing.T) {
625
625
{
626
626
Name : "otelcol_processor_batch_batch_send_size" ,
627
627
Description : "Number of units in the batch" ,
628
- Unit : "1 " ,
628
+ Unit : "{units} " ,
629
629
Data : metricdata.Histogram [int64 ]{
630
630
Temporality : metricdata .CumulativeTemporality ,
631
631
DataPoints : []metricdata.HistogramDataPoint [int64 ]{
@@ -644,7 +644,7 @@ func TestBatchMetricProcessorBatchSize(t *testing.T) {
644
644
{
645
645
Name : "otelcol_processor_batch_batch_size_trigger_send" ,
646
646
Description : "Number of times the batch was sent due to a size trigger" ,
647
- Unit : "1 " ,
647
+ Unit : "{times} " ,
648
648
Data : metricdata.Sum [int64 ]{
649
649
Temporality : metricdata .CumulativeTemporality ,
650
650
IsMonotonic : true ,
@@ -659,7 +659,7 @@ func TestBatchMetricProcessorBatchSize(t *testing.T) {
659
659
{
660
660
Name : "otelcol_processor_batch_metadata_cardinality" ,
661
661
Description : "Number of distinct metadata value combinations being processed" ,
662
- Unit : "1 " ,
662
+ Unit : "{combinations} " ,
663
663
Data : metricdata.Sum [int64 ]{
664
664
Temporality : metricdata .CumulativeTemporality ,
665
665
IsMonotonic : false ,
@@ -1005,7 +1005,7 @@ func TestBatchLogProcessor_BatchSize(t *testing.T) {
1005
1005
{
1006
1006
Name : "otelcol_processor_batch_batch_send_size" ,
1007
1007
Description : "Number of units in the batch" ,
1008
- Unit : "1 " ,
1008
+ Unit : "{units} " ,
1009
1009
Data : metricdata.Histogram [int64 ]{
1010
1010
Temporality : metricdata .CumulativeTemporality ,
1011
1011
DataPoints : []metricdata.HistogramDataPoint [int64 ]{
@@ -1024,7 +1024,7 @@ func TestBatchLogProcessor_BatchSize(t *testing.T) {
1024
1024
{
1025
1025
Name : "otelcol_processor_batch_batch_size_trigger_send" ,
1026
1026
Description : "Number of times the batch was sent due to a size trigger" ,
1027
- Unit : "1 " ,
1027
+ Unit : "{times} " ,
1028
1028
Data : metricdata.Sum [int64 ]{
1029
1029
Temporality : metricdata .CumulativeTemporality ,
1030
1030
IsMonotonic : true ,
@@ -1039,7 +1039,7 @@ func TestBatchLogProcessor_BatchSize(t *testing.T) {
1039
1039
{
1040
1040
Name : "otelcol_processor_batch_metadata_cardinality" ,
1041
1041
Description : "Number of distinct metadata value combinations being processed" ,
1042
- Unit : "1 " ,
1042
+ Unit : "{combinations} " ,
1043
1043
Data : metricdata.Sum [int64 ]{
1044
1044
Temporality : metricdata .CumulativeTemporality ,
1045
1045
IsMonotonic : false ,
0 commit comments