Best of ObservabilityJuly 2023

  1. 1
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    API Latency in Microservices

    API Latency in Microservices is critical since it directly impacts Microservices’ responsiveness and scalability, says Lahiru Hewawasam. Latency is the time taken for data to travel from one point to another. If one service takes too long to respond, it could lead the requesting service to time out.

  2. 2
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    CI/CD Process Management

    The software development industry has started to use continuous integration (CI) and continuous delivery (CD) applications more due to increasing demand. CI/CD processes offer software developers the opportunity to deal with it automatically. Fully automated testing standardizes processes, reducing uncertainty and increasing productivity. Jenkins Jenkins enables developers to compile and test their code frequently.

  3. 3
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    3 Ways to Reproduce Issues in Microservices

    The first thing we want to be able to do is reproduce errors and issues. By reproducing errors, we can confirm it’s a recurring issue, rather than a sporadic one, and that it requires a fix to ensure that our product is working properly. We will show how to reproduce issues in three different ways.

  4. 4
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Monitoring Your Node.js Express API with Treblle

    Monitoring Your Node.js Express API with Treblle is a step-by-step guide on how to effectively monitor our APIs with TreBlle. We'll explore the features and benefits of the platform in this blog post on API monitoring.

  5. 5
    Article
    Avatar of cloudnativedailyCloud Native Daily·3y

    Ultimate DevOps — CI-CD Project

    Ultimate DevOps - CI-CD Project. Building a CI/CD Pipeline Project with Git, Docker, SonarQube, Jenkins, and Nexus. We need to create 3 instances Instance Name = Project -1 → Git, docker, Maven, Jenkins Instance name = Project-2.