-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
documentation.md
95 lines (59 loc) · 2.57 KB
/
documentation.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[comment]: <> (Code generated by mdatagen. DO NOT EDIT.)
# exporterhelper
## Internal Telemetry
The following telemetry is emitted by this component.
### otelcol_exporter_enqueue_failed_log_records
Number of log records failed to be added to the sending queue.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {records} | Sum | Int | true |
### otelcol_exporter_enqueue_failed_metric_points
Number of metric points failed to be added to the sending queue.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {datapoints} | Sum | Int | true |
### otelcol_exporter_enqueue_failed_spans
Number of spans failed to be added to the sending queue.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {spans} | Sum | Int | true |
### otelcol_exporter_queue_capacity
Fixed capacity of the retry queue (in batches)
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| {batches} | Gauge | Int |
### otelcol_exporter_queue_size
Current size of the retry queue (in batches)
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| {batches} | Gauge | Int |
### otelcol_exporter_send_failed_log_records
Number of log records in failed attempts to send to destination.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {records} | Sum | Int | true |
### otelcol_exporter_send_failed_metric_points
Number of metric points in failed attempts to send to destination.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {datapoints} | Sum | Int | true |
### otelcol_exporter_send_failed_spans
Number of spans in failed attempts to send to destination.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {spans} | Sum | Int | true |
### otelcol_exporter_sent_log_records
Number of log record successfully sent to destination.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {records} | Sum | Int | true |
### otelcol_exporter_sent_metric_points
Number of metric points successfully sent to destination.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {datapoints} | Sum | Int | true |
### otelcol_exporter_sent_spans
Number of spans successfully sent to destination.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {spans} | Sum | Int | true |