From 6af2c2d6c4a042aa5f3057bbf775b43cea185f9e Mon Sep 17 00:00:00 2001 From: Bernardo Guerreiro Date: Wed, 24 Jan 2024 00:46:30 +0000 Subject: [PATCH] fix: send dd events too --- performance/get-all-movies-then-get-one.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/performance/get-all-movies-then-get-one.yml b/performance/get-all-movies-then-get-one.yml index 34e851f..5cfe7a1 100644 --- a/performance/get-all-movies-then-get-one.yml +++ b/performance/get-all-movies-then-get-one.yml @@ -11,10 +11,20 @@ config: - "env:{{ $env.ENVIRONMENT }}" - "version:{{ $env.VERSION }}" - "team:prt" - - "test_name:get-all-movies-then-get-one" + - "name:get-all-movies-then-get-one" - "test_type:{{ $env.TEST_TYPE }}" - "ci:{{ $env.CI }}" - "caller:{{ $env.CALLER }}" + event: + tags: + - "service:movie-service" + - "env:{{ $env.ENVIRONMENT }}" + - "version:{{ $env.VERSION }}" + - "team:prt" + - "name:get-all-movies-then-get-one" + - "test_type:{{ $env.TEST_TYPE }}" + - "ci:{{ $env.CI }}" + - "caller:{{ $env.CALLER }}" environments: smoke-prod: target: "https://6sdp2hpc6h.execute-api.eu-west-2.amazonaws.com/prod"