Releases: prymitive/karma
Releases · prymitive/karma
v0.100
Changed
silences:expired
option no longer takes alerts age into account.- Moved silence progress bar to the bottom of the silence block.
- Removed sentry support to reduce application size.
sentry:private
andsentry:public
config options are no longer valid.
v0.99
v0.98
v0.97
v0.96
v0.95
Fixed
- Messages are now logged correctly when both
--log.format=json
and--log.timestamp=true
flags are set #3822. - Escape label values in silence form #3866.
- Some silenced were showing incorrect alerts count #3909.
Changed
- Show a placeholder message if no alertmanager server is configured, instead of failing to start.
v0.94
Added
tls
options tohistory:rewrite
rules, allowing customising TLS options for requests made by karma to Prometheus servers when querying alert history, #3707.- Unsilenced alerts will now show recently expired silences if they are old enough.
By default silences expired in the last 10 minutes will be shown, this can be configured by settingsilences:expired
option or--silences.expired
flag.
Setting this value to5m
will show silences if they expired in the last 5 minutes but only if the alert started firing at least 5 minutes ago. alertAcknowledgement:comment
will replace%NOWLOC%
string with a timestamp formatted using local time zone, use%NOW%
for timestamps usingUTC
timezone, #3704.
v0.93
Fixed
- Toast popup messages didn't respond to clicks.
- Alertmanager with brackets in the name wasn't able to create, edit or delete silences #3651.
Added
- Loading user groups from HTTP headers, #3361 (@supertassu).
- Added
labels:keep_re
,labels:strip_re
andlabels:valueOnly_re
config options #3659 (@aalexk). labels:order
config option to allow customising order of labels #3500.
Changed
- Refactored internal APIs.
- Overview modal won't show label name for every value to save screen space.
- Retry failed requests when collecting alerts and silences from alertmanager.