Skip to content

Alerting Trigger Server

Alexandre Lamarre edited this page Feb 17, 2023 · 5 revisions

Alerting Trigger Server

Summary:

The Alerting trigger Server is meant to handle triggering and resolving AlertManager alerts is a safe manner from Non-Prometheus datasources.

Table of contents

Description

Provides a GRPC API wrapper around AlertManager adapter library.

See developer documentation

Responsibilities

Trigger and resolve alerts with given AlertCondition ids.

Scale and performance:

  • Proxies requests to the Alerting Backend, therefore scale and performance are tied to the AlertingBackend

High availability:

Tied to Opni Gateway High Availability.

Testing:

Testplan

Unit tests

N/A

Integration tests

  • See condition server tests

e2e tests

N/A

Manual testing

  • See condition server tests
Clone this wiki locally