Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PluginConfig ¶
type PluginConfig struct { UseTenantInHeader bool `json:"useTenantInHeader,omitempty" yaml:"useTenantInHeader,omitempty"` IsStreamingEnabledInDefaultPage bool `json:"isStreamingEnabledInDefaultPage,omitempty" yaml:"isStreamingEnabledInDefaultPage,omitempty"` AlertingRuleTenantLabelKey string `json:"alertingRuleTenantLabelKey,omitempty" yaml:"alertingRuleTenantLabelKey,omitempty"` AlertingRuleNamespaceLabelKey string `json:"alertingRuleNamespaceLabelKey,omitempty" yaml:"alertingRuleNamespaceLabelKey,omitempty"` Timeout time.Duration `json:"timeout,omitempty" yaml:"timeout,omitempty"` LogsLimit int `json:"logsLimit,omitempty" yaml:"logsLimit,omitempty"` }
func (*PluginConfig) MarshalJSON ¶
func (pluginConfig *PluginConfig) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.