metrics

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: May 26, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const ErrorTypeAttrKey = "error_type"

ErrorTypeAttrKey is the OpenTelemetry attribute key used to label error metrics by type.

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"
	PayloadUploadedCount 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