metrics

package
v0.9.15 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	HandleStarted = stats.Int64(
		"contract_requester_handle_started",
		"started message handling",
		stats.UnitDimensionless,
	)
	HandleFinished = stats.Int64(
		"contract_requester_handle_finished",
		"finished message handling",
		stats.UnitDimensionless,
	)
	HandleFuture = stats.Int64(
		"contract_requester_handle_future",
		"handling messages from future pulse",
		stats.UnitDimensionless,
	)
	HandlePast = stats.Int64(
		"contract_requester_handle_past",
		"handling messages from previous pulse",
		stats.UnitDimensionless,
	)
	HandlePastFlowCancelled = stats.Int64(
		"contract_requester_handle_past_flow_cancelled",
		"handling messages from previous pulse that flow cancelled",
		stats.UnitDimensionless,
	)
	HandleTiming = stats.Float64(
		"contract_requester_handle_latency",
		"time spent on handling messages",
		stats.UnitMilliseconds,
	)

	HandlingParsingError = stats.Int64(
		"contract_requester_handle_parsing_error",
		"handling messages that could not be parsed",
		stats.UnitDimensionless,
	)
)

common handling stats

View Source
var (
	CallMethodName = insmetrics.MustTagKey("contract_requester_method_name")
	CallReturnMode = insmetrics.MustTagKey("contract_requester_method_return_mode")
)
View Source
var (
	SendMessageTiming = stats.Float64(
		"contract_requester_send_message_timing",
		"SendMessage timing",
		stats.UnitDimensionless,
	)
)
View Source
var (
	TagFinishedWithError = insmetrics.MustTagKey("vm_handle_finished_with_error")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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