Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version .
Beyla exported metrics The following table describes the exported metrics in both OpenTelemetry and Prometheus format.
Expand table
Name (OTEL) Name (Prometheus) Type Unit Description http.client.durationhttp_client_duration_secondsHistogram seconds Duration of HTTP service calls from the client side http.client.request.sizehttp_client_request_size_bytesHistogram bytes Size of the HTTP request body as sent by the client http.server.durationhttp_server_duration_secondsHistogram seconds Duration of HTTP service calls from the server side http.server.request.sizehttp_server_request_size_bytesHistogram bytes Size of the HTTP request body as received at the server side rpc.client.durationrpc_client_duration_secondsHistogram seconds Duration of GRPC service calls from the client side rpc.server.durationrpc_server_duration_secondsHistogram seconds Duration of RPC service calls from the server side
Internal metrics Beyla can be configured to report internal metrics in Prometheus Format.
Expand table
Name Type Description ebpf_tracer_flushesHistogram Length of the groups of traces flushed from the eBPF tracer to the next pipeline stage otel_metric_exportsCounter Length of the metric batches submitted to the remote OTEL collector otel_metric_export_errorsCounterVec Error count on each failed OTEL metric export, by error type otel_trace_exportsCounter Length of the trace batches submitted to the remote OTEL collector otel_trace_export_errorsCounterVec Error count on each failed OTEL trace export, by error type prometheus_http_requestsCounterVec Number of requests towards the Prometheus Scrape endpoint, faceted by HTTP port and path