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

[Feature][linkis-extensions] Persistent alarm data to the database #5061

Open
2 tasks done
zzzk1 opened this issue Dec 31, 2023 · 2 comments
Open
2 tasks done

[Feature][linkis-extensions] Persistent alarm data to the database #5061

zzzk1 opened this issue Dec 31, 2023 · 2 comments

Comments

@zzzk1
Copy link

zzzk1 commented Dec 31, 2023

Search before asking

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

Problem Description

No response

Description

Storage package/conf/linkis-et-monitor-file.properties to database

屏幕截图 2024-01-01 032527 屏幕截图 2024-01-01 032743

Use case

No response

Solutions

CREATE TABLE `linkis_et_monitor_resource_alert`  (
  `id` int NOT NULL AUTO_INCREMENT,
  `resource_prefix` varchar(100) NOT NULL,
  `alert_title` varchar(255) NOT NULL,
  `alert_info` varchar(255) NOT NULL,
  `alert_way` varchar(50) NOT NULL,
  `alert_reciver` varchar(50) NOT NULL,
  `alert_level` varchar(50) NOT NULL,
  `alert_obj` varchar(50) NOT NULL,
  `can_recover` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
);

eg: resource_prefix: ecm.resource.monitor.im.12003

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!
@zzzk1 zzzk1 added the feature label Dec 31, 2023
Copy link

😊 Welcome to the Apache Linkis community!!

We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context.
We will be here shortly.

If you are interested in contributing to our website project, please let us know!
You can check out our contributing guide on
👉 How to Participate in Project Contribution.

Community

WeChat Assistant WeChat Public Account

Mailing Lists

Name Description Subscribe Unsubscribe Archive
dev@linkis.apache.org community activity information subscribe unsubscribe archive

@peacewong
Copy link
Contributor

Can you submit this PR? you can add my wechat: peaceAyton

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Apache Linkis 1.6.0
Awaiting triage
Development

No branches or pull requests

2 participants