Giter VIP home page Giter VIP logo

Comments (5)

kfdm avatar kfdm commented on September 27, 2024

You're right. While I think I have mostly documented the installation steps, there is not a lot of information on how to use Promgen itself

While it could use more detail, it's mentioned on some of the docker instructions regarding a worker node

# Run Promgen web worker. This is typically balanced behind an NGINX instance
docker run --rm -p 8000:8000 -v ~/.config/promgen:/etc/promgen/ line/promgen:master

# Run Promgen celery worker. Make sure to run it on the same machine as your Prometheus server to manage the config settings
docker run --rm -v ~/.config/promgen:/etc/promgen/ -v /etc/prometheus:/etc/prometheus line/promgen:master worker

I will see what I can do to explain things better. Sorry for the delays.

from promgen.

hmmxp avatar hmmxp commented on September 27, 2024

Run Promgen web worker. This is typically balanced behind an NGINX instance

docker run --rm -p 8000:8000 -v ~/.config/promgen:/etc/promgen/ line/promgen:master

Run Promgen celery worker. Make sure to run it on the same machine as your Prometheus server to manage the config settings

docker run --rm -v ~/.config/promgen:/etc/promgen/ -v /etc/prometheus:/etc/prometheus line/promgen:master worker

Correct me if i am wrong

  1. I need to have a central promgen server
  2. For every prometheus server or server running the prometheus exporter, i need to have both promgen web worker and celery worker running?

from promgen.

kfdm avatar kfdm commented on September 27, 2024

You can have your Promgen web worker running anywhere you want and then you need a single worker for each Prometheus instance. I'm going to try to update the documentation around that this week.

from promgen.

hmmxp avatar hmmxp commented on September 27, 2024

Dear Paul,

Thank you for the feedback, will await your documentation and see how to finish configuring my promgen stack as i am not sure how to manage my multiple Prometheus server with promgen

from promgen.

github-actions avatar github-actions commented on September 27, 2024

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

from promgen.

Related Issues (20)

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.