extensions

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2023 License: Apache-2.0 Imports: 35 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewAlertingSyncerV1

func NewAlertingSyncerV1(
	ctx context.Context,
	serverConfig *alertingv1.SyncerConfig,
	mgmtClient managementv1.ManagementClient,
) alertingv1.SyncerServer

requires access to the alerting storage node requirements

func NewLFUMessageCache added in v0.9.0

func NewLFUMessageCache(lub int) messageCache[alertingv1.OpniSeverity, *alertingv1.MessageInstance]

func ParseIncomingWebhookMessage added in v0.9.0

func ParseIncomingWebhookMessage(req *http.Request) (config.WebhookMessage, error)

ParseIncomingWebhookMessage return non-pointer for performance reasons

func StartOpniEmbeddedServer

func StartOpniEmbeddedServer(ctx context.Context, opniAddr string) *http.Server

Types

type AlertManagerSyncerV1

type AlertManagerSyncerV1 struct {
	alertingv1.UnsafeSyncerServer

	util.Initializer
	// contains filtered or unexported fields
}

func (*AlertManagerSyncerV1) Healthy

func (*AlertManagerSyncerV1) Initialize

func (a *AlertManagerSyncerV1) Initialize(
	ctx context.Context,
	mgmtClient managementv1.ManagementClient,
)

func (*AlertManagerSyncerV1) PutConfig

func (a *AlertManagerSyncerV1) PutConfig(ctx context.Context, incomingConfig *alertingv1.PutConfigRequest) (*emptypb.Empty, error)

func (*AlertManagerSyncerV1) Ready

func (*AlertManagerSyncerV1) Status

type EmbeddedServer added in v0.9.0

type EmbeddedServer struct {
	// contains filtered or unexported fields
}

Embedded Server handles all incoming webhook requests from the AlertManager

func NewEmbeddedServer added in v0.9.0

func NewEmbeddedServer(
	lg *zap.SugaredLogger,
	lub int,
) *EmbeddedServer

type MessageMetadata added in v0.9.0

type MessageMetadata struct {
	IsAlarm           bool
	Uuid              string
	GroupDedupeKey    string
	Fingerprint       string
	SourceFingerprint string
	Severity          int32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL