Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/mqe-e2e' into fix/async-prof…
Browse files Browse the repository at this point in the history
…iler-time-stamp
  • Loading branch information
zhengziyi committed Dec 2, 2024
2 parents 46d10eb + 79a5d4e commit 72a3917
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -60,9 +62,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -75,9 +79,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -90,9 +96,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -105,9 +113,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -120,9 +130,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -135,9 +147,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -150,9 +164,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -165,9 +181,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -180,9 +198,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
- metric:
labels:
Expand All @@ -195,9 +215,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
{{- end}}
error: null
2 changes: 2 additions & 0 deletions test/e2e-v2/cases/redis/expected/metrics-has-value.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
- id: {{ notEmpty .id }}
value: null
traceid: null
owner: null
{{- end}}
{{- end}}
error: null
1 change: 1 addition & 0 deletions test/e2e-v2/cases/redis/expected/metrics-single-value.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ results:
- id: {{ notEmpty .id }}
value: {{ .value }}
traceid: null
owner: null
{{- end}}
{{- end}}
error: null

0 comments on commit 72a3917

Please sign in to comment.