Best of Prometheus2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  2. 2
    Article
    Avatar of pointerPointer·4y

    bregman-arie/devops-exercises: Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevO

    This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE. There are currently 2292 exercises and questions. You can use these for preparing for an interview but most of the questions don't represent an actual interview. Join our DevOps community where we have discussions and share resources.

  3. 3
    Article
    Avatar of dzDZone·4y

    A Poor Man’s API

    A poor man's API A Poor Man’s API is an alternative to building an entire REST API. Join the DZone community and get the full member experience. Creating a full-fledged API requires resources, both time and money. The solution works, but it has a lot of room for improvement.

  4. 4
    Article
    Avatar of honeypotHoneypot·4y

    Prometheus OSS: The God of Fire and the Tool of Thunder

    Prometheus is a 100% open-source and community-driven tool that helps organizations get a better insight into the metrics of their servers and services. It has the power to inform the user when their servers are displaying irregular behavior, and it can be easily deployed.

  5. 5
    Article
    Avatar of dzDZone·4y

    Tools for Querying Logs with SQL

    Logging is vital for any software project, from development to ongoing management. Maintenance logs are crucial for determining the state of an application and monitoring and troubleshooting purposes. Logging is usually embedded throughout an application, from simple user access logs to database activity, error logs, and network flow logs. The available options to query logs will differ based on the platform.