Releases: prymitive/karma
Releases · prymitive/karma
v0.90
v0.89
v0.88
Added
- Added a dedicated API endpoint for silence previews.
- Added a dedicated API endpoint for overview modal.
- Individual alert details are now lazy-loaded to improve performance
when dealing with a huge number of alerts per group. - Added
/version
endpoint returning karma and Go runtime version #3332. - Added
labels:valueOnly
config option, see #3221.
Changed
- Refactored internal APIs.
- Grid labels are no longer shown on alert groups #3222.
To ensure that those labrls are always visible swimlanes are now using
position: sticky
.
v0.87
Added
- Use uber-go/automaxprocs
to automatically adjustGOMAXPROCS
to match Linux container CPU quota.
Runtime value ofGOMAXPROCS
is now exported as ago_max_procs
metric. - API will now return only first 40 alert groups by default, the rest can
be loaded when user clicks on theLoad more
button.
grid:groupLimit
config option was added to customise how many groups
are returned and displayed in the UI by default.
v0.86
Added
- Added support for alertmanager
v0.22.0
negative matchers when creating/editing silences and in ACL rules. - Silence ACL rules no longer default
isRegex
to befalse
for filters and matchers, see ACL rules for updated docs.
Changed
- Updated bootstrap to v5
v0.85
v0.84
Added
- Added
grid:auto
config section for fine tuning automatic label selection
for multi-grid, when multi-grid is configured toAutomatic selection
in the UI or whenui:multiGridLabel
config section is set to@auto
. - Added alert history estimation, see README.md
and docs/CONFIGURATION.md for details.
Changed
- karma will no longer fail to start if config file contains multiple alertmanager
instances with different name but identical URI #3024. - Minor UI tweaks.
v0.83
v0.82
Fixed
- Header values are now sanitised before logging when
log:config
is
enabled #2930. - Fixed a deadlock issue that could cause karma to hang #2944 (@jonaz).
Added
listen:timeout:read
andlisten:timeout:write
config options for
setting HTTP server request read and response write timeouts.annotations:enableInsecureHTML
config option #2886.
v0.81
Fixed
- Fixed a deadlock issue that could cause karma to hang #2888.
Added
annotations:actions
option allowing to move some annotations
to alert dropdown menu #2596.proxy_url
alertmanager option to use when a proxy sever needs to be
used for requests from karma to alertmanager API #2903 (@mhrabovcin).