Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix default value of send_resolved for sns_configs #2724

Merged

Conversation

nekketsuuu
Copy link
Contributor

@nekketsuuu nekketsuuu commented Oct 1, 2021

Docs say the default value of send_resolved of sns_configs, introduced at #2615, is false. On the other hand, implementation says it's true.

DefaultSNSConfig = SNSConfig{
NotifierConfig: NotifierConfig{
VSendResolved: true,
},

Personally I prefer it's false, but this feature has been already released. So I leave the value as it is and fix the docs.

@roidelapluie
Copy link
Member

Can you rebase this on top of release-0.23?

@nekketsuuu nekketsuuu force-pushed the nekketsuuu-sns-resolved branch 2 times, most recently from 14e51bf to a8f0c83 Compare October 1, 2021 08:47
@nekketsuuu nekketsuuu changed the base branch from main to release-0.23 October 1, 2021 08:51
@nekketsuuu nekketsuuu changed the base branch from release-0.23 to main October 1, 2021 08:51
Signed-off-by: Takuma Ishikawa <nekketsuuu@users.noreply.github.com>
@nekketsuuu nekketsuuu changed the base branch from main to release-0.23 October 1, 2021 09:02
@nekketsuuu
Copy link
Contributor Author

Can you rebase this on top of release-0.23?

@roidelapluie Done!

@roidelapluie roidelapluie merged commit 16fa045 into prometheus:release-0.23 Oct 1, 2021
@roidelapluie
Copy link
Member

thanks!

@nekketsuuu nekketsuuu deleted the nekketsuuu-sns-resolved branch October 1, 2021 09:31
roidelapluie added a commit that referenced this pull request Oct 1, 2021
docs: Fix default value of send_resolved for sns_configs (#2724)
markoposavec pushed a commit to markoposavec/alertmanager that referenced this pull request Nov 4, 2021
…2724)

Signed-off-by: Takuma Ishikawa <nekketsuuu@users.noreply.github.com>
markoposavec pushed a commit to markoposavec/alertmanager that referenced this pull request Nov 4, 2021
…2724)

Signed-off-by: Takuma Ishikawa <nekketsuuu@users.noreply.github.com>
Signed-off-by: Marko Posavec <Marko.Posavec@infobip.com>
mike2194 pushed a commit to paxosglobal/alertmanager that referenced this pull request Mar 3, 2022
…2724)

Signed-off-by: Takuma Ishikawa <nekketsuuu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants