@@ -4,78 +4,77 @@ status:
4
4
disable_codecov_badge : true
5
5
class : pkg
6
6
stability :
7
- stable : [metrics, traces, logs]
7
+ beta : [metrics, traces, logs]
8
8
telemetry :
9
9
metrics :
10
10
receiver_accepted_spans :
11
11
enabled : true
12
- description : Number of spans successfully pushed into the pipeline. [alpha]
12
+ stability :
13
+ level : alpha
14
+ description : Number of spans successfully pushed into the pipeline.
13
15
unit : " {spans}"
14
16
sum :
15
17
value_type : int
16
18
monotonic : true
17
- aggregation_temporality : cumulative
18
19
receiver_refused_spans :
19
20
enabled : true
20
- description : Number of spans that could not be pushed into the pipeline. [alpha]
21
+ description : Number of spans that could not be pushed into the pipeline.
21
22
unit : " {spans}"
22
23
sum :
23
24
value_type : int
24
25
monotonic : true
25
- aggregation_temporality : cumulative
26
26
receiver_internal_errors_spans :
27
27
enabled : true
28
28
description : The number of spans that failed to be processed by the receiver due to internal errors.
29
29
unit : " {spans}"
30
30
sum :
31
31
value_type : int
32
32
monotonic : true
33
- aggregation_temporality : cumulative
34
33
receiver_accepted_metric_points :
34
+ stability :
35
+ level : alpha
35
36
enabled : true
36
- description : The number of metric points successfully accepted by the receiver .
37
- unit : " {points }"
37
+ description : Number of metric points successfully pushed into the pipeline .
38
+ unit : " {datapoints }"
38
39
sum :
39
40
value_type : int
40
41
monotonic : true
41
- aggregation_temporality : cumulative
42
42
receiver_refused_metric_points :
43
43
enabled : true
44
- description : The number of metric points refused by the receiver .
45
- unit : " {points }"
44
+ description : Number of metric points that could not be pushed into the pipeline .
45
+ unit : " {datapoints }"
46
46
sum :
47
47
value_type : int
48
48
monotonic : true
49
- aggregation_temporality : cumulative
50
49
receiver_internal_errors_metric_points :
51
50
enabled : true
52
51
description : The number of metric points that failed to be processed by the receiver due to internal errors.
53
- unit : " {points }"
52
+ unit : " {datapoints }"
54
53
sum :
55
54
value_type : int
56
55
monotonic : true
57
- aggregation_temporality : cumulative
58
56
receiver_accepted_log_records :
59
57
enabled : true
60
- description : The number of log records successfully accepted by the receiver.
58
+ stability :
59
+ level : alpha
60
+ description : Number of log records successfully pushed into the pipeline.
61
61
unit : " {records}"
62
62
sum :
63
63
value_type : int
64
64
monotonic : true
65
- aggregation_temporality : cumulative
66
65
receiver_refused_log_records :
67
66
enabled : true
68
- description : The number of log records refused by the receiver.
67
+ stability :
68
+ level : alpha
69
+ description : Number of log records that could not be pushed into the pipeline.
69
70
unit : " {records}"
70
71
sum :
71
72
value_type : int
72
73
monotonic : true
73
- aggregation_temporality : cumulative
74
74
receiver_internal_errors_log_records :
75
75
enabled : true
76
76
description : The number of log records that failed to be processed by the receiver due to internal errors.
77
77
unit : " {records}"
78
78
sum :
79
79
value_type : int
80
80
monotonic : true
81
- aggregation_temporality : cumulative
0 commit comments