Code Monkey home page Code Monkey logo

grafana-stack-podman's Introduction

grafana-stack-podman

License: MIT GitHub repo size in bytes GitHub last commit

Grafana Stack for Metrics, Logs, & Traces using Podman

Installation

Clone this repo locally on your RHEL/CentOS/Rocky Linux/Alma Linux machine.

$ git clone https://github.com/CastawayEGR/grafana-stack-podman

Change to the cloned repo directory.

$ cd grafana-stack-podman

Now we want to spin this up using podman.

$ podman play kube grafana-stack.yaml

We can verify the stack is up and running by running the following.

$ podman ps

Next up we can expose Grafana, Mimir, Loki, and Tempo via firewall-cmd.

$ sudo firewall-cmd --permanent --add-port={3000/tcp,3100/tcp,4317/tcp,4318/tcp,9009/tcp,9095/tcp,9096/tcp,9097/tcp,9411/tcp,14268/tcp}

$ sudo firewall-cmd --reload

Once deployed you can browse to the Grafana deployment by visiting http://{machine_ip}:3000 and logging in with the default credentials.

Grafana Configuration

Finally we want to configure our 3 newly deployed backends with the following information.

Prometheus:

http://{machine_ip}:9009/prometheus

Loki:

http://{machine_ip}:3100

Tempo:

http://{machine_ip}:3200

That's it you are ready to start ingesting metrics, logs, and traces!

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

grafana-stack-podman's People

Contributors

castawayegr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.