Skip to content

Commit 275da8f

Browse files
committed
use correct product name
1 parent 40459d6 commit 275da8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
namespace: CI Metrics
7373
dimensions: |
74-
Product=aws-sdk-kotlin
74+
Product=smithy-kotlin
7575
JobName=${{ github.job }}(${{ matrix.java-version }})
7676
Branch=${{ github.base_ref || github.ref_name }}
7777
metrics: |
@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
namespace: CI Metrics
127127
dimensions: |
128-
Product=aws-sdk-kotlin
128+
Product=smithy-kotlin
129129
JobName=${{ github.job }}(${{ matrix.os }})
130130
Branch=${{ github.base_ref || github.ref_name }}
131131
metrics: |
@@ -178,7 +178,7 @@ jobs:
178178
with:
179179
namespace: CI Metrics
180180
dimensions: |
181-
Product=aws-sdk-kotlin
181+
Product=smithy-kotlin
182182
JobName=${{ github.job }}
183183
Branch=${{ github.base_ref || github.ref_name }}
184184
metrics: |
@@ -260,7 +260,7 @@ jobs:
260260
with:
261261
namespace: CI Metrics
262262
dimensions: |
263-
Product=aws-sdk-kotlin
263+
Product=smithy-kotlin
264264
JobName=${{ github.job }}
265265
Branch=${{ github.base_ref || github.ref_name }}
266266
metrics: |

0 commit comments

Comments
 (0)