8000 CloudWatch: Add missing response fields (#11411) · localstack/localstack@0f99af7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0f99af7

Browse files
CloudWatch: Add missing response fields (#11411)
1 parent 0063912 commit 0f99af7

File tree

1 file changed

+2
-0
lines changed
  • localstack-core/localstack/services/cloudwatch

1 file changed

+2
-0
lines changed

localstack-core/localstack/services/cloudwatch/provider.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ def get_raw_metrics(self, request: Request):
364364
"v": r.value,
365365
"t": r.timestamp,
366366
"d": [{"n": d.name, "v": d.value} for d in r.dimensions],
367+
"account": account_id,
368+
"region": region,
367369
}
368370
for r in result
369371
]

0 commit comments

Comments
 (0)
0