influxdata / influxdata/ui

Changes made to alerts/checks in code editor will occasionally revert back to default values.

Open
#6,212 1 comment 0 reactions 0 assignees View on GitHub
team/automation
Dominant language
TypeScript
Stars
117
Forks
51
Avg merge
2d 15h
Merged PRs (30d)
4

Description

For example, this block of code (which exists in the default notification rule code)
`
all_statuses
|> monitor["notify"](
data: notification,
endpoint:
endpoint(
mapFn: (r) => {
body = {r with _version: 1}
return {headers: headers, data: json["encode"](v: body)}
},
),
)
`
randomly replaces my modified code, which makes the body no longer contain parameters needed for my API call.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.