Versions in this module Expand all Collapse all v1 v1.1.0 Jan 10, 2024 Changes in this version + func PrometheusMetrics(ctx context.Context, logger tmlog.Logger, registerer prometheus.Registerer, ...) (func() error, error) + func Start(ctx context.Context, logger tmlog.Logger, serviceName string, ...) (*prometheus.Registry, func() error, error) + type Config struct + Endpoint string + Metrics bool + P2PEndpoint string + TLS bool + type OrchestratorMeters struct + FailedNonces metric.Int64Counter + ProcessedNonces metric.Int64Counter + ProcessingTime metric.Float64Histogram + ReprocessedNonces metric.Int64Counter + func InitOrchestratorMeters() (*OrchestratorMeters, error) + type RelayerMeters struct + Failures metric.Int64Counter + ProcessedNonces metric.Int64Counter + ProcessingTime metric.Float64Histogram + func InitRelayerMeters() (*RelayerMeters, error) v1.1.0-rc2 Jan 3, 2024