apache / incubator-streampark

Make stream processing easier! Easy-to-use streaming application development framework and operation platform.
https://streampark.apache.org/
Apache License 2.0
3.91k stars 1.01k forks source link

[Proposal] Support external link in Flink Application #2216

Closed saLeox closed 1 year ago

saLeox commented 1 year ago

Code of Conduct

Search before asking

Describe the proposal

Background:

There should be a place to hold and display the useful external link (such as Job Metrics / Savepoint root path, etc) for each Flink Job.

This feature will allow user to customise their own external link, display it as a badge inside the Flink Application detail page, and jump to other page after clicking it.

For example, I am using Grafana, the link url format will be fixed in the following way: https://grafana/{template_name}/flink-monitoring?var-JobId=var-JobId={job_id}

The value of place holder, job_id, can be fetched from existing meta data of Flink Job easily.

It will bring more convenience to user if they can access to the external links related to Flink inside the Streampark.

Outcome:

s1 s2

Task list

Are you willing to submit PR?

wolfboys commented 1 year ago

great feature, come on, we can discuss more details. Front-end developers may be required to join

saLeox commented 1 year ago

great feature, come on, we can discuss more details. Front-end developers may be required to join

Thanks @wolfboys, looking forward to the coming discuss. We have a colleague in our team to join as a front end dev as well.