Jump to content
JasperReports Library 7.0 is now available ×

Use custom executor to monitor UIM


allenlsq

Recommended Posts

Hello

I am using NimsoftJSONTimeSeries to monitor nimsoft qos data and create a time series chart to display measurement data.

To defiine the query, I have selected the executor and use this expression

{"timeSeriesReportDefinition": {
  "qos":"QOS_DISK_USAGE_PERC"
  "source":"my source"
  "period":1
  "periodUnits":"day"
 }
}

and data is returned as expected, columns are

source   target timestamp  measurementvalue 

and I have two target values that will be used as series.

Then I begin to set chart data as below:

-----------------

Time period: minutes

Series:$F{target}

timeperiod:$F{timestamp }

value :$F{measurementvalue }

------------------

Then I begin to preview but four charts are shown instead of one though only one chart is defined in report.

I am very new to ireport and please kindly help me on this.

 

Thanks in advance.

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...