metrics

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 5, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metric

type Metric string

Metric is a string name of a well-known metric

const (
	SignedMessagesCount Metric = "sgcount"
	SignsStoredCount    Metric = "stcount"
	PayloadUploadeCount Metric = "plcount"
	MarkedAsSignedCount Metric = "mrcount"
)

Common metric names

type MetricErrorType

type MetricErrorType string

MetricErrorType is a string name of a well-known error type. Any error metrics recorded should be faceted by MetricErrorType

const (
	PayloadCreationError MetricErrorType = "payload_creation"
	MarshalPayloadError  MetricErrorType = "marshal_payload"
	SigningError         MetricErrorType = "signing"
	StorageError         MetricErrorType = "storage"
	TlogError            MetricErrorType = "tlog"
)

Common error types

type Recorder

type Recorder interface {
	RecordCountMetrics(ctx context.Context, MetricType Metric)
	RecordErrorMetric(ctx context.Context, errType MetricErrorType)
}

Recorder is an interface for any object which may record metrics

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL