Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyRuleInfoMetricChangeType ¶
type PolicyRuleInfoMetricChangeType string
const ( PolicyRuleCreated PolicyRuleInfoMetricChangeType = "created" PolicyRuleDeleted PolicyRuleInfoMetricChangeType = "deleted" )
func ParsePolicyRuleInfoMetricChangeType ¶
func ParsePolicyRuleInfoMetricChangeType(change string) (PolicyRuleInfoMetricChangeType, error)
type PromMetrics ¶
type PromMetrics metrics.PromMetrics
func ParsePromMetrics ¶
func ParsePromMetrics(pm metrics.PromMetrics) PromMetrics
func (PromMetrics) AddPolicy ¶
func (pm PromMetrics) AddPolicy(policy interface{}) error
func (PromMetrics) RemovePolicy ¶
func (pm PromMetrics) RemovePolicy(policy interface{}) error
Click to show internal directories.
Click to hide internal directories.