Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GOMEMLIMIT
, enable it via the feature flag--enable-feature=auto-gomemlimit
. feat(env): Add automatic memory limit handling #3895GOMAXPROCS
, enable it via the feature flag--enable-feature=auto-gomaxprocs
. feat(env): add auto go maxprocs #3837--silences.max-silences
and--silences.max-silence-size-bytes
to set them accordingly Add limits for silences #3852 Limits should include expired silences #3862 Fix TestSilenceLimits tests #3866 Silence limits as functions #3885 Rename silence limit to max-silence-size-bytes #3886 Fix MaxSilences limit causes incomplete updates of existing silences #3877/api/v2/alerts
endpoint and the Alertmanager UI. #3513: Mark muted alerts #3793 #3513: Show muted alerts in the Alert Groups API #3797 #3513: Add GroupMarker interface #3792content
,username
andavatar_url
in the Discord integration.content
andusername
also support templating. Extend discord messages with content #4007GET api/v2/alerts
andPOST api/v2/alerts
API endpoint. bugfix: only increment Silences version if a silence is added #3961room_id
in the WebEx integration can now be templated to allow for dynamic room IDs. Allow webex roomID from template #3801message_thread_id
for the Telegram integration. Enable setting ThreadId for Telegram notifications #3638since
andhumanizeDuration
functions to templates. This means users can now format time to more human-readable text. feat: add time helpers #3863date
andtz
functions to templates. This means users can now format time in a specified format and also change the timezone to their specific locale. Add date and tz functions to templates #3812ParseMode
option is now set explicitly in the Telegram integration. If we don't HTML tags had not been parsed by default. fix(telegram): passing ParseMode when sending message #4027url_file
in the Webhook integration. notify/webhook: Fix crash on errors when url_file is used (#3798) #3800Route.ID()
returns conflicting IDs. FixRoute.ID()
returns conflicting IDs #3803amtool template render
when using the default values.amtool template render
improve default data #3725webhook_url_file
for both the Discord and Microsoft Teams integrations. fix: discord & msteams webhook_url_file configuration #3728 Send a slice of values to callback function instead of references #3745