I want to configure my spring boot microservice application with sleuth to send the logs to the cloud watch and track the requests using their trace ids generated by sleuth.
What are the ways i can achieve this
I want to configure my spring boot microservice application with sleuth to send the logs to the cloud watch and track the requests using their trace ids generated by sleuth.
What are the ways i can achieve this
Copyright © 2021 Jogjafile Inc.
I think you can use
spring-cloud-starter-aws-cloudwatch
. You will need to be logged in in AWS of course and have permissions to create a logs stream and write logs.IAM permissions:
with these dependencies: