Suggestions from Benoit Xhenseval
- A refresh button that resets all entries to the defaults
- If the only available range is 'ms.' and the user
selects 'AllMonitors' ignore it and allow the user to
select to display range columns.
- Fix the highlight row color to have more contrast
when a row is selected.
- Fix formatting within MonitorFactory.getReport(), and
don't display default mins/maxes - These are low
priority for me as
I want to encourage the use of the FormattedDataSet as
that api was designed to do such things.
- Filter out jamonadmin.jsp and calls to the fdsapi out
by default.
- Add an auto refresh feature.
- Generate jamon web site using maven.
- Use lower case for JAMon.jar (i.e. jamon.jar)
- Put version number in jar (jamon-2.0.jar)
Logged In: YES
user_id=358115
Hi Steve
Which one(s) have been implemented in 2.1?
Thanks
Benoit
Logged In: YES
user_id=828052
- A refresh button that resets all entries to the defaults
- If the only available range is 'ms.' and the user
selects 'AllMonitors' ignore it and allow the user to
select to display range columns.
<<- Fix the highlight row color to have more contrast
when a row is selected.>>
COMPLETE
<<- Fix formatting within MonitorFactory.getReport(), and
don't display default mins/maxes>>
- These are low priority for me as
I want to encourage the use of the FormattedDataSet as
that api was designed to do such things.
<<- Filter out jamonadmin.jsp and calls to the fdsapi out
by default.>>
Will have to change the fdsapi to disable monitoring for it.
I will do that in an upcoming release of fdsapi. In the
meantime you can exclude them by putting the following
filter in: where label not like 'com.fdsapi'
<<- Add an auto refresh feature.>>
Benoit, please provide code for this.
<<- Generate jamon web site using maven.>>
I have never used maven, and so this is not a top priority.
I think it is a good idea though. If someone can automate
this process for me I will implement it.
<<- Use lower case for JAMon.jar (i.e. jamon.jar)
- Put version number in jar (jamon-2.0.jar)>>
both of these were done. The new naming convention is
jamon-2.1.jar
Logged In: YES
user_id=828052
I forgot to mention these 2.
<<- A refresh button that resets all entries to the defaults>>
This was not done, though it can be done in a future release.
<<If the only available range is 'ms.' and the user
selects 'AllMonitors' ignore it and allow the user to
select to display range columns.>>
Did not implement this, though it can be done in a future
release.
Both will be more likely to be added if you can give me the
code to do these.