Best of MonitoringJune 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    How to profile a performance issue using Spring Boot profiling tools

    This post explores the importance of profiling performance issues in Spring Boot applications and highlights the scenarios where profiling is crucial. It also discusses the built-in monitoring and observability tools in Spring Boot and introduces Digma as a tool for early detection and profiling of performance issues.

  2. 2
    Article
    Avatar of itnextITNEXT·2y

    Kubernetes: monitoring Events with kubectl and Grafana Loki

    In Kubernetes, events provide critical information on the operational status of components like Pods, WorkerNodes, and the Scheduler. These events can be monitored using kubectl commands or integrated with tools like Grafana Loki for more advanced visualization and alerting. Various plugins and solutions, such as k8s-event-logger, can help collect and log these events, aiding in debugging and system performance monitoring.

  3. 3
    Article
    Avatar of communityCommunity Picks·2y

    How to Secure and Monitor Kafka

    Learn how to secure and monitor Kafka by configuring TLS traffic encryption and SASL authentication. Also, learn how to export Kafka metrics and visualize them in Grafana, as well as access Kafka nodes and topics through AKHQ web-based interface.

  4. 4
    Article
    Avatar of appsignalAppSignal·2y

    Deploy a Python FastAPI Application to Render

    FastAPI offers high performance for building APIs with its asynchronous ASGI server, which can handle multiple requests concurrently. Render is a cloud platform that allows developers to test applications in a production environment for free, offering features like easy GitHub integration and automatic TLS certificates. The guide provides step-by-step instructions to create a FastAPI app, deploy it to Render, and set up AppSignal for monitoring deployments.

  5. 5
    Article
    Avatar of freekFREEK.DEV·2y

    Introducing Laravel Error Share

    Introducing Laravel Error Share, an all-in-one monitoring tool for websites that offers an API and allows the creation of public status pages.

  6. 6
    Article
    Avatar of freekFREEK.DEV·2y

    Building Laravel Error Share

    Oh Dear is a comprehensive monitoring tool for websites, offering features like uptime monitoring, SSL certificate checks, broken link detection, and task scheduling. It also allows users to create public status pages quickly and provides a developer-friendly API with extensive documentation. Subscribers can receive a newsletter with tips, tutorials, and opinions focused on Laravel and modern PHP development.

  7. 7
    Article
    Avatar of gopenaiGoPenAI·2y

    Productionizing LLMs: Monitor LLM Applications with LangSmith

    LangSmith is a platform that allows for monitoring and evaluation of Large Language Model applications. It can work independently of LangChain framework and enables monitoring of LLM calls, tool usage, LLM model latency, token count, and cost.

  8. 8
    Article
    Avatar of communityCommunity Picks·2y

    Consensus is Harder Than It Looks

    The post discusses the challenges involved in building consensus systems for highly-available systems, including determinism, monitoring and control, and the need for strong consistency. Consensus is an important building block for high availability.