Documentation
¶
Index ¶
Constants ¶
View Source
const (
BlockMetricsType = "EXECUTION_BLOCK_METRICS"
)
View Source
const (
EngineGetBlobsType = "EXECUTION_ENGINE_GET_BLOBS"
)
View Source
const (
EngineNewPayloadType = "EXECUTION_ENGINE_NEW_PAYLOAD"
)
View Source
const (
ExecutionStateSizeType = "EXECUTION_STATE_SIZE"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockMetrics ¶ added in v1.8.8
type BlockMetrics struct {
// contains filtered or unexported fields
}
func NewBlockMetrics ¶ added in v1.8.8
func NewBlockMetrics(log observability.ContextualLogger, event *xatu.DecoratedEvent) *BlockMetrics
func (*BlockMetrics) AppendServerMeta ¶ added in v1.8.8
func (e *BlockMetrics) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
func (*BlockMetrics) Type ¶ added in v1.8.8
func (e *BlockMetrics) Type() string
type EngineGetBlobs ¶ added in v1.8.0
type EngineGetBlobs struct {
// contains filtered or unexported fields
}
func NewEngineGetBlobs ¶ added in v1.8.0
func NewEngineGetBlobs(log observability.ContextualLogger, event *xatu.DecoratedEvent) *EngineGetBlobs
func (*EngineGetBlobs) AppendServerMeta ¶ added in v1.8.0
func (e *EngineGetBlobs) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
func (*EngineGetBlobs) Filter ¶ added in v1.8.0
func (e *EngineGetBlobs) Filter(_ context.Context) bool
func (*EngineGetBlobs) Type ¶ added in v1.8.0
func (e *EngineGetBlobs) Type() string
type EngineNewPayload ¶ added in v1.8.0
type EngineNewPayload struct {
// contains filtered or unexported fields
}
func NewEngineNewPayload ¶ added in v1.8.0
func NewEngineNewPayload(log observability.ContextualLogger, event *xatu.DecoratedEvent) *EngineNewPayload
func (*EngineNewPayload) AppendServerMeta ¶ added in v1.8.0
func (e *EngineNewPayload) AppendServerMeta(_ context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
func (*EngineNewPayload) Filter ¶ added in v1.8.0
func (e *EngineNewPayload) Filter(_ context.Context) bool
func (*EngineNewPayload) Type ¶ added in v1.8.0
func (e *EngineNewPayload) Type() string
type ExecutionStateSize ¶
type ExecutionStateSize struct {
// contains filtered or unexported fields
}
func NewExecutionStateSize ¶
func NewExecutionStateSize(log observability.ContextualLogger, event *xatu.DecoratedEvent) *ExecutionStateSize
func (*ExecutionStateSize) AppendServerMeta ¶
func (e *ExecutionStateSize) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
func (*ExecutionStateSize) Type ¶
func (e *ExecutionStateSize) Type() string
Click to show internal directories.
Click to hide internal directories.