siren icon indicating copy to clipboard operation
siren copied to clipboard

Siren provides an easy-to-use universal alert, notification, channels management framework for the entire observability infrastructure.

Results 19 siren issues
Sort by recently updated
recently updated
newest added

**Summary** For some basic CRUD, ORM is helpful and help us faster in development. However, in our current state of Guardian, there are some cases when using gorm as an...

enhancement

**Is your feature request related to a problem? Please describe.** We need to use `odpf/salt/log` for logger as a standard across odpf project. **Describe the solution you'd like** Use `odpf/salt/log`...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** The existing Siren releases images with only semver tag. This makes us less flexible to test development version during development....

enhancement

Siren creates alertmanager config and sycns with alertmanger. The alert manager config can change for the same subscriptions if their order changes. We should follow some sorting conventions and stick...

enhancement
good first issue

Each subscription has a set of receivers and configurations according to the type of receives. e.g. A valid subscription. ```{ "id": "119", "urn": "test-subscription", "namespace": "10", "receivers": [ { "id":...

bug

**Problem:** The logs for the `/oauth/slack/token` API is not clear for the following scenarios. - slack-credentials like `client_id` or `client_secret` is wrong - the redirect oauth `code` is wrong Siren...

Slack has a rate limit of sending messages in a channel(1 message per channel per second). Siren should be enhanced to provide asynchronous slack message sending where it can process...

We need to add Influx2.0 Alerting support via Siren. - [ ] Refactor templates engine to support multiple stacks(Cortex and Influx2.0) - [ ] Add support for Influx2 Alert Creation...

As of now, the redirection server needs to fetch the `code` from query params(once the OAuth consent is given) and enrich add workspace in the payload to make a POST...

Currently request to create a new rule using yaml without any variables fails. This should be allowed as there can be cases where user wants to use the rule with...