-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
documentation.md
55 lines (34 loc) · 1.52 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
[comment]: <> (Code generated by mdatagen. DO NOT EDIT.)
# receiverhelper
## Internal Telemetry
The following telemetry is emitted by this component.
### otelcol_receiver_accepted_log_records
Number of log records successfully pushed into the pipeline.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {records} | Sum | Int | true |
### otelcol_receiver_accepted_metric_points
Number of metric points successfully pushed into the pipeline.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {datapoints} | Sum | Int | true |
### otelcol_receiver_accepted_spans
Number of spans successfully pushed into the pipeline.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {spans} | Sum | Int | true |
### otelcol_receiver_refused_log_records
Number of log records that could not be pushed into the pipeline.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {records} | Sum | Int | true |
### otelcol_receiver_refused_metric_points
Number of metric points that could not be pushed into the pipeline.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {datapoints} | Sum | Int | true |
### otelcol_receiver_refused_spans
Number of spans that could not be pushed into the pipeline.
| Unit | Metric Type | Value Type | Monotonic |
| ---- | ----------- | ---------- | --------- |
| {spans} | Sum | Int | true |