Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 4d58895

Browse files
Merge pull request #1763 from splunk/urbiz-OD6084-internal-metrics
[6084]: Collector internal metrics
2 parents 4202b25 + 3604c76 commit 4d58895

File tree

1 file changed

+64
-40
lines changed

1 file changed

+64
-40
lines changed

gdi/opentelemetry/metrics-internal-collector.rst

Lines changed: 64 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Internal metrics of the Collector
77
.. meta::
88
:description: Internal metrics for the Collector.
99

10-
These are the Collector's internal metrics:
10+
These are the Collector's internal metrics.
1111

1212
.. list-table::
1313
:widths: 40 60
@@ -26,11 +26,20 @@ These are the Collector's internal metrics:
2626
* - ``otelcol_exporter_enqueue_failed_spans``
2727
- Number of spans failed to be added to the sending queue
2828

29+
* - ``otelcol_exporter_queue_capacity``
30+
- Capacity of the exporter queue
31+
2932
* - ``otelcol_exporter_queue_size``
3033
- Current size of the retry queue, in batches
3134

35+
* - ``otelcol_exporter_send_failed_log_records``
36+
- Number of log records failed to be sent to destination
37+
38+
* - ``otelcol_exporter_send_failed_metric_points``
39+
- Number of metrics point failed to be sent to destination
40+
3241
* - ``otelcol_exporter_sent_log_records``
33-
- Number of log record successfully sent to destination
42+
- Number of log records successfully sent to destination
3443

3544
* - ``otelcol_exporter_sent_metric_points``
3645
- Number of metric points successfully sent to destination
@@ -59,11 +68,11 @@ These are the Collector's internal metrics:
5968
* - ``otelcol_process_memory_rss``
6069
- Total physical memory (resident set size)
6170

62-
* - ``otelcol_process_runtime_total_alloc_bytes``
71+
* - ``otelcol_process_runtime_heap_alloc_bytes``
6372
- Bytes of allocated heap objects
6473

65-
* - ``otelcol_process_runtime_total_sys_memory_bytes``
66-
- Cumulative bytes allocated for heap objects
74+
* - ``otelcol_process_runtime_total_alloc_bytes``
75+
- Total bytes of allocated objects
6776

6877
* - ``otelcol_process_runtime_total_sys_memory_bytes``
6978
- Cumulative bytes allocated for heap objects
@@ -86,63 +95,78 @@ These are the Collector's internal metrics:
8695
* - ``otelcol_processor_batch_batch_send_size_bucket``
8796
- Number of units in the batch histogram bucket
8897

98+
* - ``otelcol_processor_batch_batch_send_size_count``
99+
- Number of units in the batch histogram count
100+
89101
* - ``otelcol_processor_batch_batch_send_size_sum``
90102
- Number of units in the batch histogram sum
91103

92-
* - ``otelcol_scraper_scraped_metric_points``
93-
- Number of metric points successfully scraped
104+
* - ``otelcol_processor_batch_timeout_trigger_send``
105+
- Number of times the batch was sent due to a timeout trigger
94106

95-
* - ``otelcol_scraper_errored_metric_points``
96-
- Number of metric points that couldn't be scraped
107+
* - ``otelcol_processor_dropped_log_records``
108+
- Number of log records that were dropped
97109

98-
* - ``otelcol_sapm_spans_exported``
99-
- Number of spans successfully exported
110+
* - ``otelcol_processor_dropped_metric_points``
111+
- Number of metric points that were dropped
100112

101-
* - ``otelcol_sapm_requests_failed``
102-
- Number of failed HTTP requests
113+
* - ``otelcol_processor_dropped_spans``
114+
- Number of spans that were dropped
103115

104-
* - ``otelcol_sapm_spans_exported``
105-
- Number of batches successfully exported
116+
* - ``otelcol_processor_groupbyattrs_log_groups``
117+
- Distribution of groups extracted for logs
106118

107-
* - ``otelcol_receiver_refused_spans``
108-
- Number of spans that could not be pushed into the pipeline
119+
* - ``otelcol_processor_groupbyattrs_log_groups_bucket``
120+
- Distribution of groups extracted for logs bucket histogram
109121

110-
* - ``otelcol_receiver_refused_metric_points``
111-
- Number of metric points that could not be pushed into the pipeline
122+
* - ``otelcol_processor_groupbyattrs_log_groups_count``
123+
- Distribution of groups extracted for logs count histogram
112124

113-
* - ``otelcol_receiver_refused_log_records``
114-
- Number of log records that could not be pushed into the pipeline
125+
* - ``otelcol_processor_groupbyattrs_log_groups_sum``
126+
- Distribution of groups extracted for logs sum histogram
115127

116-
* - ``otelcol_receiver_accepted_metric_points``
117-
- Number of metric points successfully pushed into the pipeline
128+
* - ``otelcol_processor_refused_log_records``
129+
- Number of refused log records
130+
131+
* - ``otelcol_processor_refused_metric_points``
132+
- Number of refused metric points
118133

119134
* - ``otelcol_receiver_accepted_log_records``
120135
- Number of log records successfully pushed into the pipeline
121136

137+
* - ``otelcol_receiver_accepted_metric_points``
138+
- Number of metric points successfully pushed into the pipeline
139+
122140
* - ``otelcol_receiver_accepted_spans``
123-
- Number of spans successfully pushed into the pipeline
141+
- Number of spans successfully pushed into the pipeline
142+
143+
* - ``otelcol_receiver_refused_log_records``
144+
- Number of log records that could not be pushed into the pipeline
145+
146+
* - ``otelcol_receiver_refused_metric_points``
147+
- Number of metric points that could not be pushed into the pipeline
148+
149+
* - ``otelcol_receiver_refused_spans``
150+
- Number of spans that could not be pushed into the pipeline
151+
152+
* - ``otelcol_sapm_requests_failed``
153+
- Number of failed HTTP requests
154+
155+
* - ``otelcol_sapm_spans_exported``
156+
- Number of spans successfully exported
157+
158+
* - ``otelcol_scraper_errored_metric_points``
159+
- Number of metric points that couldn't be scraped
160+
161+
* - ``otelcol_scraper_scraped_metric_points``
162+
- Number of metric points successfully scraped
163+
124164

125-
* - ``otelcol_processor_groupbyattrs_log_groups``
126-
- Distribution of groups extracted for logs
127165

128-
* - ``otelcol_processor_groupbyattrs_log_groups_count``
129-
- Distribution of groups extracted for logs count histogram
130166

131-
* - ``otelcol_processor_groupbyattrs_log_groups_sum``
132-
- Distribution of groups extracted for logs sum histogram
133167

134-
* - ``otelcol_processor_groupbyattrs_log_groups_bucket``
135-
- Distribution of groups extracted for logs bucket histogram
136168

137-
* - ``otelcol_processor_dropped_spans``
138-
- Number of spans that were dropped
139169

140-
* - ``otelcol_processor_dropped_metric_points``
141-
- Number of metric points that were dropped
142170

143-
* - ``otelcol_processor_dropped_log_records``
144-
- Number of log records that were dropped
145171

146-
* - ``otelcol_processor_batch_timeout_trigger_send``
147-
- Number of times the batch was sent due to a timeout trigger
148172

0 commit comments

Comments
 (0)