Skip to content

Commit

Permalink
Merge pull request #536 from ddps-lab/azure-collector-fix
Browse files Browse the repository at this point in the history
Cloud Watch 메서드 이름 수정
  • Loading branch information
krtaiyang authored Feb 26, 2025
2 parents fd92b20 + 2edc5b6 commit 597ce8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def upload_cloudwatch(data, time_datetime):
'message': f'AZUREONDEMAND: {ondemand_count} AZURESPOT: {spot_count} AZUREIF: {if_count} AZURESPS: {sps_count}'
}]

CW.client.put_log(
CW.client.put_log_events(
log_group=AZURE_CONST.SPOT_DATA_COLLECTION_LOG_GROUP_NAME,
log_stream=AZURE_CONST.LOG_STREAM_NAME,
log_event=log_event
Expand Down

0 comments on commit 597ce8c

Please sign in to comment.