How to view of traffic between version if I implement blue/green deployment

0

Hi, I want to use blue/green deployment in step function after implementing aliases. How I can see summary of how many executions/fail executions/success executions from each version from these aliases ? I see there is metrics in aliases but can't see information of version

posta 6 mesi fa315 visualizzazioni
2 Risposte
0

Hello there, you can view the executions per version per alias by click opening your desired step function at this link https://<region>.console.aws.amazon.com/states/home?region=<region>#/statemachines/view/arn:aws:states:<region>:<AccountID>:stateMachine:<StateMachineName>

Then, in the Executions Tab you can filter using the Properties such as Name/Version/Alias. For example: If you enter filter as Version = 1, you will only see executions for that particular version. Similarly you can filter executions filter using Alias.

Additionally, you can also go to the Alias tab or the Versions tab to view the executions for the respective alias/versions.

Feel free to let me know if you face any issues observing the same.

AWS
TECNICO DI SUPPORTO
con risposta 6 mesi fa
0

Step Functions has execution metrics for versions and aliases. You can check the ExecutionsSucceeded/Failed metrics for the StateMachineArn and Version dimensions you are interested in.

https://docs.aws.amazon.com/step-functions/latest/dg/procedure-cw-metrics.html#cloudwatch-step-functions-execution-metrics

You can also use the ListExecutions API to filter executions by version or alias ARN https://docs.aws.amazon.com/step-functions/latest/apireference/API_ListExecutions.html#StepFunctions-ListExecutions-request-stateMachineArn

AWS
wongada
con risposta 6 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande