Skip to content

Commit

Permalink
Changed the ispn cache name for which the metric should be retrieved.
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Manukyan <amanukya@redhat.com>
  • Loading branch information
Anna Manukyan committed Sep 13, 2024
1 parent b09194a commit 9049845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/prometheus-metrics-calc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
description: 'A specific time period over which we want to calculate the required metrics.'
ispnCacheName:
description: 'ISPN cache name for which we need to calculate metrics.'
default: 'sessions'
default: 'authenticationSessions'

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/prometheus-run-queries/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ inputs:
default: 'false'
ispnCacheName:
description: 'The name of the cache for which metrics should be retrieved.'
default: 'sessions'
default: 'authenticationSessions'
output:
description: 'The name of the output to store data in'
default: 'out'
Expand Down

0 comments on commit 9049845

Please sign in to comment.