Documentation
¶
Index ¶
Constants ¶
View Source
const ( PanicLogIdentifier = "DEVTRON_PANIC_RECOVER" GoRoutinePanicMsgLogPrefix = "GO_ROUTINE_PANIC_LOG:" )
View Source
const ( NATS_PUBLISH_COUNT = "nats_publish_count" NATS_CONSUMPTION_COUNT = "nats_consumption_count" NATS_CONSUMING_COUNT = "nats_consuming_count" NATS_EVENT_CONSUMPTION_TIME = "nats_event_consumption_time" NATS_EVENT_PUBLISH_TIME = "nats_event_publish_time" NATS_EVENT_DELIVERY_COUNT = "nats_event_delivery_count" PANIC_RECOVERY_COUNT = "panic_recovery_count" )
metrics name constants
View Source
const ( PANIC_TYPE = "panic_type" HOST = "host" METHOD = "method" PATH = "path" TOPIC = "topic" STATUS = "status" )
metrics labels constant
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceName ¶ added in v0.0.23
type ServiceName string
const (
Orchestrator ServiceName = "ORCHESTRATOR"
)
func (ServiceName) ToString ¶ added in v0.0.23
func (m ServiceName) ToString() string
Click to show internal directories.
Click to hide internal directories.