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

[Improvement][Alter] Add instance link to alert like email #16716

Open
2 of 3 tasks
liunaijie opened this issue Oct 21, 2024 · 2 comments
Open
2 of 3 tasks

[Improvement][Alter] Add instance link to alert like email #16716

liunaijie opened this issue Oct 21, 2024 · 2 comments
Labels
discussion discussion improvement make more easy to user or prompt friendly

Comments

@liunaijie
Copy link
Member

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

image

image

The current alert content has some information like projectName, processName, logPath, I am consider can we add the task instance link to the content.
Then when job failed we can click the link directly into the instance, to check the log.

The link address pattern is like:

http://<uiAddress>/dolphinscheduler/ui/projects/<projectCode>/workflow/instances/<processId>?code=<processDefinitionCode>
  • uiAddress
    need config when startup
  • projectCode, processId, processDefinitionCode
    all can get them directly, because the current content has those fields.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@liunaijie liunaijie added improvement make more easy to user or prompt friendly Waiting for reply Waiting for reply labels Oct 21, 2024
@SbloodyS
Copy link
Member

I think this is too bloated. We can provide some parameters and templates for users to edit the content of alarm information freely, just like grafana alarm.

@SbloodyS SbloodyS added discussion discussion and removed Waiting for reply Waiting for reply labels Oct 21, 2024
@liunaijie
Copy link
Member Author

I think this is too bloated. We can provide some parameters and templates for users to edit the content of alarm information freely, just like grafana alarm.

It would be great if we can provide more freely way to customize the alert message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion discussion improvement make more easy to user or prompt friendly
Projects
None yet
Development

No branches or pull requests

2 participants