Best of MonitoringMay 2024

  1. 1
    Article
    Avatar of lnLaravel News·2y

    Monitor Code Processing Time in PHP with Time Warden

    Time Warden is a lightweight PHP library that allows you to monitor the processing time of tasks and take actions based on defined execution time limits. It offers features such as monitoring critical tasks, reactive actions, execution time debugging output, and more. It is framework-agnostic and compatible with PHP 8.2+.

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

    I write my code in the controller

    Oh Dear is an all-in-one website monitoring tool with features like uptime monitoring, SSL certificate monitoring, and more. It also has a developer friendly API and allows users to create a public status page. The author shares programming tips and Laravel-focused content on various platforms and sends out a monthly newsletter for PHP developers.

  3. 3
    Article
    Avatar of lnLaravel News·2y

    Real Time Command Line Monitoring With Laravel Top

    Laravel Top is a package that provides real-time command line monitoring for Laravel applications. It allows users to track critical metrics and see the busiest routes in their application. The data is stored in Redis and can be accessed programmatically using the provided facade.

  4. 4
    Article
    Avatar of awstipAWS Tip·2y

    Monitoring using Prometheus and Grafana on AWS

    Learn how to set up monitoring using Prometheus and Grafana on AWS. Install Docker, Docker Compose, and necessary containers. Access Portainer for container management. Access Prometheus for monitoring. Add Prometheus as a datasource in Grafana. Load a dashboard in Grafana and check the graphs.

  5. 5
    Article
    Avatar of quastorQuastor Daily·2y

    How Zomato built a Petabyte Scale Logging System

    Zomato built a Petabyte Scale Logging System using ClickHouse as they encountered scaling problems with Elasticsearch. They have over 80 million active users and generate 50 terabytes of uncompressed log files daily. The switch to ClickHouse resulted in cost savings and improved performance.

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

    Freek Van der Herten's blog on PHP, Laravel and JavaScript

    A blog by Freek Van der Herten on PHP, Laravel, and JavaScript. It covers monitoring, uptime, SSL certificates, broken links, scheduled tasks, and more. The author also shares programming tips, tutorials, and opinions, with an emphasis on the Laravel framework. They offer a monthly newsletter and a free trial for their monitoring tool, Oh Dear.

  7. 7
    Article
    Avatar of asayerasayer·2y

    Monitoring Third Party Dependencies in React Projects

    This post discusses the significance of monitoring third-party dependencies in React projects, the challenges and risks associated with these dependencies, various monitoring techniques, and implementation strategies. It also provides a list of useful tools for dependency management.

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

    Some cool SQLite things

    Oh Dear is an all-in-one monitoring tool for websites. It provides monitoring for uptime, SSL certificates, broken links, and scheduled tasks. It also offers a developer-friendly API and documentation. Additionally, Oh Dear allows users to create a public status page quickly.

  9. 9
    Article
    Avatar of gopenaiGoPenAI·2y

    Langfuse : OpenSource LLM Tracking Tool

    Langfuse is an open-source LLM engineering platform that helps teams collaboratively debug, analyze, and iterate on their LLM applications. It offers simplified self-hosting, custom dashboards, prompt management, traces and sessions, monitoring, integrations, exports, and datasets.

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

    How to create Wireables in Livewire?

    Learn how to create Wireables in Livewire and improve your website monitoring and development process.