Crate zksync_vlog

Source
Expand description

This crate contains the observability subsystem. It is responsible for providing a centralized interface for consistent observability configuration.

Modules§

prometheus
Prometheus-related functionality, such as PrometheusExporterConfig.

Structs§

LogFormatError
ObservabilityBuilder
Builder for the observability subsystem. Currently capable of configuring logging output and sentry integration.
ObservabilityGuard
Guard for the observability subsystem. Releases configured integrations upon being dropped.
OpenTelemetryLevelFormatError
OpenTelemetryOptions

Enums§

AlertLevel
Represents the level of severity of an event or breadcrumb.
LogFormat
Specifies the format of the logs in stdout.
OpenTelemetryLevel

Functions§

capture_message
Captures an arbitrary message.