Instrumentation¶
Metrics¶
Vero exposes Prometheus metrics on the /metrics
endpoint.
Vero's GitHub repository contains pre-buĂlt Grafana dashboards. These dashboards provide an overview of performed duties, validator status, errors and connected beacon node scores.
Tracing¶
Vero can export tracing data to any OpenTelemetry-compatible endpoint using the OpenTelemetry SDK.
Set the OTEL_EXPORTER_OTLP_ENDPOINT
and OTEL_EXPORTER_OTLP_PROTOCOL
environment variables,
and Vero will automatically push tracing data to the specified endpoint.
You can also set other OpenTelemetry-supported environment variables, such as
OTEL_TRACES_SAMPLER
or OTEL_RESOURCE_ATTRIBUTES
. For a full list of
supported variables, refer to the
OpenTelemetry docs.
Block Proposal Trace Example