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

Adding the alert group info API #3364

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
fix lint
Signed-off-by: Yijie Qin <qinyijie@amazon.com>
  • Loading branch information
qinxx108 committed Jul 7, 2023
commit 242e3e422122018942fa9b603ce76f27a34bda2c
1 change: 0 additions & 1 deletion api/v2/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ func (api *API) getAlertGroupInfosHandler(params alertgroupinfos_ops.GetAlertGro

if params.NextToken != nil && *params.NextToken != "" {
parseResult, err := prometheus_model.ParseFingerprint(*params.NextToken)

if err != nil {
level.Error(logger).Log("msg", "Failed to parse NextToken parameter", "err", err)
return alertgroupinfos_ops.
Expand Down