@@ -238,52 +238,50 @@ files in the repository.
238
238
239
239
# ### `basic`-level metrics
240
240
241
- | Metric name | Description | Type |
242
- | ------------------------------------------------------- | --------------------------------------------------------------------------------------- | -- ------- |
243
- | `otelcol_exporter_enqueue_failed_`<br>`log_records` | Number of logs that exporter(s) failed to enqueue. | Counter |
244
- | `otelcol_exporter_enqueue_failed_`<br>`metric_points` | Number of metric points that exporter(s) failed to enqueue. | Counter |
245
- | `otelcol_exporter_enqueue_failed_`<br>`spans` | Number of spans that exporter(s) failed to enqueue. | Counter |
246
- | `otelcol_exporter_queue_capacity` | Fixed capacity of the sending queue, in batches. | Gauge |
247
- | `otelcol_exporter_queue_size` | Current size of the sending queue, in batches. | Gauge |
248
- | `otelcol_exporter_send_failed_`<br>`log_records` | Number of logs that exporter(s) failed to send to destination. | Counter |
249
- | `otelcol_exporter_send_failed_`<br>`metric_points` | Number of metric points that exporter(s) failed to send to destination. | Counter |
250
- | `otelcol_exporter_send_failed_`<br>`spans` | Number of spans that exporter(s) failed to send to destination. | Counter |
251
- | `otelcol_exporter_sent_log_records` | Number of logs successfully sent to destination. | Counter |
252
- | `otelcol_exporter_sent_metric_points` | Number of metric points successfully sent to destination. | Counter |
253
- | `otelcol_exporter_sent_spans` | Number of spans successfully sent to destination. | Counter |
254
- | `otelcol_process_cpu_seconds` | Total CPU user and system time in seconds. | Counter |
255
- | `otelcol_process_memory_rss` | Total physical memory (resident set size) in bytes. | Gauge |
256
- | `otelcol_process_runtime_heap_`<br>`alloc_bytes` | Bytes of allocated heap objects (see 'go doc runtime.MemStats.HeapAlloc'). | Gauge |
257
- | `otelcol_process_runtime_total_`<br>`alloc_bytes` | Cumulative bytes allocated for heap objects (see 'go doc runtime.MemStats.TotalAlloc'). | Counter |
258
- | `otelcol_process_runtime_total_`<br>`sys_memory_bytes` | Total bytes of memory obtained from the OS (see 'go doc runtime.MemStats.Sys'). | Gauge |
259
- | `otelcol_process_uptime` | Uptime of the process in seconds. | Counter |
260
- | `otelcol_processor_incoming_items` | Number of items passed to the processor. | Counter |
261
- | `otelcol_processor_outgoing_items` | Number of items emitted from the processor. | Counter |
262
- | `otelcol_receiver_accepted_`<br>`log_records` | Number of logs successfully ingested and pushed into the pipeline. | Counter |
263
- | `otelcol_receiver_accepted_`<br>`metric_points` | Number of metric points successfully ingested and pushed into the pipeline. | Counter |
264
- | `otelcol_receiver_accepted_spans` | Number of spans successfully ingested and pushed into the pipeline. | Counter |
265
- | `otelcol_receiver_refused_`<br>`log_records` | Number of logs that could not be pushed into the pipeline. | Counter |
266
- | `otelcol_receiver_refused_`<br>`metric_points` | Number of metric points that could not be pushed into the pipeline. | Counter |
267
- | `otelcol_receiver_refused_spans` | Number of spans that could not be pushed into the pipeline. | Counter |
268
- | `otelcol_scraper_errored_`<br>`metric_points` | Number of metric points the Collector failed to scrape. | Counter |
269
- | `otelcol_scraper_scraped_`<br>`metric_points` | Number of metric points scraped by the Collector. | Counter |
241
+ | Metric name | Description | Type |
242
+ | ------------------------------------------------------ | --------------------------------------------------------------------------------------- | ------- |
243
+ | `otelcol_exporter_enqueue_failed_`<br>`log_records` | Number of logs that exporter(s) failed to enqueue. | Counter |
244
+ | `otelcol_exporter_enqueue_failed_`<br>`metric_points` | Number of metric points that exporter(s) failed to enqueue. | Counter |
245
+ | `otelcol_exporter_enqueue_failed_`<br>`spans` | Number of spans that exporter(s) failed to enqueue. | Counter |
246
+ | `otelcol_exporter_queue_capacity` | Fixed capacity of the sending queue, in batches. | Gauge |
247
+ | `otelcol_exporter_queue_size` | Current size of the sending queue, in batches. | Gauge |
248
+ | `otelcol_exporter_send_failed_`<br>`log_records` | Number of logs that exporter(s) failed to send to destination. | Counter |
249
+ | `otelcol_exporter_send_failed_`<br>`metric_points` | Number of metric points that exporter(s) failed to send to destination. | Counter |
250
+ | `otelcol_exporter_send_failed_`<br>`spans` | Number of spans that exporter(s) failed to send to destination. | Counter |
251
+ | `otelcol_exporter_sent_log_records` | Number of logs successfully sent to destination. | Counter |
252
+ | `otelcol_exporter_sent_metric_points` | Number of metric points successfully sent to destination. | Counter |
253
+ | `otelcol_exporter_sent_spans` | Number of spans successfully sent to destination. | Counter |
254
+ | `otelcol_process_cpu_seconds` | Total CPU user and system time in seconds. | Counter |
255
+ | `otelcol_process_memory_rss` | Total physical memory (resident set size) in bytes. | Gauge |
256
+ | `otelcol_process_runtime_heap_`<br>`alloc_bytes` | Bytes of allocated heap objects (see 'go doc runtime.MemStats.HeapAlloc'). | Gauge |
257
+ | `otelcol_process_runtime_total_`<br>`alloc_bytes` | Cumulative bytes allocated for heap objects (see 'go doc runtime.MemStats.TotalAlloc'). | Counter |
258
+ | `otelcol_process_runtime_total_`<br>`sys_memory_bytes` | Total bytes of memory obtained from the OS (see 'go doc runtime.MemStats.Sys'). | Gauge |
259
+ | `otelcol_process_uptime` | Uptime of the process in seconds. | Counter |
260
+ | `otelcol_processor_incoming_items` | Number of items passed to the processor. | Counter |
261
+ | `otelcol_processor_outgoing_items` | Number of items emitted from the processor. | Counter |
262
+ | `otelcol_receiver_accepted_`<br>`log_records` | Number of logs successfully ingested and pushed into the pipeline. | Counter |
263
+ | `otelcol_receiver_accepted_`<br>`metric_points` | Number of metric points successfully ingested and pushed into the pipeline. | Counter |
264
+ | `otelcol_receiver_accepted_spans` | Number of spans successfully ingested and pushed into the pipeline. | Counter |
265
+ | `otelcol_receiver_refused_`<br>`log_records` | Number of logs that could not be pushed into the pipeline. | Counter |
266
+ | `otelcol_receiver_refused_`<br>`metric_points` | Number of metric points that could not be pushed into the pipeline. | Counter |
267
+ | `otelcol_receiver_refused_spans` | Number of spans that could not be pushed into the pipeline. | Counter |
268
+ | `otelcol_scraper_errored_`<br>`metric_points` | Number of metric points the Collector failed to scrape. | Counter |
269
+ | `otelcol_scraper_scraped_`<br>`metric_points` | Number of metric points scraped by the Collector. | Counter |
270
270
271
271
# ### Additional `normal`-level metrics
272
272
273
- | Metric name | Description | Type |
274
- | ------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------- |
275
- | `otelcol_processor_batch_batch_`<br>`send_size` | Number of units in the batch that was sent. | Histogram |
276
- | `otelcol_processor_batch_batch_size_`<br>`trigger_send` | Number of times the batch was sent due to a size trigger. | Counter |
277
- | `otelcol_processor_batch_metadata_`<br>`cardinality` | Number of distinct metadata value combinations being processed. | Counter |
278
- | `otelcol_processor_batch_timeout_`<br>`trigger_send` | Number of times the batch was sent due to a timeout trigger. | Counter |
279
-
280
- {{% alert title="Note" color="info" %}}
281
- Aside from `otelcol_processor_batch_batch_send_size_bytes` which has been
282
- ` detailed` since its introduction, the other batch processor metrics were
283
- ` basic` until they were switched to `normal` in Collector version 0.99.0.
284
- They were later switched back to `basic` by mistake in versions [0.109.0,
285
- 0.121.0].
286
- {{% /alert %}}
273
+ | Metric name | Description | Type |
274
+ | ------------------------------------------------------- | --------------------------------------------------------------- | --------- |
275
+ | `otelcol_processor_batch_batch_`<br>`send_size` | Number of units in the batch that was sent. | Histogram |
276
+ | `otelcol_processor_batch_batch_size_`<br>`trigger_send` | Number of times the batch was sent due to a size trigger. | Counter |
277
+ | `otelcol_processor_batch_metadata_`<br>`cardinality` | Number of distinct metadata value combinations being processed. | Counter |
278
+ | `otelcol_processor_batch_timeout_`<br>`trigger_send` | Number of times the batch was sent due to a timeout trigger. | Counter |
279
+
280
+ {{% alert title="Note" color="info" %}} Aside from
281
+ ` otelcol_processor_batch_batch_send_size_bytes` which has been `detailed` since
282
+ its introduction, the other batch processor metrics were `basic` until they were
283
+ switched to `normal` in Collector version 0.99. They were later switched back to
284
+ ` basic` by mistake in versions [0.109, 0.121]. {{% /alert %}}
287
285
288
286
# ### Additional `detailed`-level metrics
289
287
0 commit comments