Skip to content

Releases: crunchyroll/ef-open

Update opsgenie integration to only page in production

10 Aug 22:35
1602d1b
Compare
Choose a tag to compare

Update opsgenie-newrelic integration to only page service owners for services running in the production account

NewRelic APM alert conditions creation

06 Aug 11:13
90331ef
Compare
Choose a tag to compare

NewRelic alerts notify OpsGenie teams

29 Jul 16:23
f75265a
Compare
Choose a tag to compare
Tie NR policies to OG teams (#192)

Jira: OPS-15473

Minor fix update for ecs

27 Jul 16:12
a474558
Compare
Choose a tag to compare
1.25.11

this somehow was missing (#190)

Introduce ECS alert conditions

27 Jul 12:26
8d7bc6c
Compare
Choose a tag to compare
OPS-15195 Implement custom alert policies for ECS services (#189)

* Implement custom alert policies for ECS services

* Updated alert condition name and add filter for application services

* Update populate_alert_policy_values

Co-authored-by: clau-ellation <clau@ellation.com>

Add an option to skip resolving symbols

23 Jul 11:45
f0bc5f9
Compare
Choose a tag to compare

Added option --skip_symbol to ef-cf and ef-resolve-config in order to skip resolving some symbols. The purpose of this change is to avoid giving broad access to services that are not allowed to resolve some symbols.

Fix creation of NewRelic alert policies

23 Jul 08:47
3be5f9c
Compare
Choose a tag to compare

Fix creation of duplicate of alert policies and condition in NewRelic.

SERVICE symbol bugfix

10 Jul 16:32
33ab48d
Compare
Choose a tag to compare

Fixes bug with the SERVICE symbol introduced in 1.25.6

Remove instance-init describe_instance calls

09 Jul 20:45
fd06f22
Compare
Choose a tag to compare

instance-init is frequently hitting aws api ratelimit boundaries due to calls to ec2.describe_instances. removing these calls and instead pulling contextual information from ec2 instance metadata

Minor fix to address ef-generate dryrun

24 Jun 20:07
486082e
Compare
Choose a tag to compare

Minor bug fix that addresses not being able to run dryrun for ef-generate command.