github.com/voedger/voedger@v0.0.0-20240520144910-273e84102129/pkg/processors/command/metrics.go (about)

     1  /*
     2   * Copyright (c) 2022-present unTill Pro, Ltd.
     3   */
     4  
     5  package commandprocessor
     6  
     7  const (
     8  	CommandsTotal     = "voedger_cp_commands_total"
     9  	CommandsSeconds   = "voedger_cp_commands_seconds"
    10  	ErrorsTotal       = "voedger_cp_errors_total"
    11  	ExecSeconds       = "voedger_cp_exec_seconds"
    12  	ProjectorsSeconds = "voedger_cp_projectors_seconds"
    13  )