Skip to content

Commit

Permalink
fix: update ui requests metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 5, 2024
1 parent 965c332 commit 42185fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argo/cluster/monitoring/loki/chart/templates/rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data:
- name: ui
interval: 1m
rules:
- record: srep_ui:requests:count1m
- record: srep_ui_requests_total_count
expr: |
sum(
count_over_time({app="srep-ui-chart"} |= `` | pattern `<_> - - <_> "<method> <url> <_>" <status> <size> <_> "<agent>" "<ip>"` [1m])
Expand Down

0 comments on commit 42185fc

Please sign in to comment.