New Flink Runtime Monitor Dashboard

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

New Flink Runtime Monitor Dashboard

Stephan Ewen
Hi all!

Yesterday, we merged the framework for the new Flink runtime monitor
dashboard. New stub, based on angular.js and coffee script.

https://github.com/apache/flink/tree/master/flink-runtime-web

Anyone who is savvy with these technologies and wants to work on that part,
please ping! We'd be happy for participation.

We'll try to compile a list of followup issues, relating to frontend and
backend, in the next days, so stay tuned.

Greetings,
Stephan
Reply | Threaded
Open this post in threaded view
|

Re: New Flink Runtime Monitor Dashboard

Kostas Tzoumas-2
Finally, Flink is a JavaScript project :-)

On Wed, Jul 22, 2015 at 6:22 PM, Stephan Ewen <[hidden email]> wrote:

> Hi all!
>
> Yesterday, we merged the framework for the new Flink runtime monitor
> dashboard. New stub, based on angular.js and coffee script.
>
> https://github.com/apache/flink/tree/master/flink-runtime-web
>
> Anyone who is savvy with these technologies and wants to work on that part,
> please ping! We'd be happy for participation.
>
> We'll try to compile a list of followup issues, relating to frontend and
> backend, in the next days, so stay tuned.
>
> Greetings,
> Stephan
>
Reply | Threaded
Open this post in threaded view
|

Re: New Flink Runtime Monitor Dashboard

Matthias J. Sax
Haha!

On 07/22/2015 07:02 PM, Kostas Tzoumas wrote:

> Finally, Flink is a JavaScript project :-)
>
> On Wed, Jul 22, 2015 at 6:22 PM, Stephan Ewen <[hidden email]> wrote:
>
>> Hi all!
>>
>> Yesterday, we merged the framework for the new Flink runtime monitor
>> dashboard. New stub, based on angular.js and coffee script.
>>
>> https://github.com/apache/flink/tree/master/flink-runtime-web
>>
>> Anyone who is savvy with these technologies and wants to work on that part,
>> please ping! We'd be happy for participation.
>>
>> We'll try to compile a list of followup issues, relating to frontend and
>> backend, in the next days, so stay tuned.
>>
>> Greetings,
>> Stephan
>>
>


signature.asc (836 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: New Flink Runtime Monitor Dashboard

Sachin Goel
According to GitHub, 26.1% code is now in JavaScript. :|

-- Sachin Goel
Computer Science, IIT Delhi
m. +91-9871457685

On Thu, Jul 23, 2015 at 3:12 AM, Matthias J. Sax <
[hidden email]> wrote:

> Haha!
>
> On 07/22/2015 07:02 PM, Kostas Tzoumas wrote:
> > Finally, Flink is a JavaScript project :-)
> >
> > On Wed, Jul 22, 2015 at 6:22 PM, Stephan Ewen <[hidden email]> wrote:
> >
> >> Hi all!
> >>
> >> Yesterday, we merged the framework for the new Flink runtime monitor
> >> dashboard. New stub, based on angular.js and coffee script.
> >>
> >> https://github.com/apache/flink/tree/master/flink-runtime-web
> >>
> >> Anyone who is savvy with these technologies and wants to work on that
> part,
> >> please ping! We'd be happy for participation.
> >>
> >> We'll try to compile a list of followup issues, relating to frontend and
> >> backend, in the next days, so stay tuned.
> >>
> >> Greetings,
> >> Stephan
> >>
> >
>
>
Reply | Threaded
Open this post in threaded view
|

Re: New Flink Runtime Monitor Dashboard

Stephan Ewen
Yeah, the is an "uber" JavaScript file part of the code. That accounts for
a lot. We should exclude that from the stats...
Am 24.07.2015 17:49 schrieb "Sachin Goel" <[hidden email]>:

> According to GitHub, 26.1% code is now in JavaScript. :|
>
> -- Sachin Goel
> Computer Science, IIT Delhi
> m. +91-9871457685
>
> On Thu, Jul 23, 2015 at 3:12 AM, Matthias J. Sax <
> [hidden email]> wrote:
>
> > Haha!
> >
> > On 07/22/2015 07:02 PM, Kostas Tzoumas wrote:
> > > Finally, Flink is a JavaScript project :-)
> > >
> > > On Wed, Jul 22, 2015 at 6:22 PM, Stephan Ewen <[hidden email]>
> wrote:
> > >
> > >> Hi all!
> > >>
> > >> Yesterday, we merged the framework for the new Flink runtime monitor
> > >> dashboard. New stub, based on angular.js and coffee script.
> > >>
> > >> https://github.com/apache/flink/tree/master/flink-runtime-web
> > >>
> > >> Anyone who is savvy with these technologies and wants to work on that
> > part,
> > >> please ping! We'd be happy for participation.
> > >>
> > >> We'll try to compile a list of followup issues, relating to frontend
> and
> > >> backend, in the next days, so stay tuned.
> > >>
> > >> Greetings,
> > >> Stephan
> > >>
> > >
> >
> >
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: New Flink Runtime Monitor Dashboard

mxm
We could open a pull request against the linguist repository which holds
the exclusion rules for the graph. It already has rules to exclude minified
Javascript files. We might be able to exclude ours too if its name follows
a specific pattern.

https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml

The main problematic file seems to be
https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/web/js/vendor.js
?

On Fri, Jul 24, 2015 at 8:44 PM, Stephan Ewen <[hidden email]> wrote:

> Yeah, the is an "uber" JavaScript file part of the code. That accounts for
> a lot. We should exclude that from the stats...
> Am 24.07.2015 17:49 schrieb "Sachin Goel" <[hidden email]>:
>
> > According to GitHub, 26.1% code is now in JavaScript. :|
> >
> > -- Sachin Goel
> > Computer Science, IIT Delhi
> > m. +91-9871457685
> >
> > On Thu, Jul 23, 2015 at 3:12 AM, Matthias J. Sax <
> > [hidden email]> wrote:
> >
> > > Haha!
> > >
> > > On 07/22/2015 07:02 PM, Kostas Tzoumas wrote:
> > > > Finally, Flink is a JavaScript project :-)
> > > >
> > > > On Wed, Jul 22, 2015 at 6:22 PM, Stephan Ewen <[hidden email]>
> > wrote:
> > > >
> > > >> Hi all!
> > > >>
> > > >> Yesterday, we merged the framework for the new Flink runtime monitor
> > > >> dashboard. New stub, based on angular.js and coffee script.
> > > >>
> > > >> https://github.com/apache/flink/tree/master/flink-runtime-web
> > > >>
> > > >> Anyone who is savvy with these technologies and wants to work on
> that
> > > part,
> > > >> please ping! We'd be happy for participation.
> > > >>
> > > >> We'll try to compile a list of followup issues, relating to frontend
> > and
> > > >> backend, in the next days, so stay tuned.
> > > >>
> > > >> Greetings,
> > > >> Stephan
> > > >>
> > > >
> > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: New Flink Runtime Monitor Dashboard

Stephan Ewen
Good idea!

On Mon, Jul 27, 2015 at 10:31 AM, Maximilian Michels <[hidden email]> wrote:

> We could open a pull request against the linguist repository which holds
> the exclusion rules for the graph. It already has rules to exclude minified
> Javascript files. We might be able to exclude ours too if its name follows
> a specific pattern.
>
> https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml
>
> The main problematic file seems to be
>
> https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/web/js/vendor.js
> ?
>
> On Fri, Jul 24, 2015 at 8:44 PM, Stephan Ewen <[hidden email]> wrote:
>
> > Yeah, the is an "uber" JavaScript file part of the code. That accounts
> for
> > a lot. We should exclude that from the stats...
> > Am 24.07.2015 17:49 schrieb "Sachin Goel" <[hidden email]>:
> >
> > > According to GitHub, 26.1% code is now in JavaScript. :|
> > >
> > > -- Sachin Goel
> > > Computer Science, IIT Delhi
> > > m. +91-9871457685
> > >
> > > On Thu, Jul 23, 2015 at 3:12 AM, Matthias J. Sax <
> > > [hidden email]> wrote:
> > >
> > > > Haha!
> > > >
> > > > On 07/22/2015 07:02 PM, Kostas Tzoumas wrote:
> > > > > Finally, Flink is a JavaScript project :-)
> > > > >
> > > > > On Wed, Jul 22, 2015 at 6:22 PM, Stephan Ewen <[hidden email]>
> > > wrote:
> > > > >
> > > > >> Hi all!
> > > > >>
> > > > >> Yesterday, we merged the framework for the new Flink runtime
> monitor
> > > > >> dashboard. New stub, based on angular.js and coffee script.
> > > > >>
> > > > >> https://github.com/apache/flink/tree/master/flink-runtime-web
> > > > >>
> > > > >> Anyone who is savvy with these technologies and wants to work on
> > that
> > > > part,
> > > > >> please ping! We'd be happy for participation.
> > > > >>
> > > > >> We'll try to compile a list of followup issues, relating to
> frontend
> > > and
> > > > >> backend, in the next days, so stay tuned.
> > > > >>
> > > > >> Greetings,
> > > > >> Stephan
> > > > >>
> > > > >
> > > >
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: New Flink Runtime Monitor Dashboard

Stephan Ewen
I have a pending fix that uses a linguist git attribute to mark the
directory with generated files as "vendored", which excludes it.

On Tue, Jul 28, 2015 at 9:25 PM, Stephan Ewen <[hidden email]> wrote:

> Good idea!
>
> On Mon, Jul 27, 2015 at 10:31 AM, Maximilian Michels <[hidden email]>
> wrote:
>
>> We could open a pull request against the linguist repository which holds
>> the exclusion rules for the graph. It already has rules to exclude
>> minified
>> Javascript files. We might be able to exclude ours too if its name follows
>> a specific pattern.
>>
>> https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml
>>
>> The main problematic file seems to be
>>
>> https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/web/js/vendor.js
>> ?
>>
>> On Fri, Jul 24, 2015 at 8:44 PM, Stephan Ewen <[hidden email]> wrote:
>>
>> > Yeah, the is an "uber" JavaScript file part of the code. That accounts
>> for
>> > a lot. We should exclude that from the stats...
>> > Am 24.07.2015 17:49 schrieb "Sachin Goel" <[hidden email]>:
>> >
>> > > According to GitHub, 26.1% code is now in JavaScript. :|
>> > >
>> > > -- Sachin Goel
>> > > Computer Science, IIT Delhi
>> > > m. +91-9871457685
>> > >
>> > > On Thu, Jul 23, 2015 at 3:12 AM, Matthias J. Sax <
>> > > [hidden email]> wrote:
>> > >
>> > > > Haha!
>> > > >
>> > > > On 07/22/2015 07:02 PM, Kostas Tzoumas wrote:
>> > > > > Finally, Flink is a JavaScript project :-)
>> > > > >
>> > > > > On Wed, Jul 22, 2015 at 6:22 PM, Stephan Ewen <[hidden email]>
>> > > wrote:
>> > > > >
>> > > > >> Hi all!
>> > > > >>
>> > > > >> Yesterday, we merged the framework for the new Flink runtime
>> monitor
>> > > > >> dashboard. New stub, based on angular.js and coffee script.
>> > > > >>
>> > > > >> https://github.com/apache/flink/tree/master/flink-runtime-web
>> > > > >>
>> > > > >> Anyone who is savvy with these technologies and wants to work on
>> > that
>> > > > part,
>> > > > >> please ping! We'd be happy for participation.
>> > > > >>
>> > > > >> We'll try to compile a list of followup issues, relating to
>> frontend
>> > > and
>> > > > >> backend, in the next days, so stay tuned.
>> > > > >>
>> > > > >> Greetings,
>> > > > >> Stephan
>> > > > >>
>> > > > >
>> > > >
>> > > >
>> > >
>> >
>>
>
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: New Flink Runtime Monitor Dashboard

mxm
Thanks for opening the pull request!

On Mon, Aug 10, 2015 at 3:53 PM, Stephan Ewen <[hidden email]> wrote:

> I have a pending fix that uses a linguist git attribute to mark the
> directory with generated files as "vendored", which excludes it.
>
> On Tue, Jul 28, 2015 at 9:25 PM, Stephan Ewen <[hidden email]> wrote:
>
> > Good idea!
> >
> > On Mon, Jul 27, 2015 at 10:31 AM, Maximilian Michels <[hidden email]>
> > wrote:
> >
> >> We could open a pull request against the linguist repository which holds
> >> the exclusion rules for the graph. It already has rules to exclude
> >> minified
> >> Javascript files. We might be able to exclude ours too if its name
> follows
> >> a specific pattern.
> >>
> >> https://github.com/github/linguist/blob/master/lib/linguist/vendor.yml
> >>
> >> The main problematic file seems to be
> >>
> >>
> https://github.com/apache/flink/blob/master/flink-runtime-web/web-dashboard/web/js/vendor.js
> >> ?
> >>
> >> On Fri, Jul 24, 2015 at 8:44 PM, Stephan Ewen <[hidden email]> wrote:
> >>
> >> > Yeah, the is an "uber" JavaScript file part of the code. That accounts
> >> for
> >> > a lot. We should exclude that from the stats...
> >> > Am 24.07.2015 17:49 schrieb "Sachin Goel" <[hidden email]>:
> >> >
> >> > > According to GitHub, 26.1% code is now in JavaScript. :|
> >> > >
> >> > > -- Sachin Goel
> >> > > Computer Science, IIT Delhi
> >> > > m. +91-9871457685
> >> > >
> >> > > On Thu, Jul 23, 2015 at 3:12 AM, Matthias J. Sax <
> >> > > [hidden email]> wrote:
> >> > >
> >> > > > Haha!
> >> > > >
> >> > > > On 07/22/2015 07:02 PM, Kostas Tzoumas wrote:
> >> > > > > Finally, Flink is a JavaScript project :-)
> >> > > > >
> >> > > > > On Wed, Jul 22, 2015 at 6:22 PM, Stephan Ewen <[hidden email]
> >
> >> > > wrote:
> >> > > > >
> >> > > > >> Hi all!
> >> > > > >>
> >> > > > >> Yesterday, we merged the framework for the new Flink runtime
> >> monitor
> >> > > > >> dashboard. New stub, based on angular.js and coffee script.
> >> > > > >>
> >> > > > >> https://github.com/apache/flink/tree/master/flink-runtime-web
> >> > > > >>
> >> > > > >> Anyone who is savvy with these technologies and wants to work
> on
> >> > that
> >> > > > part,
> >> > > > >> please ping! We'd be happy for participation.
> >> > > > >>
> >> > > > >> We'll try to compile a list of followup issues, relating to
> >> frontend
> >> > > and
> >> > > > >> backend, in the next days, so stay tuned.
> >> > > > >>
> >> > > > >> Greetings,
> >> > > > >> Stephan
> >> > > > >>
> >> > > > >
> >> > > >
> >> > > >
> >> > >
> >> >
> >>
> >
> >
>