-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat(notification/telegram): add telegram notification #18218
Conversation
29039d4
to
11ae0dc
Compare
e33375e
to
218841e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, thank you @sranka
@@ -57,7 +57,7 @@ const EmptyEndpointList: FC<{searchTerm: string}> = ({searchTerm}) => { | |||
<EmptyState.Text> | |||
Want to send notifications to Slack, | |||
<br /> | |||
PagerDuty or an HTTP server? | |||
PagerDuty, Telegram or an HTTP server? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
/> | ||
</Form.Element> | ||
/* | ||
// keep it simple, the following elements are possible, but too advanced |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sounds wise
066c26f
to
bd8db8e
Compare
Closes #17899
This PR adds telegram notification endpoint and notification rules. It depends on influxdata/flux#2857 that introduces a new telegram package to send notifications.
What is in this PR
What is not in this PR