zowe / zebra

ZEBRA is an open-source incubator project for Zowe. It is a data parsing framework that allows quick and easy access to z/OS performance metrics.
https://zebra.talktothemainframe.com
Eclipse Public License 2.0
22 stars 13 forks source link

'id' parameter + UI date selector #31

Closed ghost closed 3 years ago

ghost commented 3 years ago

This pull request contains two main components:

  1. An id parameter was created so a specific metric can be queried through Zebra.

    • Can specify a resource to look for the metric in
    • If id is set to LIST, a list of metrics and their id values will be returned
  2. The Zebra index UI is updated to have date pickers instead of manually writing the date in DDS format

    • The default value for both start and end date is the current date
    • Had to add new start and end parameters to backend requests to format the two dates from YYYY-MM-DD format to YYYYMMDD,YYYYMMDD
    • The old date parameter still works as expected for requests