Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
Click to show internal directories.
Click to hide internal directories.