rancher / opni

Multi Cluster Observability with AIOps
https://opni.io
Apache License 2.0
337 stars 53 forks source link

Alerting : Alarm Filter Options #1529

Open alexandreLamarre opened 1 year ago

alexandreLamarre commented 1 year ago

The following proto message

https://github.com/rancher/opni/blob/a7bdc9152a67f7661721cee0db58bd394475b8b0/pkg/apis/alerting/v1/alerting.condition.proto#L433-L438|

can be used in requests to the apis for :

codyrancher commented 1 year ago

@alexandreLamarre some questions for this one.

alexandreLamarre commented 1 year ago

this didn't pop into my notifications at the time. The filters are AND -ed togther, a single filter object can be specfied at a time.

Are the other backends going to support similar filter types?

Only plan is to support conditions with these filters, but they apply to other APIs where we list conditions : status, timeline, etc...