You are a DevOps engineer responsible for managing the deployment pipeline of your organization's application hosted on Oracle Cloud Infrastructure (OCI). The pipeline is failing, and you need to troubleshoot the issue to identify the potential cause and fix it. You need the following information to investigate further: - Time spent for each deployment. - Number of times a deployment has failed. Which OCI service can provide you with the necessary information to identify the potential issue and help in debugging the same?
The OCI service that can provide you with the necessary information to identify the potential issue and help in debugging the deployment pipeline is OCI Logging service. OCI Logging service is a service that allows you to collect, manage, search, analyze, and monitor logs from your OCI resources and applications. You can use OCI Logging service to view the logs from your build and deployment pipelines, such as the start time, end time, status, output, error messages, etc. You can also use OCI Logging service to filter, query, and export the logs for further analysis or troubleshooting. Verified Reference: [Logging - Oracle Cloud Infrastructure Developer Tools], [Viewing Logs - Oracle Cloud Infrastructure Developer Tools]
Currently there are no comments in this discussion, be the first to comment!