Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VTAP_LICENSE_FUNCTIONS = []string{ strconv.Itoa(common.VTAP_LICENSE_FUNCTION_NETWORK_MONITORING), strconv.Itoa(common.VTAP_LICENSE_FUNCTION_CALL_MONITORING), strconv.Itoa(common.VTAP_LICENSE_FUNCTION_FUNCTION_MONITORING), strconv.Itoa(common.VTAP_LICENSE_FUNCTION_APPLICATION_MONITORING), strconv.Itoa(common.VTAP_LICENSE_FUNCTION_INDICATOR_MONITORING), strconv.Itoa(common.VTAP_LICENSE_FUNCTION_LOG_MONITORING), }
View Source
var VTAP_LICENSE_TYPE_DEFAULT = common.VTAP_LICENSE_TYPE_A
Functions ¶
func GetSupportedLicenseType ¶
Types ¶
type VTapLicenseAllocation ¶
type VTapLicenseAllocation struct {
// contains filtered or unexported fields
}
func NewVTapLicenseAllocation ¶
func NewVTapLicenseAllocation(cfg config.MonitorConfig, ctx context.Context) *VTapLicenseAllocation
func (*VTapLicenseAllocation) Start ¶
func (v *VTapLicenseAllocation) Start(sCtx context.Context)
func (*VTapLicenseAllocation) Stop ¶
func (v *VTapLicenseAllocation) Stop()
Click to show internal directories.
Click to hide internal directories.