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" )
View Source
const ( PANIC_TYPE = "panicType" HOST = "host" METHOD = "method" PATH = "path" TOPIC = "topic" STATUS = "status" )
metrcis lables 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.