Skip to content

Commit

Permalink
#169 Add more business metrics (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
vityaman authored Jun 22, 2024
1 parent 972248f commit 62772db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion infra/fuzzing/evomaster/em.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ configs:
problemType: REST
blackBox: true
seed: -1
maxTime: 2h
maxTime: 1h
ratePerMinute: 0

header0: "Authorization:Bearer FuzzingFuzzingFuzzingFuzzingFuzzingFuzzing"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
"id": 2,
"id": 1,
"links": [],
"panels": [
{
Expand Down Expand Up @@ -3708,7 +3708,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "sum(delta(lms_consumer_accept_total{consumer=\"kafka-homework\"}[15m])) - sum(delta(lms_consumer_accept_total{consumer=\"telegram-homework\"}[15m]))",
"expr": "sum(lms_consumer_accept_total{consumer=\"kafka-homework\", status=\"success\"}) - sum(lms_consumer_accept_total{consumer=\"telegram-homework\", status=\"success\"})",
"instant": false,
"legendFormat": "Lag",
"range": true,
Expand Down Expand Up @@ -4122,7 +4122,7 @@
"uid": "PBFA97CFB590B2093"
},
"editorMode": "code",
"expr": "sum(delta(lms_consumer_accept_total{consumer=\"kafka-workspace-event\"}[15m])) - sum(delta(lms_consumer_accept_total{consumer=\"telegram-workspace-event\"}[15m]))",
"expr": "sum(lms_consumer_accept_total{consumer=\"kafka-workspace-event\", status=\"success\"}) - sum(lms_consumer_accept_total{consumer=\"telegram-workspace-event\", status=\"success\"})",
"instant": false,
"interval": "",
"legendFormat": "Lag",
Expand Down Expand Up @@ -4616,6 +4616,6 @@
"timezone": "browser",
"title": "Spring Monitoring",
"uid": "fdp9jhcd0av40a",
"version": 7,
"version": 2,
"weekStart": ""
}

0 comments on commit 62772db

Please sign in to comment.