Documentation ¶
Index ¶
- func NewAlertingSyncerV1(ctx context.Context, serverConfig *alertingv1.SyncerConfig, ...) alertingv1.SyncerServer
- func StartOpniEmbeddedServer(opniAddr string) *http.Server
- type AlertManagerSyncerV1
- func (a *AlertManagerSyncerV1) Healthy(_ context.Context, _ *emptypb.Empty) (*emptypb.Empty, error)
- func (a *AlertManagerSyncerV1) Initialize(ctx context.Context, mgmtClient managementv1.ManagementClient)
- func (a *AlertManagerSyncerV1) PutConfig(ctx context.Context, incomingConfig *alertingv1.PutConfigRequest) (*emptypb.Empty, error)
- func (a *AlertManagerSyncerV1) Ready(_ context.Context, _ *emptypb.Empty) (*emptypb.Empty, error)
- func (a *AlertManagerSyncerV1) Status(ctx context.Context, _ *emptypb.Empty) (*alertingv1.SyncerStatus, error)
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 StartOpniEmbeddedServer ¶
Types ¶
type AlertManagerSyncerV1 ¶
type AlertManagerSyncerV1 struct { alertingv1.UnsafeSyncerServer util.Initializer // contains filtered or unexported fields }
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) Status ¶
func (a *AlertManagerSyncerV1) Status(ctx context.Context, _ *emptypb.Empty) (*alertingv1.SyncerStatus, error)
Click to show internal directories.
Click to hide internal directories.