Search This Blog

Saturday, 11 July 2020

How to setup Graphite & Statsd on Local usig Docker

How to setup Graphite & Statsd on Local using Docker.

Steps as below

  1. Pull docker image:
    docker pull graphiteapp/graphite-statsd:latest
  2. Run docker image:
    docker run -d --name graphite --restart=always -p 8080:80 -p 2003-2004:2003-2004 -p 2023-2024:2023-2024 -p 8125:8125/udp -p 8126:8126 graphiteapp/graphite-statsd:latest
  3. Open/Verify Graphite app:
    localhost:8080

Screenshot as below

Graphite


No comments:

Post a Comment

Creating a NuGet Package Feed to Host Artifacts

Step-by-Step Guide: Creating a NuGet Package Feed to Host Artifacts 🔹 Step 1: Create a C# Class Library and Generate NuG...

Recent Post