LCOV - code coverage report
Current view: top level - disco/metrics/generated - fd_metrics_bundle.h (source / functions) Hit Total Coverage
Test: cov.lcov Lines: 0 18 0.0 %
Date: 2025-10-27 04:40:00 Functions: 0 0 -

          Line data    Source code
       1             : #ifndef HEADER_fd_src_disco_metrics_generated_fd_metrics_bundle_h
       2             : #define HEADER_fd_src_disco_metrics_generated_fd_metrics_bundle_h
       3             : 
       4             : /* THIS FILE IS GENERATED BY gen_metrics.py. DO NOT HAND EDIT. */
       5             : 
       6             : #include "../fd_metrics_base.h"
       7             : #include "fd_metrics_enums.h"
       8             : 
       9           0 : #define FD_METRICS_COUNTER_BUNDLE_TRANSACTION_RECEIVED_OFF  (16UL)
      10             : #define FD_METRICS_COUNTER_BUNDLE_TRANSACTION_RECEIVED_NAME "bundle_transaction_received"
      11             : #define FD_METRICS_COUNTER_BUNDLE_TRANSACTION_RECEIVED_TYPE (FD_METRICS_TYPE_COUNTER)
      12             : #define FD_METRICS_COUNTER_BUNDLE_TRANSACTION_RECEIVED_DESC "Total count of transactions received, including transactions within bundles"
      13             : #define FD_METRICS_COUNTER_BUNDLE_TRANSACTION_RECEIVED_CVT  (FD_METRICS_CONVERTER_NONE)
      14             : 
      15           0 : #define FD_METRICS_COUNTER_BUNDLE_PACKET_RECEIVED_OFF  (17UL)
      16             : #define FD_METRICS_COUNTER_BUNDLE_PACKET_RECEIVED_NAME "bundle_packet_received"
      17             : #define FD_METRICS_COUNTER_BUNDLE_PACKET_RECEIVED_TYPE (FD_METRICS_TYPE_COUNTER)
      18             : #define FD_METRICS_COUNTER_BUNDLE_PACKET_RECEIVED_DESC "Total count of packets received"
      19             : #define FD_METRICS_COUNTER_BUNDLE_PACKET_RECEIVED_CVT  (FD_METRICS_CONVERTER_NONE)
      20             : 
      21           0 : #define FD_METRICS_COUNTER_BUNDLE_BUNDLE_RECEIVED_OFF  (18UL)
      22             : #define FD_METRICS_COUNTER_BUNDLE_BUNDLE_RECEIVED_NAME "bundle_bundle_received"
      23             : #define FD_METRICS_COUNTER_BUNDLE_BUNDLE_RECEIVED_TYPE (FD_METRICS_TYPE_COUNTER)
      24             : #define FD_METRICS_COUNTER_BUNDLE_BUNDLE_RECEIVED_DESC "Total count of bundles received"
      25             : #define FD_METRICS_COUNTER_BUNDLE_BUNDLE_RECEIVED_CVT  (FD_METRICS_CONVERTER_NONE)
      26             : 
      27             : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_OFF  (19UL)
      28             : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_NAME "bundle_errors"
      29             : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_TYPE (FD_METRICS_TYPE_COUNTER)
      30             : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_DESC "Number of gRPC errors encountered"
      31             : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_CVT  (FD_METRICS_CONVERTER_NONE)
      32             : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_CNT  (5UL)
      33             : 
      34           0 : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_PROTOBUF_OFF (19UL)
      35           0 : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_TRANSPORT_OFF (20UL)
      36             : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_TIMEOUT_OFF (21UL)
      37           0 : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_NO_FEE_INFO_OFF (22UL)
      38           0 : #define FD_METRICS_COUNTER_BUNDLE_ERRORS_SSL_ALLOC_OFF (23UL)
      39             : 
      40           0 : #define FD_METRICS_GAUGE_BUNDLE_HEAP_SIZE_OFF  (24UL)
      41             : #define FD_METRICS_GAUGE_BUNDLE_HEAP_SIZE_NAME "bundle_heap_size"
      42             : #define FD_METRICS_GAUGE_BUNDLE_HEAP_SIZE_TYPE (FD_METRICS_TYPE_GAUGE)
      43             : #define FD_METRICS_GAUGE_BUNDLE_HEAP_SIZE_DESC "Workspace heap size"
      44             : #define FD_METRICS_GAUGE_BUNDLE_HEAP_SIZE_CVT  (FD_METRICS_CONVERTER_NONE)
      45             : 
      46           0 : #define FD_METRICS_GAUGE_BUNDLE_HEAP_FREE_BYTES_OFF  (25UL)
      47             : #define FD_METRICS_GAUGE_BUNDLE_HEAP_FREE_BYTES_NAME "bundle_heap_free_bytes"
      48             : #define FD_METRICS_GAUGE_BUNDLE_HEAP_FREE_BYTES_TYPE (FD_METRICS_TYPE_GAUGE)
      49             : #define FD_METRICS_GAUGE_BUNDLE_HEAP_FREE_BYTES_DESC "Approx free space in workspace"
      50             : #define FD_METRICS_GAUGE_BUNDLE_HEAP_FREE_BYTES_CVT  (FD_METRICS_CONVERTER_NONE)
      51             : 
      52           0 : #define FD_METRICS_COUNTER_BUNDLE_SHREDSTREAM_HEARTBEATS_OFF  (26UL)
      53             : #define FD_METRICS_COUNTER_BUNDLE_SHREDSTREAM_HEARTBEATS_NAME "bundle_shredstream_heartbeats"
      54             : #define FD_METRICS_COUNTER_BUNDLE_SHREDSTREAM_HEARTBEATS_TYPE (FD_METRICS_TYPE_COUNTER)
      55             : #define FD_METRICS_COUNTER_BUNDLE_SHREDSTREAM_HEARTBEATS_DESC "Number of ShredStream heartbeats successfully sent"
      56             : #define FD_METRICS_COUNTER_BUNDLE_SHREDSTREAM_HEARTBEATS_CVT  (FD_METRICS_CONVERTER_NONE)
      57             : 
      58           0 : #define FD_METRICS_COUNTER_BUNDLE_KEEPALIVES_OFF  (27UL)
      59             : #define FD_METRICS_COUNTER_BUNDLE_KEEPALIVES_NAME "bundle_keepalives"
      60             : #define FD_METRICS_COUNTER_BUNDLE_KEEPALIVES_TYPE (FD_METRICS_TYPE_COUNTER)
      61             : #define FD_METRICS_COUNTER_BUNDLE_KEEPALIVES_DESC "Number of HTTP/2 PINGs acknowledged by server"
      62             : #define FD_METRICS_COUNTER_BUNDLE_KEEPALIVES_CVT  (FD_METRICS_CONVERTER_NONE)
      63             : 
      64           0 : #define FD_METRICS_GAUGE_BUNDLE_CONNECTED_OFF  (28UL)
      65             : #define FD_METRICS_GAUGE_BUNDLE_CONNECTED_NAME "bundle_connected"
      66             : #define FD_METRICS_GAUGE_BUNDLE_CONNECTED_TYPE (FD_METRICS_TYPE_GAUGE)
      67             : #define FD_METRICS_GAUGE_BUNDLE_CONNECTED_DESC "1 if connected to the bundle server, 0 if not"
      68             : #define FD_METRICS_GAUGE_BUNDLE_CONNECTED_CVT  (FD_METRICS_CONVERTER_NONE)
      69             : 
      70           0 : #define FD_METRICS_GAUGE_BUNDLE_RTT_SAMPLE_OFF  (29UL)
      71             : #define FD_METRICS_GAUGE_BUNDLE_RTT_SAMPLE_NAME "bundle_rtt_sample"
      72             : #define FD_METRICS_GAUGE_BUNDLE_RTT_SAMPLE_TYPE (FD_METRICS_TYPE_GAUGE)
      73             : #define FD_METRICS_GAUGE_BUNDLE_RTT_SAMPLE_DESC "Latest RTT sample at scrape time (nanoseconds)"
      74             : #define FD_METRICS_GAUGE_BUNDLE_RTT_SAMPLE_CVT  (FD_METRICS_CONVERTER_NONE)
      75             : 
      76           0 : #define FD_METRICS_GAUGE_BUNDLE_RTT_SMOOTHED_OFF  (30UL)
      77             : #define FD_METRICS_GAUGE_BUNDLE_RTT_SMOOTHED_NAME "bundle_rtt_smoothed"
      78             : #define FD_METRICS_GAUGE_BUNDLE_RTT_SMOOTHED_TYPE (FD_METRICS_TYPE_GAUGE)
      79             : #define FD_METRICS_GAUGE_BUNDLE_RTT_SMOOTHED_DESC "RTT moving average (nanoseconds)"
      80             : #define FD_METRICS_GAUGE_BUNDLE_RTT_SMOOTHED_CVT  (FD_METRICS_CONVERTER_NONE)
      81             : 
      82           0 : #define FD_METRICS_GAUGE_BUNDLE_RTT_VAR_OFF  (31UL)
      83             : #define FD_METRICS_GAUGE_BUNDLE_RTT_VAR_NAME "bundle_rtt_var"
      84             : #define FD_METRICS_GAUGE_BUNDLE_RTT_VAR_TYPE (FD_METRICS_TYPE_GAUGE)
      85             : #define FD_METRICS_GAUGE_BUNDLE_RTT_VAR_DESC "RTT variance (nanoseconds)"
      86             : #define FD_METRICS_GAUGE_BUNDLE_RTT_VAR_CVT  (FD_METRICS_CONVERTER_NONE)
      87             : 
      88           0 : #define FD_METRICS_HISTOGRAM_BUNDLE_MESSAGE_RX_DELAY_NANOS_OFF  (32UL)
      89             : #define FD_METRICS_HISTOGRAM_BUNDLE_MESSAGE_RX_DELAY_NANOS_NAME "bundle_message_rx_delay_nanos"
      90             : #define FD_METRICS_HISTOGRAM_BUNDLE_MESSAGE_RX_DELAY_NANOS_TYPE (FD_METRICS_TYPE_HISTOGRAM)
      91             : #define FD_METRICS_HISTOGRAM_BUNDLE_MESSAGE_RX_DELAY_NANOS_DESC "Message receive delay in nanoseconds from bundle server to bundle client"
      92             : #define FD_METRICS_HISTOGRAM_BUNDLE_MESSAGE_RX_DELAY_NANOS_CVT  (FD_METRICS_CONVERTER_NONE)
      93           0 : #define FD_METRICS_HISTOGRAM_BUNDLE_MESSAGE_RX_DELAY_NANOS_MIN  (100000UL)
      94           0 : #define FD_METRICS_HISTOGRAM_BUNDLE_MESSAGE_RX_DELAY_NANOS_MAX  (1000000000UL)
      95             : 
      96             : #define FD_METRICS_BUNDLE_TOTAL (17UL)
      97             : extern const fd_metrics_meta_t FD_METRICS_BUNDLE[FD_METRICS_BUNDLE_TOTAL];
      98             : 
      99             : #endif /* HEADER_fd_src_disco_metrics_generated_fd_metrics_bundle_h */

Generated by: LCOV version 1.14