Skip to content

Commit

Permalink
Updated get-metrics start time period (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpanman-sonatype authored Apr 6, 2023
1 parent 4f787ab commit da56708
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions get-metrics/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ iq.passwd=admin123
# mandatory: week, month
iq.api.sm.period=month

# mandatory: example: week=2020-W01, month=2020-01
iq.api.sm.payload.timeperiod.first=2020-01
# mandatory: example: week=2022-W01, month=2022-01
iq.api.sm.payload.timeperiod.first=2022-01

# optional
iq.api.sm.payload.timeperiod.last=
Expand Down
4 changes: 2 additions & 2 deletions get-metrics/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ iq.passwd=admin123
# mandatory: week, month
iq.api.sm.period=month

# mandatory: example: week=2020-W01, month=2020-01
iq.api.sm.payload.timeperiod.first=2020-01
# mandatory: example: week=2022-W01, month=2022-01
iq.api.sm.payload.timeperiod.first=2022-01

# optional
iq.api.sm.payload.timeperiod.last=
Expand Down

0 comments on commit da56708

Please sign in to comment.