devops

26 posts
SFTP File Transfer Testing Via Jenkins In Docker
devops
members

SFTP File Transfer Testing Via Jenkins In Docker

OverviewThis blog will shows you one of practical testing scenarios which clearly demonstrates how to test SFTP file transfer. ref: What is SFTP Server? The test is really simple but to achieve that g
Roy Pham
Roy Pham
Parallel Testing With A Single File Via Jenkins In Docker
devops
members

Parallel Testing With A Single File Via Jenkins In Docker

OverviewThis blog shows you one of the Jenkins Pipeline examples in a practical automation project. It is for anyone who wants to know how to apply Jenkins Pipeline to an automation project. Or if you
Roy Pham
Roy Pham
Metrics to Monitor | Monitoring Microservices
devops
members

Metrics to Monitor | Monitoring Microservices

Logs are easy to integrate into your application, and they give you the ability to represent any type of data in the form of strings.Metrics, on the other hand, are numerical representations of data.
Niko
Niko
Distributed tracing
devops
members

Distributed tracing

What is Distributed Tracing?Distributed tracing, also called distributed request tracing, is a method used to profile and monitor applications, especially those built using a microservices architectur
Niko
Niko
Centralized Log Management (CLM)
devops
members

Centralized Log Management (CLM)

Monitoring containerized microservices with a centralized logging architecture. ProblemsWe all know importance of logging in applications but it is even more crucial in distributed systems. There are
Niko
Niko
Why microservice system needs a monitoring?
devops
members

Why microservice system needs a monitoring?

Some essential concepts relating to the hows and whys of microservices include:Why should systems be monitored?How is monitoring microservices different from monitoring monolithic applications?What da
Niko
Niko